Packagecom.adobe.mediacore.metadata
Classpublic class AuditudeSettings
InheritanceAuditudeSettings Inheritance MetadataNode Inheritance Object

Public class which support ad information provided by the Auditude ad-resolving WEB service.



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined By
 Inherited
containsKey(key:String):Boolean
Checks if the metadata contains the specified key.
MetadataNode
 Inherited
getNode(key:String):Metadata
MetadataNode
 Inherited
getValue(key:String):String
Returns the value associated with the specified key as string.
MetadataNode
 Inherited
isEmpty():Boolean
Checks if the metadata has any mapping defined.
MetadataNode
 Inherited
keySet():Vector.<String>
Returns a vector containing the strings used as keys in this metadata.
MetadataNode
 Inherited
setNode(key:String, value:Metadata):void
MetadataNode
 Inherited
setValue(key:String, value:String):void
Stores a String value into this metadata, replacing any existing value for the given key.
MetadataNode
 Inherited
toString():String
MetadataNode
Property Detail
creativeRepackagingEnabledproperty
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.


Implementation
    public function get creativeRepackagingEnabled():Boolean
    public function set creativeRepackagingEnabled(value:Boolean):void
customParametersproperty 
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.


Implementation
    public function get customParameters():Metadata
    public function set customParameters(value:Metadata):void
domainproperty 
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.


Implementation
    public function get domain():String
    public function set domain(value:String):void
mediaIdproperty 
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.


Implementation
    public function get mediaId():String
    public function set mediaId(value:String):void
targetingInfoproperty 
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.


Implementation
    public function get targetingInfo():Metadata
    public function set targetingInfo(value:Metadata):void
zoneIdproperty 
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.


Implementation
    public function get zoneId():String
    public function set zoneId(value:String):void