Patel Senior Member Joined Mar 1, 2011 Messages 1,154 Reaction score 1,519 Sep 27, 2015 #1 Hello, I have a campaign with 100+ keywords. I want to setup a script which will detect the keyword which the user was searching, and redirect to the appropriate page on my site. How can I do this?
Hello, I have a campaign with 100+ keywords. I want to setup a script which will detect the keyword which the user was searching, and redirect to the appropriate page on my site. How can I do this?
awakened Junior Member Joined Aug 9, 2012 Messages 104 Reaction score 43 Sep 27, 2015 #2 Are you using Voluum or another popular tracking platform?
awakened Junior Member Joined Aug 9, 2012 Messages 104 Reaction score 43 Sep 27, 2015 #3 First of all, you'll need to setup your final URL's in adwords with the {keyword} token appended. Assuming you've already done this?
First of all, you'll need to setup your final URL's in adwords with the {keyword} token appended. Assuming you've already done this?
Sombrero Supreme Member Joined Feb 28, 2011 Messages 1,401 Reaction score 1,426 Sep 27, 2015 #4 You should have enough data to display "Search terms" on Google AdWords https://support.google.com/adwords/answer/2472708?hl=en The second thing you want to do is possible without script, but I do not remember how is it called. :/ Good luck!
You should have enough data to display "Search terms" on Google AdWords https://support.google.com/adwords/answer/2472708?hl=en The second thing you want to do is possible without script, but I do not remember how is it called. :/ Good luck!
awakened Junior Member Joined Aug 9, 2012 Messages 104 Reaction score 43 Sep 27, 2015 #5 A pretty decent article on the topic of retrieving the the keyword from landing page URL and then inserting it dynamically into your page.
A pretty decent article on the topic of retrieving the the keyword from landing page URL and then inserting it dynamically into your page.
Patel Senior Member Joined Mar 1, 2011 Messages 1,154 Reaction score 1,519 Sep 27, 2015 Thread Starter Thread Starter #6 Thank you all for the replies.