Tracking root domain
Hi,
We are implementing Munchkin tracking for our global country sites and due to regional requirements, we have sites that are setup with country extensions such as www.xyz.com.ar, www.xyz.com.br. While the standard munchkin code works fine for the .com and any sub-domains such as abc.xyz.com, tracking doesn't seem to be working for the regional country domains. Do you have any recommendations on the setup or implemented something similar for your sites?
Marketo team suggesting replacing the code as below. However, I believe this is for sub-domains, not applicable to any root domains, per their documentation.@
- Munchkin.init("XXX-XXX-XXX"); needs to be replaced with the below
- Munchkin.init("XXX-XXX-XXX",{ domainLevel : 2 });
Thanks
Uday