I am having a hard time finding data about how to track Google Adwords using 3rd party software.
We would like to track data about our Adwords campaigns, such as:
- Cost Per Click
- Which Creative was clicked (A/B)
- Campaign where click came from
- Adsense or Adwords ( In terms of Adsense, where the click came from
ie: what website?).
The best information on this I have been able to find is if you Google:
Adwords-dynamic-parameters-in-links from ewhisper.
but I am looking for some official documentation from Google and perhaps even some tutorials?
Thanks.
Gavin.
for the other variables you mentioned, you can track all those if you use Google's dynamic parameters in your adwords destination URLs.
Depending on the scale of your needs, you could just run a simple analyzer on your weblogs to give you that information. Cause Google can send you what you need, you just need a way to present it in useable format as far as i see.
Alternatively I guess I can do this at an adgroup level and make it a static value, but I was hoping to use a dynamic method to save headaches when bid values change.
Here is what I have so far:
http://www.example.com/index.aspx?ns_campaign=campaign_name&ns_mchannel=ppc&ns_source=Google&ns_linkname={keyword}&ns_fee=0.05
From this the only data that is dynamically passed is {keyword}
We are not using the content network at this stage so we don't need to track that.
Where can I find more info about what can be passed out in destination url's from Google?
[groups.google.com...]
Or is Google smart enough to realise that these parameters are only parameters and not different pages?
If I had to guess, I'd say it will affect the quality score.
Cheers,
www.example.com/LandingPage.htm#AW-<my_Keyword_ID>-<My_Ad_ID>
Strangely, I never saw impressions of these URLs in my server logs, which track every visitor. However, after setting up the ads with these unique URLs, I saw one impression of each URL originating from Google offices in Mountain View or New York (I presume this is part of the ad validation process). I also see impressions as expected in my server logs if I click on my own ads!
I also tried:
www.example.com/LandingPage.htm?AW-<my_Keyword_ID>-<My_Ad_ID>
eg. the query format. Same result: no identifiable impressions logged.
Finally, I set up a special landing page for one of my ad-groups. This works! I don't get impressions in the above format, but get impressions such as:
www.example.com/SpecialLandingPage.htm?gclid=<some_unique_character_sequence>
So, as an AdWords newbie, I have at least been able to track that my money is indeed getting impressions from the ad group :)
Has anybody else tried anything similar?
KV
In another WebmasterWorld thread I found this link that seems to answer all or most of the above questions:
[ewhisper.net...]
So I built a custom URL that I have put into all my keywords:
www.example.com.au/LandingPage.htm?AW:WidgetCampaign&KW={keyword}&Nw={ifContent:C}{ifSearch:S}&Ad={creative}
My server logs show each impression (= ad click-through) like this:
www.example.com.au/LandingPage.htm?AW:WidgetCampaign&KW=blue%30widget&Nw=S&Ad=12345678&gclid=Chy6ggt6ewhhhsds99dd
Works wonderfully! Tracks every paid click! :)
KV