Packagecom.adobe.mediacore.metadata
Classpublic class AdMetadata
InheritanceAdMetadata Inheritance Metadata Inheritance flash.events.EventDispatcher

Metadata used for advertising



Public Properties
 PropertyDefined By
  customParameters : Object
Custom parameters
AdMetadata
  domain : String
The domain of the Ad Decisioning Server
AdMetadata
 Inheritedkeys : Vector.<String>
[read-only] The keys stored in this Metadata object.
Metadata
  targetingParameters : Object
Targeting parameters.
AdMetadata
  zoneId : String
The zone id
AdMetadata
Public Methods
 MethodDefined By
  
AdMetadata(zoneId:String = null, domain:String = null)
Default constructor.
AdMetadata
 Inherited
addValue(key:String, value:Object):void
Stores the specified value in this Metadata object, using the specified key.
Metadata
 Inherited
containsKey(key:String):Boolean
Checks if the specified key existins in this metdata objects.
Metadata
 Inherited
getValue(key:String):*
Returns the value associate with the specified key.
Metadata
 Inherited
removeValue(key:String):*
Removes the value associated with the specified key from this Metadata object.
Metadata
 Inherited
toString():String
[override] Returns a string representation of this configuration.
Metadata
Events
 Event Summary Defined By
 InheritedDispatched when a value is added on the metadataMetadata
 InheritedDispatched when a value is changed on the metadataMetadata
 InheritedDispatched when a value is removed from the metadataMetadata
Property Detail
customParametersproperty
customParameters:Object

Custom parameters


Implementation
    public function get customParameters():Object
    public function set customParameters(value:Object):void
domainproperty 
domain:String

The domain of the Ad Decisioning Server


Implementation
    public function get domain():String
    public function set domain(value:String):void
targetingParametersproperty 
targetingParameters:Object

Targeting parameters. These values apply to user targeting.


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

The zone id


Implementation
    public function get zoneId():String
    public function set zoneId(value:String):void
Constructor Detail
AdMetadata()Constructor
public function AdMetadata(zoneId:String = null, domain:String = null)

Default constructor.

Parameters
zoneId:String (default = null)
 
domain:String (default = null)