MRQContent Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | MRQContent.h |
data
The data sent by the MobileRQ service used to init this content.
@property (readonly) NSDictionary *dataDeclared In
MRQContent.h
viewUrl
The URL to GET when the content is viewed. This is for tracking/analytics purposes.
@property (readonly) NSURL *viewUrlDeclared In
MRQContent.h
clickUrl
The URL to GET when the content is clicked. This is for tracking/analytics purposes.
@property (readonly) NSURL *clickUrlDeclared In
MRQContent.h
creativeUrl
The creative URL defined by the creative.
@property (readonly) NSURL *creativeUrlDeclared In
MRQContent.h
audienceId
The ID of the matching audience in the MobileRQ service.
@property (readonly) NSString *audienceIdDeclared In
MRQContent.h
campaignId
The ID of the matching campaign in the MobileRQ service.
@property (readonly) NSString *campaignIdDeclared In
MRQContent.h
creativeId
The ID of the matching creative in the MobileRQ service.
@property (readonly) NSString *creativeIdDeclared In
MRQContent.h
slotName
The name of the slot that the content is associated.
@property (readonly) NSString *slotNameDeclared In
MRQContent.h