Digital Point Forums
Wire Transfer

Go Back   Digital Point Forums > Marketing > Pay Per Click Advertising > Google AdWords
Google Analytics
Log In to view
your analytics

Reply
 
Thread Tools
  #1  
Old Mar 30th 2007, 12:47 am
Michau's Avatar
Michau Michau is offline
Champion of the Naaru
 
Join Date: Nov 2005
Location: Warsaw, Poland
Posts: 186
Michau is an unknown quantity at this point
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>
Now I am able to see on which sites my ads are clicked. I was also able to launch site targeted campaigns to the sites where my ads get most clicked
Reply With Quote
  #2  
Old Mar 30th 2007, 2:40 am
B.V.E. B.V.E. is offline
Champion of the Naaru
 
Join Date: Dec 2006
Posts: 106
B.V.E. is on a distinguished road
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 .
Reply With Quote
  #3  
Old Mar 31st 2007, 2:16 am
Michau's Avatar
Michau Michau is offline
Champion of the Naaru
 
Join Date: Nov 2005
Location: Warsaw, Poland
Posts: 186
Michau is an unknown quantity at this point
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!
Reply With Quote
  #4  
Old Mar 31st 2007, 3:30 pm
filtalr filtalr is offline
Twilight Vanquisher
 
Join Date: Oct 2006
Location: OKC, OK USA
Posts: 674
filtalr has a spectacular aura aboutfiltalr has a spectacular aura about
Nice - Where do you put the code on your page and where do your site specific stats show up?
Reply With Quote
  #5  
Old Apr 1st 2007, 3:45 am
Skouk's Avatar
Skouk Skouk is offline
Champion of the Naaru
 
Join Date: Jan 2007
Posts: 234
Skouk is on a distinguished road
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.
Reply With Quote
  #6  
Old Apr 1st 2007, 3:56 am
JochenVandeVelde's Avatar
JochenVandeVelde JochenVandeVelde is offline
Hand of A'dal
 
Join Date: Mar 2007
Location: Belgium
Posts: 409
JochenVandeVelde is on a distinguished road
Thanks for sharing! Great script.
Reply With Quote
  #7  
Old Apr 3rd 2007, 8:54 am
GuyFromChicago GuyFromChicago is offline
Permanent Peon
 
Join Date: Mar 2004
Location: Chicago, IL
Posts: 6,738
GuyFromChicago has a reputation beyond reputeGuyFromChicago has a reputation beyond reputeGuyFromChicago has a reputation beyond reputeGuyFromChicago has a reputation beyond reputeGuyFromChicago has a reputation beyond reputeGuyFromChicago has a reputation beyond reputeGuyFromChicago has a reputation beyond reputeGuyFromChicago has a reputation beyond reputeGuyFromChicago has a reputation beyond reputeGuyFromChicago has a reputation beyond reputeGuyFromChicago has a reputation beyond repute
Nice script but everyone should keep in mind that in the coming months there's transparency coming to the AdWords content network
Reply With Quote
  #8  
Old Apr 6th 2007, 10:23 am
jarjarb jarjarb is offline
Peon
 
Join Date: Apr 2007
Posts: 1
jarjarb is on a distinguished road
hey great post, but i'm a little confused, how can you track your adsense ROI from this?
Reply With Quote
  #9  
Old Apr 10th 2007, 8:00 am
GuyFromChicago GuyFromChicago is offline
Permanent Peon
 
Join Date: Mar 2004
Location: Chicago, IL
Posts: 6,738
GuyFromChicago has a reputation beyond reputeGuyFromChicago has a reputation beyond reputeGuyFromChicago has a reputation beyond reputeGuyFromChicago has a reputation beyond reputeGuyFromChicago has a reputation beyond reputeGuyFromChicago has a reputation beyond reputeGuyFromChicago has a reputation beyond reputeGuyFromChicago has a reputation beyond reputeGuyFromChicago has a reputation beyond reputeGuyFromChicago has a reputation beyond reputeGuyFromChicago has a reputation beyond repute
Quote:
Originally Posted by jarjarb View Post
hey great post, but i'm a little confused, how can you track your adsense ROI from this?
You really are confused
Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


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


All times are GMT -8. The time now is 7:08 am.