From September, Flash will no longer be supported by Chrome. Prepare for the shift towards HTML5 by visiting our Flash to HTML5 help page

Check it out!

Using clickTAG with redirect

In order to dynamically redirect the clickTAG value to another landing page, the ;cpdir= referrer can be used:

var redirect = 'http://www.example.com';
var custom = ';cpdir=' + redirect;
window.open(clickTAG + custom, landingpagetarget);

Note: the ;cpdir= referrer will not work while testing locally or in HTML 5 Studio environment. The creative must be served through the platform in order for such redirect to function properly.