Reputation: 7380
Is there any way to know that a visitor arrived on my site from clicking a google display ad, just from the HTTP logs - with the referrer header? I wan't to cross check google analytics.
Thanks
Upvotes: 1
Views: 401
Reputation: 210
You need to configure AdWords to add the "network" property to your url tracking template. Something like this:
{unescapedlpurl}?gad_network={network}
The value of gad_network in your url will be 'd' for Display Network.
See here for editing the template.
There are other properties you can use. There's a list buried in this this page.
Upvotes: 1