I have a case to implement.
- User visits www.xyz/en_in/a.html from (India)
- On the page there is a country drop down, User selects a country(US) from it now User gets navigated to www.xyz/en_us/b.html.
- Now I want to show the US specific targeted content to the User, How do I implement this?
- As geolocation is India only , How to create audience for this specific case?
Thought of saving the country code in cookies when User selects country in
www.xyz/en_in/a.html and later use that country code in audience but that did not worked.
Is there a way to implement this scenario?