I'd like to personalize my website where the hero heading of my homepage will dynamically change if the visitor clicks on one of my paid advertisements on Google.
For example, suppose my paid ad contains :"New Cars - Compare Specs, Pricing & MPG", similar to this paid advertisement by ford.
If the visitor clicks on my paid advertisement, I'd like to build a personalized experience where the title of the paid ad is used as the heading of my hero banner on my homepage.
Would this be feasible? If so, how would I go about developing this experience?
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
This is possible using Javascript.
Basically what you need to do is, just attach an click event on advertisement section.. on click of advertisement retrieve advertisement heading and store it in a variable.
For ex. document.getElementById("demo").onclick = function { advertisement_heading = document.getElementById("adblock").innertext;}
Now use that heading (stored in variable advertisement_heading) in your hero banner
You can write code snippet accordingly and add it in add custom code option under the modification tab.
Hope this works
If you need any clarification please feel free to ask.
Thanks,
Gauresh.
This is possible using Javascript.
Basically what you need to do is, just attach an click event on advertisement section.. on click of advertisement retrieve advertisement heading and store it in a variable.
For ex. document.getElementById("demo").onclick = function { advertisement_heading = document.getElementById("adblock").innertext;}
Now use that heading (stored in variable advertisement_heading) in your hero banner
You can write code snippet accordingly and add it in add custom code option under modification tab.
Hope this works
If you need any clarification please feel free to ask.
Thanks,
Gauresh.
Views
Replies
Total Likes
This is possible using Javascript.
Basically what you need to do is, just attach an click event on advertisement section.. on click of advertisement retrieve advertisement heading and store it in a variable.
For ex. document.getElementById("demo").onclick = function { advertisement_heading = document.getElementById("adblock").innertext;}
Now use that heading (stored in variable advertisement_heading) in your hero banner
You can write code snippet accordingly and add it in add custom code option under the modification tab.
Hope this works
If you need any clarification please feel free to ask.
Thanks,
Gauresh.
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Like
Replies
Views
Like
Replies