![]() |
|
|
|
||||||||||
![]() |
|
|
Thread Tools |
|
#1
|
||||
|
||||
|
Track on which content pages your ad is clicked!
I am an AdWords advertiser who heavily advertises on content network. I use Google Analytics to track my visitors, but I noticed all clicks on content network are grouped under the same heading. I wanted to be able to track visitors, conversions etc. per individual content site. So here's the JavaScript code I put on my page to do it:
Code:
<script>
var r = document.referrer;
if(r.match(/googlesyndication\.com/) && r.match(/url=([^&]+)/))
{
var u = unescape(RegExp.$1);
if(u.match(/^https?:\/\/([^\/]+)/))
{
var d = RegExp.$1;
__utmSetVar("AdSense: " + d);
}
}
</script>
|
|
#2
|
|||
|
|||
|
Nice script dude! I've got this implemented into my own tracking software a few months ago, and being able to track the content network is a huge advantage
![]() Simply block the content sites with a low CR/ROI, and start site targeted campaigns for the content sites with a good ROI. Lots of targeted traffic + low CPCs = So, great work on the Analytics add-in! It will definitely unleash some extra potential for the average Adwords advertiser .
|
|
#3
|
||||
|
||||
|
Yes, exactly that's what I primarily made it for - block sites with low ROI... but I was also abloe to launch site-targeted campaigns on the best-performing sites, with lower CPC that my original campaign - woohoo!
|
|
#4
|
|||
|
|||
|
Nice - Where do you put the code on your page and where do your site specific stats show up?
|
|
#5
|
||||
|
||||
|
Excellent
I have added the code yesterday and it works great. filtalr, you can add the code between </head> and <body>
__________________
Immobilier et Diagnostic Immobilier sont sur Alerte Immo... Et tout pour sur Skouk.com. |
|
#6
|
||||
|
||||
|
Thanks for sharing! Great script.
|
|
#7
|
|||
|
|||
|
Nice script but everyone should keep in mind that in the coming months there's transparency coming to the AdWords content network
|
|
#8
|
|||
|
|||
|
hey great post, but i'm a little confused, how can you track your adsense ROI from this?
|
|
#9
|
|||
|
|||
|
Quote:
|
![]() |
| Bookmarks |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How the content is shown in the right div when clicked on link in left side nav | palyam | HTML & Website Design | 4 | Nov 9th 2006 1:43 pm |
| How to keep track which ad was clicked | cupid | Reporting & Stats | 3 | Jul 13th 2006 9:31 pm |
| Wish we could track channels back to pages | e10 | Reporting & Stats | 9 | Apr 29th 2006 1:35 pm |
| i dont want to track some pages??? | ravianz | Traffic Analysis | 0 | Jan 17th 2006 10:27 am |
| Track Which AdSense Ads are Clicked | ArtistMikeDotCom | Reporting & Stats | 18 | May 27th 2005 7:55 am |