Package | com.adobe.mediacore.metadata |
Class | public class AuditudeSettings |
Inheritance | AuditudeSettings ![]() ![]() ![]() |
Property | Defined By | ||
---|---|---|---|
![]() | adBreakAsWatched : String
Sets the ad break watched policy. | AdvertisingMetadata | |
![]() | adSignalingMode : String
Sets the signaling metadata used when processing media streams. | AdvertisingMetadata | |
creativeRepackagingEnabled : Boolean
Retrieve whether Auditude should perform creative repackaging. | AuditudeSettings | ||
customParameters : Metadata
The custom parameters. | AuditudeSettings | ||
defaultMediaId : String
Retrieve the Auditude "default media id" parameter
This parameter (known in advance by the developer) is not mandatory, but it highly recommended
to be used. | 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:Boolean
Retrieve 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:Metadata
The 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
defaultMediaId | property |
defaultMediaId:String
Retrieve the Auditude "default media id" parameter This parameter (known in advance by the developer) is not mandatory, but it highly recommended to be used. This parameter will be used to server ad impressions in the case of faulty configuration or delay in propagation in the Auditude content ingestion and ad server.
public function get defaultMediaId():String
public function set defaultMediaId(value:String):void
domain | property |
domain:String
The 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:String
The 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:Metadata
The 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:String
The 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