Hello,
I have a multilingual website with urls looking like that:
https://example.com/en/about/ https://example.com/fr/about/ …/de/about
I need to group the stats of these pages together. But I also want to be able to separate the datas by language if needed.
Do you know a clever way to do that? I could set a custom url and delete “/en/ /fr/ /de/” but then I lose informations about the language.
Thank you
Hey, did you ever figure out how to do this?
Hi @razzeee, @ChristopheB As you mentioned, you could set a custom url by deleting the language. And to keep the page language, I suggest you store it in an action custom variable dimension (thanks @razzeee for pointing this typing error ).
I guess you mean custom dimensions?