| Package | com.adobe.mediacore.metadata |
| Class | public class AdMetadata |
| Inheritance | AdMetadata Metadata flash.events.EventDispatcher |
| Property | Defined By | ||
|---|---|---|---|
| customParameters : Object
Custom parameters
| AdMetadata | ||
| domain : String
The domain of the Ad Decisioning Server
| AdMetadata | ||
![]() | keys : Vector.<String> [read-only]
The keys stored in this Metadata object. | Metadata | |
| targetingParameters : Object
Targeting parameters. | AdMetadata | ||
| zoneId : String
The zone id
| AdMetadata | ||
| Method | Defined By | ||
|---|---|---|---|
AdMetadata(zoneId:String = null, domain:String = null)
Default constructor. | AdMetadata | ||
![]() | addValue(key:String, value:Object):void
Stores the specified value in this Metadata object, using the specified
key. | Metadata | |
![]() | containsKey(key:String):Boolean
Checks if the specified key existins in this metdata objects. | Metadata | |
![]() | getValue(key:String):*
Returns the value associate with the specified key. | Metadata | |
![]() | removeValue(key:String):*
Removes the value associated with the specified key from this
Metadata object. | Metadata | |
![]() | toString():String [override]
Returns a string representation of this configuration. | Metadata | |
| customParameters | property |
customParameters:ObjectCustom parameters
public function get customParameters():Object public function set customParameters(value:Object):void| domain | property |
domain:StringThe domain of the Ad Decisioning Server
public function get domain():String public function set domain(value:String):void| targetingParameters | property |
targetingParameters:ObjectTargeting parameters. These values apply to user targeting.
public function get targetingParameters():Object public function set targetingParameters(value:Object):void| zoneId | property |
zoneId:StringThe zone id
public function get zoneId():String public function set zoneId(value:String):void| AdMetadata | () | Constructor |
public function AdMetadata(zoneId:String = null, domain:String = null)Default constructor.
ParameterszoneId:String (default = null) | |
domain:String (default = null) |