banner FLASH template files
Choose right version:
clickTag:
clickTAG:
How Online Advertisement works. Something about Banners and other forms of ads ;)
Choose right version:
clickTag:
clickTAG:
Most common clickTAG version:
on (release) {
getURL (_root.clickTAG, “_blank”);
}
clickTag version:
on (release) {
getURL (_root.clickTag, “_blank”);
}
clicktag version:
on (release) {
getURL (_root.clicktag, “_blank”);
}
For advanced flash user:
_root prefix – because clickTAG is set in root level, using root you are safe in case you use button in other movieclip or level.
Always use on (release) - because on(press) will be blocked by browser
“_blank” - most requirements notes blank as default rule. If you have free of choice – use blank when ad is served on other site then landing page. But you can use “_self” if ad directs to same domain (inner ad-campaign)
If you are newbie – don’t forget!
clicktag syntax is different for different sites/ad-networks
Most common syntax are:
clickTAG and clickTag
rare versions:
ClickTag, ClickTAG, clicktag, …
Google Adwords:
The variable name must be spelled “clickTAG” (upper-case TAG; no space between click and TAG) and not “click tag,” “Click Tag,” or any other form. This is the proper code for the clickTAG parameter:
(http://adwords.google.com/support/bin/answer.py?hl=en&answer=26938)
Youtube Ads:
Please note: Our ad serving system will recognise multiple versions of clickTag casing. You may use any of the following: clickTag, clicktag, or clickTAG.
(http://uk.youtube.com/t/ads_std_banner#flash)