The ClickTAG variable is a tracking tool assigned by a publisher or ad serving network to a flash banner ad. It is also used to link the flash banner to a destination URL.
Okay. But why using ClickTAG when a link – the destination URL – can be hard coded into the SWF itself? Well, that’s because hard coding the click-through URL into the SWF would make click counting impossible. And that would kill the CPC advertising system – the popular system Google uses too.
Also, the ClickTAG variable has many other advantages:
- 1. Both sides – advertiser and publisher – can count clicks-throughs
2. You don’t need to modify the SWF itself if you need to change the destination URL
3. The destination URL can be easily checked without the help of a flash programmer
If you use BannerSnack to create banners and you need to advertise with “Publisher X” all you have to do is send it the exported SWF file and the destination URL where you would like the users land after clicking your ad.
However, if you want to embed the SWF yourself, you can use the ClickTAG SWF embed code generator or use this alternate method:
<object type=”application/x-shockwave-flash” data=”http://www.example.com/file.swf?clickTag=http://www.destinationURL.com&clickTarget=_blank” width=”300″ height=”250″>
<param name=”allowScriptAccess” value=”always”/>
<param name=”movie” value=”http://www.example.com/file.swf?clickTag=http://www.destinationURL.com&clickTarget=_blank“/>
<param name=”bgcolor” value=”#FFFFFF”></object>
If you use BannerSnack to create flash headers, change the _blank value with _self.

April 21st, 2009 at 5:08 pm
First, I love this site, I think that the same guy at TutVid does the tutorials here, sound like him. Anyway you guys rock!
Here’s the question: So when I use the ClickTAG generator and embedded it in my site, how or who do keeps track of the clicks?? Through my webhost stats?
April 25th, 2009 at 7:26 am
Don’t forget!
It’s important to make sure that SWF file and HTML parameters are the same case clickTAG or clickTag
ad-networks use two different cases TAG or Tag (very rare versions clicktag, ClickTag,…)
Sometimes it’s headache for banner-ad producers
They always must know final (exact) requirements for this variable
April 27th, 2009 at 12:55 am
Judith, if you embed the banner into your website, you should keep track of the clickthroughs. Probably there are especially designed applications to do that, but you can also use an analytics tool, such as Google Analytics.
clickTAGer, I heard of that. I’m not sure why do they keep it case sensitive at all. It shouldn’t matter whether you write it clickTag or cLiCkTaG.