| Package | com.adobe.mediacore.content.advertising |
| Class | public class Ad |
| Inheritance | Ad Object |
| Property | Defined By | ||
|---|---|---|---|
| clickURL : String
URL for the Clickthrough. | Ad | ||
| companionAds : Array
List of Companion Ads. | Ad | ||
| contentId : String [read-only]
Content ID for the Ad from the Ad Server
| Ad | ||
| duration : Number [read-only]
The duration of the ad (in seconds)
| Ad | ||
| id : String [read-only]
Unique ID of the ad
| Ad | ||
| time : Number [read-only]
The time at which the ad begins (in seconds)
| Ad | ||
| trackingInfo : Object [read-only]
The tracking information associated with this ad
| Ad | ||
| Method | Defined By | ||
|---|---|---|---|
Ad(time:Number, duration:Number, trackingInfo:Object, clickURL:String, companionAds:Array, contentId:String)
Default constructor. | Ad | ||
| 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| contentId | property |
contentId:String [read-only] Content ID for the Ad from the Ad Server
public function get contentId():String| duration | property |
duration:Number [read-only] The duration of the ad (in seconds)
public function get duration():Number| id | property |
id:String [read-only] Unique ID of the ad
public function get id():String| time | property |
time:Number [read-only] The time at which the ad begins (in seconds)
public function get time():Number| trackingInfo | property |
trackingInfo:Object [read-only] The tracking information associated with this ad
public function get trackingInfo():Object| Ad | () | Constructor |
public function Ad(time:Number, duration:Number, trackingInfo:Object, clickURL:String, companionAds:Array, contentId:String)Default constructor.
Parameterstime:Number | |
duration:Number | |
trackingInfo:Object | |
clickURL:String | |
companionAds:Array | |
contentId:String |