Packagecom.adobe.mediacore.adresolver
Classpublic class AdPlacement
InheritanceAdPlacement Inheritance Object

Describes an ad placement that should be spliced into an avail. An avail may be filled with 0 or more AdPlacements; the relationship is not necessarily 1 to 1.



Public Properties
 PropertyDefined By
  adContentId : String
Content id of the ad from the ad server
AdPlacement
  avail : AvailInfo
Returns the AvailInfo that this AdPlacement applies to.
AdPlacement
  clickURL : String
URL for the Clickthrough.
AdPlacement
  companionAds : Array
List of Companion Ads.
AdPlacement
  duration : Number
Duration.
AdPlacement
  replacedDuration : Number
Duration to replace.
AdPlacement
  streamProvider : HTTPStreamProviderBase
The stream provider corresponding to this ad placement to be used by the playback engine
AdPlacement
  time : Number
Returns the start time on the overall media stream timeline where playback of this ad should begin.
AdPlacement
  trackingInfo : Object
Info for the ad to be tracked.
AdPlacement
  trackingProvider : Object
The module which provides the tracking service.
AdPlacement
  trueDuration : Number
[read-only] The true duration of the ad (available once the placement's stream provider has been initialized)
AdPlacement
  url : String
The url to the manifest file for the ad.
AdPlacement
Public Methods
 MethodDefined By
  
toString():String
Prints the range of the AdPlacement
AdPlacement
Property Detail
adContentIdproperty
adContentId:String

Content id of the ad from the ad server


Implementation
    public function get adContentId():String
    public function set adContentId(value:String):void
availproperty 
avail:AvailInfo

Returns the AvailInfo that this AdPlacement applies to.


Implementation
    public function get avail():AvailInfo
    public function set avail(value:AvailInfo):void
clickURLproperty 
clickURL:String

URL for the Clickthrough. This is the URL for a page that opens when a user clicks the Ad Creative.


Implementation
    public function get clickURL():String
    public function set clickURL(value:String):void
companionAdsproperty 
companionAds:Array

List of Companion Ads. One or more Companion Ads are served by the Ad Creative.


Implementation
    public function get companionAds():Array
    public function set companionAds(value:Array):void
durationproperty 
duration:Number

Duration.


Implementation
    public function get duration():Number
    public function set duration(value:Number):void
replacedDurationproperty 
replacedDuration:Number

Duration to replace.


Implementation
    public function get replacedDuration():Number
    public function set replacedDuration(value:Number):void
streamProviderproperty 
streamProvider:HTTPStreamProviderBase

The stream provider corresponding to this ad placement to be used by the playback engine


Implementation
    public function get streamProvider():HTTPStreamProviderBase
    public function set streamProvider(value:HTTPStreamProviderBase):void
timeproperty 
time:Number

Returns the start time on the overall media stream timeline where playback of this ad should begin.


Implementation
    public function get time():Number
    public function set time(value:Number):void
trackingInfoproperty 
trackingInfo:Object

Info for the ad to be tracked. This is implementation dependant and can be passed to the tracking provider. Intially it will be the Auditude Ref object.


Implementation
    public function get trackingInfo():Object
    public function set trackingInfo(value:Object):void
trackingProviderproperty 
trackingProvider:Object

The module which provides the tracking service. This is implementation dependant, but will initially be the Auditude Analytics object.


Implementation
    public function get trackingProvider():Object
    public function set trackingProvider(value:Object):void
trueDurationproperty 
trueDuration:Number  [read-only]

The true duration of the ad (available once the placement's stream provider has been initialized)


Implementation
    public function get trueDuration():Number

See also

urlproperty 
url:String

The url to the manifest file for the ad.


Implementation
    public function get url():String
    public function set url(value:String):void
Method Detail
toString()method
public function toString():String

Prints the range of the AdPlacement

Returns
String