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
-
domain
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 -
zoneId
The zoneId associated with the publisher. The value of this property must not be nil.
property -
targetingParameters
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 -
customParameters
A dictionary of key-values used as pass-through parameters.
property -
defaultMediaId
The default media Id associated with the auditude publisher account.
property -
isCreativeRepackagingEnabled
Enable/Disable Dynamic Creative Re-Packaging feature.
property
Properties
customParameters
A dictionary of key-values used as pass-through parameters.
@property (nonatomic, retain) NSDictionary *customParameters
Discussion
A dictionary of key-values used as pass-through parameters.
Declared In
PTAuditudeMetadata.h
defaultMediaId
The default media Id associated with the auditude publisher account.
@property (nonatomic, retain) NSString *defaultMediaId
Discussion
The default media Id associated with the auditude publisher account.
Declared In
PTAuditudeMetadata.h
domain
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 *domain
Discussion
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.h
isCreativeRepackagingEnabled
Enable/Disable Dynamic Creative Re-Packaging feature.
@property (nonatomic) BOOL isCreativeRepackagingEnabled
Discussion
Enable/Disable Dynamic Creative Re-Packaging feature.
Declared In
PTAuditudeMetadata.h
targetingParameters
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 *targetingParameters
Discussion
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