We are using dynamic content to produce a landing page in several languages. Is there a way to change the title tag for each foreign language version of the landing page? It seems that this is not possible.
Many thanks,
Katherine
IIRC, the <TITLE> isn't directly segmentable. However, you can trivially update it using JS (with the JS snippet itself being segmentable).
Thank you!