Support Questions:How can I setup banners so that the tracking URLs are inserted into Flash
From HasOffers
The creative manager assumes that flash banners are IAB compliant and use the clickTAG variable. The clickTAG= parameter dynamically passes a click through URL to a Flash movie as a "key-value", using a GET method (within the URL). It is used by many ad serving companies. Sample code to insert into a Flash banner is below.
{getURL(clickTAG,"_blank");}
The variable clickTag is also passed into the flash file. If you don't use the standard IAB variable with TAG capitalized in clickTAG, the lower case version of clickTag will also work. So flash files can use either clickTAG or clickTag to request the tracking link.
Below is a sample of the code used to display flash files that shows how both clickTAG and clickTag are passed into flash files.
<param name="flashvars" value="clickTag=http%3A%2F%2Fdemo.go2jump.org%2Faff_c%3Foffer_id%3D1%26aff_id%3D1%26file_id%3D4&clickTAG=http%3A%2F%2Fdemo.go2jump.org%2Faff_c%3Foffer_id%3D1%26aff_id%3D1%26file_id%3D4" />
Email this page to a friend or co-worker