|
All banner ads should have their entire area clickable. To do this, follow the steps below :
That's it. The clicks for your banner can now be tracked.
Why can't I put the exact URL for the ad into the clickthrough?
If you do this, the banner tracking system will not be able to track the clicks for your ad. If the code you use looks like this :-
getURL("www.abc123.com", "_blank");
The system will not be able to track the clicks for your ad because it can't find the _level0.clickTag word as in the example below.
getURL(_level0.clickTag,"_blank");
have seen getURL(clickThru, "_blank"); being used before. Can't I use that?
Again the same problem arises because our system can't find the _level0.clickTag word. The system will also not be able to track your ads if you use clickThru instead of_level0.clickTag
I am always told to change the code but I do exactly as is shown. The code that I have typed is :-
getURL("_level0.clickTag", "_blank");
What am I doing wrong?
When you type your codes, please make sure that the word?_level0.clickTag is not enclosed in quotes ( " ) like this "_level0.clickTag". Your code should look like this instead getURL(_level0.clickTag, "_blank"); It would be better if you did not retype the code but rather copy and paste it from the many examples that have been provided above.
We will not be able to track the click rates of your banner ad if you do this. Please follow the above instructions and pass us the URL and we will make sure that your banner will point to the URL.