Mobile app version of vmapp.org
Login or Join
Kimberly868

: How to extract AdWords keywords from incoming traffic? I have a landing page in which I need to understand what keywords are coming in from AdWords and then display some information based on

@Kimberly868

Posted in: #GoogleAdwords #GoogleSearchConsole #Headers #HttpHeaders

I have a landing page in which I need to understand what keywords are coming in from AdWords and then display some information based on this. I am not certain, but I don't believe that this information is in the request header the same as normal query keywords would be. How can you ascertain this information and properly strip out the inbound AdWords keywords so as to use meaningfully?

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Kimberly868

2 Comments

Sorted by latest first Latest Oldest Best

 

@LarsenBagley505

If the person has instant search on you wont get the keyword, the parameter q= shows up for static searches. In your Analytics go to Traffic Sources - Sources - Search - Organic you'll see in the keywords column (not provided) that's due to instant searches.

To track the keywords you can try adding keyword insertion into your target URL so when they click the Ad it'll be stored in Analytics as part of the landing pages URL
support.google.com/adwords/bin/answer.py?hl=en&answer=74992
Similar to tagging your URL's only with this you'll add the keyword they searched to the URL so you have a record of it.


Try adding a unique destination URL to individual keywords.
support.google.com/adwords/bin/answer.py?hl=en&answer=2404246

Here's two example searches one with instant search on one off

Instant Search on has no q= parameter at the end
www.google.com/aclk?sa=l&ai=CnsURUER8UNf1H9LO6QHQoYDwBrjd2Y0CuOSkll-S6PEECAAQAigDUIyx-qn______wFgyba3i8Ck2A-gAfD959IDyAEBqgQaT9B7HYAzlDFPhumMdEwyoU5lhlJI5P4PhgE&sig=AOD64_39PE-xWqw1_zPa4GV92__l0q2ygA&ved=0CCMQ0Qw&adurl=http://108.xg4ken.com/media/redir.php%3Fprof%3D157%26camp%3D4926%26affcode%3Dkw26366%26cid%3D25521291464%26networkType%3Dsearch%26url%5B%5D%3Dhttp%253A%252F%252Fwww.GreatPlainsLending.com%253Fgcid%253DGPL001%2526keyword%253DNew%252BYork-e-loan%2526TRACKING_ID%253D_kenshoo_clickid_

Instant search off contains q=loan at the end
www.google.com/aclk?sa=l&ai=CSLX5nkR8UNXtI4uh6QG5sICwB7jd2Y0CuOSkll-S6PEECAAQAygDUIyx-qn______wFgyba3i8Ck2A-gAfD959IDyAEBqgQaT9BiACZ6xgKaRBHHLeM1V8IlL2mH0GycrsQ&sig=AOD64_2UftDncJF0NbK2wuYuzkt8GxJhzQ&ved=0CDIQ0Qw&adurl=http://108.xg4ken.com/media/redir.php%3Fprof%3D157%26camp%3D4926%26affcode%3Dkw26366%26cid%3D25521291464%26networkType%3Dsearch%26url%5B%5D%3Dhttp%253A%252F%252Fwww.GreatPlainsLending.com%253Fgcid%253DGPL001%2526keyword%253DNew%252BYork-e-loan%2526TRACKING_ID%253D_kenshoo_clickid_&rct=j&q=loan

10% popularity Vote Up Vote Down


 

@Ann8826881

If by keywords, you mean what the user searched for, that's possible.

Look at the HTTP_REFERRER header and for the q=string bit.

e.g. This is one of the adwords links in our adwords www.google.co.uk/aclk?sa=l&ai=CSh_Wsj58ULfSG6eQ0wX2lYGoCeeOl-oC58Cl-Drf1IC_TggAEAMguVQoA1CKi6VhYLu-roPQCqAB4feK9wPIAQGpApKunRBI7ro-qgQoT9ChS2VRrwOYoAh7INk0o-weepWecQHgrRXsbAAywxiTq8S-Q2z3EoAFkE4&sig=AOD64_13QvYMRHa0MIhPoLtM_hiFL9X-Mg&ved=0CC8Q0Qw&adurl=http://vzaar.com/landing/trial%3Fpartner%3Dadwords_Business-Video-UK&rct=j&q=online+video+hosting
You can see the the &q=.... parameter which comes across in the referrer header. If you extract that from the header you can work out what the search query keywords are.

(You can see it in the referral header here - i.stack.imgur.com/vLERe.jpg )

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme