This is a draft cheat sheet. It is a work in progress and is not finished yet.
Clicks
clickThrough("clickTAG") |
getClickUrl("clickTAG") |
We recommend the use of the clickThrough function
Ad Server Variables
getConfigVar(name) |
getDynamicVar(name) |
getImpressionVar(name) |
Init
onceInitialized(callback) |
Ad Server Variables - Console
Name |
Type |
Value Type |
Description |
isLive |
configuration |
boolean |
True if the creative is in a live environment |
adunit_id |
configuration |
number |
The ID of the configured creative in AdGear Console. |
|
|
Events / Interactions
countEvent("myEvent") |
getEventUrl("myEvent") |
We recommend the use of the clickThrough function
Expandability
expandContainer() |
collapseContainer() |
getCollapsedWidth() |
getCollapsedHeight() |
getExpandedWidth() |
getExpandedHeight() |
setExpandedDimensions(width, height) |
getExpandDirection() |
onceExpanded(callback) |
onceCollapsed(callback) |
|