|
Triton Mobile SDK for Android
|
Advertisement bundle keys. More...
Static Public Member Functions | |
| static void | trackImpression (Bundle ad) |
| Tracks the ad impression. More... | |
| static void | trackVideoClick (Bundle ad) |
| Tracks the clicks on a video ad. More... | |
Static Public Attributes | |
| static final String | BANNERS = "banners" |
| Bundle Array List - Companion banners. More... | |
| static final String | COMPANION_CLICK_THROUGH_URL = "companion_click_through_url" |
| String - URL to launch in the browser when the static ad has been clicked | |
| static final String | DURATION = "duration" |
| String - The main creative's duration in HH:MM:SS.mmm or HH:MM:SS format | |
| static final String | ENABLE_COUNTDOWN_DISPLAY = "enable_countdown_display" |
| String - Display the countdown timer on the interstitial ad | |
| static final String | ERROR_URL = "error_url" |
| String - The main creative's URL | |
| static final String | FORMAT = "format" |
| String - The ad's format: eg: VAST or DAAST | |
| static final String | HEIGHT = "height" |
| int - The main creative's height | |
| static final String | HTML = "html" |
| String - The main creative's raw HTML | |
| static final String | IMPRESSION_TRACKING_URLS = "impression_tracking_urls" |
| String Array List - URLs to connect to when main creative playback has started | |
| static final String | MIME_TYPE = "mime_type" |
| String - The main creative's MIME type | |
| static final String | TITLE = "title" |
| String - The ad's title | |
| static final String | URL = "url" |
| String - The main creative's URL | |
| static final String | VAST_AD_TAG = "VASTAdTagURI" |
| _String _ - URI element in VAST Wrapper | |
| static final String | VIDEO_CLICK_THROUGH_URL = "video_click_through_url" |
| String - URL to launch in the browser when the video has been clicked | |
| static final String | VIDEO_CLICK_TRACKING_URLS = "video_click_tracking_urls" |
| String Array List - URLs to connect to when a video has been clicked | |
| static final String | WIDTH = "width" |
| int - The main creative's width | |
Advertisement bundle keys.
|
static |
Tracks the ad impression.
To be used only with on-demand ads when an application takes care of playing the audio or video.
|
static |
Tracks the clicks on a video ad.
To be used only with on-demand ads when an application takes care of playing video.