Warning: Invalid argument supplied for foreach() in /var/www/vhosts/clicktager.com/httpdocs/wp-content/plugins/ps-google-website-optimizer-setting/ps_google_optimizer.php on line 99
Clicktag | Online Advertising & Marketing Proffesional blog

How Online Advertisement works. Something about Banners and other forms of ads ;)

ClickTAG flash CS4/MX/CS3 action script (AS1, AS2)

Filed under: Banners production, action script — Tags: , , , , , , , , , — clickTAGer @ 9:34 pm 2009/02/17

VIDEO: how to put clickTAG in CS4 Flash version

Get Adobe Flash player

 

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)

 

Share and Enjoy:
  • Facebook
  • Digg
  • del.icio.us
  • Google Bookmarks
  • LinkedIn
  • Live
  • MySpace
  • Netvibes
  • Technorati
  • TwitThis
  • email
  • PDF
  • Print
  • RSS
  • Yahoo! Bookmarks

clicktag vs direct link method

Differences:

clickTAG method action script example:

getURL(clickTAG,”_blank”);

Hard-coded (direct link) method example:

getURL(“http://www.domain.com/xxxx”,”_blank”);

  (clicktag) method Hardcoded (direct) link method
Warnings: Warning:  

You must know exact syntax for clicktag variable and/or code part for clicktag.

Now additional warnings, just put getURL with URL
TO TRACK clicks on flash banners.
(To track impressions and clicks ad-server have to intercept click event)
YES
Click -> clickTAG value -> ad-server track -> ad-server redirect -> landing page
NO
Click -> URL -> landing page
Quick/simple link change .
(if you want to change landing page during campaign)
Yes
You can change value on ad-server
No    
(you have to change SWFs)
Share and Enjoy:
  • Facebook
  • Digg
  • del.icio.us
  • Google Bookmarks
  • LinkedIn
  • Live
  • MySpace
  • Netvibes
  • Technorati
  • TwitThis
  • email
  • PDF
  • Print
  • RSS
  • Yahoo! Bookmarks

clickTAG syntax

 If you are newbie – don’t forget!
clicktag syntax is different for different sites/ad-networks

Different syntax: clicktag, clickTag, clickTAG,…

Most common syntax are:

clickTAG and clickTag

rare versions:

ClickTag, ClickTAG, clicktag, …

for example:

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)

Share and Enjoy:
  • Facebook
  • Digg
  • del.icio.us
  • Google Bookmarks
  • LinkedIn
  • Live
  • MySpace
  • Netvibes
  • Technorati
  • TwitThis
  • email
  • PDF
  • Print
  • RSS
  • Yahoo! Bookmarks

clickTAG

Filed under: Glossary, clicktager default — Tags: , , — clickTAGer @ 7:00 am 2009/01/27

clickTAG – tracking and dynamic linking variable for flash banners. (Important for online ads producers, publishers, media buying  agency, online project coordinator).

clickTAG is conventional name of variable which is transporting variable for link URL between HTML and FLASH banner. 

Why clickTAG 

  • This is most common and guarantied way to track flash banner clicks
  • This is simple way to change landing page link for overal online campaign (without reproducing flash banners)

If you can’t track clicks on banners – you can’t see real performance from ad-serving platform. Click Rate (CTR) is one of basic banner measures.

clickTAG is variable (in _root banner level). It stores external (not hard-coded in flash) link for tracking clicks.
clickTAG is case sensitive. This means that producers have to check right syntax for each ad-network/site.

Share and Enjoy:
  • Facebook
  • Digg
  • del.icio.us
  • Google Bookmarks
  • LinkedIn
  • Live
  • MySpace
  • Netvibes
  • Technorati
  • TwitThis
  • email
  • PDF
  • Print
  • RSS
  • Yahoo! Bookmarks