| Package | com.adobe.mediacore.adresolver |
| Class | public class AdPlacement |
| Inheritance | AdPlacement Object |
| Property | Defined 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 | ||
| Method | Defined By | ||
|---|---|---|---|
toString():String
Prints the range of the AdPlacement
| AdPlacement | ||
| adContentId | property |
adContentId:StringContent id of the ad from the ad server
public function get adContentId():String public function set adContentId(value:String):void| avail | property |
avail:AvailInfoReturns the AvailInfo that this AdPlacement applies to.
public function get avail():AvailInfo public function set avail(value:AvailInfo):void| clickURL | property |
clickURL:StringURL for the Clickthrough. This is the URL for a page that opens when a user clicks the Ad Creative.
public function get clickURL():String public function set clickURL(value:String):void| companionAds | property |
companionAds:ArrayList of Companion Ads. One or more Companion Ads are served by the Ad Creative.
public function get companionAds():Array public function set companionAds(value:Array):void| duration | property |
duration:NumberDuration.
public function get duration():Number public function set duration(value:Number):void| replacedDuration | property |
replacedDuration:NumberDuration to replace.
public function get replacedDuration():Number public function set replacedDuration(value:Number):void| streamProvider | property |
streamProvider:HTTPStreamProviderBaseThe stream provider corresponding to this ad placement to be used by the playback engine
public function get streamProvider():HTTPStreamProviderBase public function set streamProvider(value:HTTPStreamProviderBase):void| time | property |
time:NumberReturns the start time on the overall media stream timeline where playback of this ad should begin.
public function get time():Number public function set time(value:Number):void| trackingInfo | property |
trackingInfo:ObjectInfo 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.
public function get trackingInfo():Object public function set trackingInfo(value:Object):void| trackingProvider | property |
trackingProvider:ObjectThe module which provides the tracking service. This is implementation dependant, but will initially be the Auditude Analytics object.
public function get trackingProvider():Object public function set trackingProvider(value:Object):void| trueDuration | property |
trueDuration:Number [read-only] The true duration of the ad (available once the placement's stream provider has been initialized)
public function get trueDuration():NumberSee also
| url | property |
url:StringThe url to the manifest file for the ad.
public function get url():String public function set url(value:String):void| toString | () | method |
public function toString():StringPrints the range of the AdPlacement
ReturnsString |