Eyeblaster has enabled specific Flash Methods to allow interactions and tracking within the ad.
The method for a clickthrough is: EB.Clickthrough();
The Url is defined in the Eyeblaster System.
There are four types of custom interactions.
Clickthrough: Measures clicks and opens a new window when clicked. For example EB.Clickthrough("interactionName");
User Action Counter: Measures user initiated actions like clicking buttons, rolling over a specific section, and so on. For example EB.UserActionCounter("interactionName");
Automatic Events Counters: Measures as timeline events such as having a video watched until the end. For Example EB.AutomaticEventCounter("interactionName");
|