PTAuditudeMetadata Class Reference
| Inherits from | PTAdMetadata : PTMetadata : NSObject |
| Declared in | PTAuditudeMetadata.h |
Overview
PTAuditudeMetadata class provides properties that should be configured for resolving auditude ads for a given media item. All the required properties must be set to configure the player for successfully resolving ads.
Tasks
Properties
-
domainThe domain from which ads should be fetched. The value of this property cannot be nil and must always refer to a valid ad domain.
property -
zoneIdThe zoneId associated with the publisher. The value of this property must not be nil.
property -
targetingParametersA dictionary of key-values used for ad targeting. A nil value can be used if key-value targeting is not configured on the publisher account.
property -
customParametersA dictionary of key-values used as pass-through parameters.
property -
defaultMediaIdThe default media Id associated with the auditude publisher account.
property -
isCreativeRepackagingEnabledEnable/Disable Dynamic Creative Re-Packaging feature.
property
Properties
customParameters
A dictionary of key-values used as pass-through parameters.
@property (nonatomic, retain) NSDictionary *customParametersDiscussion
A dictionary of key-values used as pass-through parameters.
Declared In
PTAuditudeMetadata.hdefaultMediaId
The default media Id associated with the auditude publisher account.
@property (nonatomic, retain) NSString *defaultMediaIdDiscussion
The default media Id associated with the auditude publisher account.
Declared In
PTAuditudeMetadata.hdomain
The domain from which ads should be fetched. The value of this property cannot be nil and must always refer to a valid ad domain.
@property (nonatomic, retain) NSString *domainDiscussion
The domain from which ads should be fetched. The value of this property cannot be nil and must always refer to a valid ad domain.
Declared In
PTAuditudeMetadata.hisCreativeRepackagingEnabled
Enable/Disable Dynamic Creative Re-Packaging feature.
@property (nonatomic) BOOL isCreativeRepackagingEnabledDiscussion
Enable/Disable Dynamic Creative Re-Packaging feature.
Declared In
PTAuditudeMetadata.htargetingParameters
A dictionary of key-values used for ad targeting. A nil value can be used if key-value targeting is not configured on the publisher account.
@property (nonatomic, retain) NSDictionary *targetingParametersDiscussion
A dictionary of key-values used for ad targeting. A nil value can be used if key-value targeting is not configured on the publisher account.
Declared In
PTAuditudeMetadata.h