Can duda recognize a country in personalization rules?
ShawnCCG
Member Posts: 4
I have a client that has used the personalization rules to recognize a USA zip code to create a city/town-specific landing page. That client is now asking if creating one for a whole country is possible. For example, if they were to create a Canadian-specific landing page, could duda recognize all visitors viewing the site from Canada and send them to that page?
Tagged:
0
Comments
-
Hi Shawn, not 100% sure if this will work for you but you could try a personalization rule with the window.open javascript action to route the visitor to a new page - or open it in a new tab.
window.open('https://www.website.com', '_blank');
window.open('https://www.website.com', '_self');
Quick example (no sound):1