I created a banner with multiple clickTAGs, each on a separate button. The webmaster doesn’t know how to implement them. I’ve never worked with ad-serving software, so I don’t know what to tell him. Any suggestions?
Thanks for any guidance,
Midori
I created a banner with multiple clickTAGs, each on a separate button. The webmaster doesn’t know how to implement them. I’ve never worked with ad-serving software, so I don’t know what to tell him. Any suggestions?
Thanks for any guidance,
Midori
There is some info here:
http://www.adobe.com/resources/richmedia/tracking/
Example files in the bottom for ad serving site.
I’m not an expert but usually the ad network will give the site builder a unique URL for each clickTAG.
For multiple tags in your button, you use clickTag1, clickTag2, etc:
getURL (_root.clickTag1, “_blank”);
getURL (_root.clickTag2, “_blank”);