| Package | com.adobe.mediacore.metadata |
| Class | public class AuditudeSettings |
| Inheritance | AuditudeSettings MetadataNode Object |
| Property | Defined By | ||
|---|---|---|---|
| creativeRepackagingEnabled : Boolean
Retrieve whether Auditude should perform creative repackaging. | AuditudeSettings | ||
| customParameters : Metadata
The custom parameters. | AuditudeSettings | ||
| domain : String
The domain name corresponding to the Auditude service. | AuditudeSettings | ||
| mediaId : String
The Auditude "media id" parameter. | AuditudeSettings | ||
| targetingInfo : Metadata
The custom ad-targeting information. | AuditudeSettings | ||
| zoneId : String
The Auditude "zone id" parameter. | AuditudeSettings | ||
| creativeRepackagingEnabled | property |
creativeRepackagingEnabled:BooleanRetrieve whether Auditude should perform creative repackaging. This information is not mandatory to issue valid requests to the Auditude back-end server. The server might be configured to have a pool of ads that are not supported by this platform, such as f4m. When this option is enabled, the Auditude back-end will try to perform on the fly ad transcoding. In this way, ads that are not supported will be repackaged to compliant formats (such as m3u8), seamlessly to the client. The repackaged ad is cached and it will be served directly the next time it is requested.
public function get creativeRepackagingEnabled():Boolean public function set creativeRepackagingEnabled(value:Boolean):void| customParameters | property |
customParameters:MetadataThe custom parameters. The custom parameters are not mandatory to issue valid requests to the Auditude back-end server. This optional parameter can be used to replace certain parameters on the client.
public function get customParameters():Metadata public function set customParameters(value:Metadata):void| domain | property |
domain:StringThe domain name corresponding to the Auditude service. This parameter (known in advance by the developer) is required in order to be able to issue valid requests to the Auditude back-end server.
public function get domain():String public function set domain(value:String):void| mediaId | property |
mediaId:StringThe Auditude "media id" parameter. This parameter (known in advance by the developer) is required in order to be able to issue valid requests to the Auditude back-end server. This value targets a specific ad-configuration on the Auditude back-end server.
public function get mediaId():String public function set mediaId(value:String):void| targetingInfo | property |
targetingInfo:MetadataThe custom ad-targeting information. The ad-targeting information is not mandatory to issue valid requests to the Auditude back-end server. This optional parameter can be used restrict the pool of ads that are considered during the ad-selection process.
public function get targetingInfo():Metadata public function set targetingInfo(value:Metadata):void| zoneId | property |
zoneId:StringThe Auditude "zone id" parameter. This parameter (known in advance by the developer) is required in order to be able to issue valid requests to the Auditude back-end server.
public function get zoneId():String public function set zoneId(value:String):void