Expand my Community achievements bar.

SOLVED

Domain periods or FP Domain periods

Avatar

Level 6

We will need to get the site section info from URL, previously we only have us site, then url like  http://xxxxxx.com/section1/product1, we can find the xxxxxx.com/, the word after that will be our site section. Then when we add the international sites, then our URL start to have something like:http://xxxxxx.com.uk/section1/product1.

I heard that Domain periods can help to solve this issue? Anyone knows how to use domain periods? Could I use it in data element?

Thanks

1 Accepted Solution

Avatar

Correct answer by
Employee

Hi cathyw49544988​,

Site Section will be independent of the Page Domain and it can be easily retrieved using the object location.pathname on page.

View solution in original post

4 Replies

Avatar

Employee

Hi cathyw49544988​,

The cookieDomainPeriods configuration is used to determine the domain on which the Analytics cookies will be set.

What is the current approach/script using which the path is being retrieved on the US site? I believe a small update in the current method should resolve this.

If you can mention the current approach here and DM me the actual URLs I can have a look and try to suggest a solution

Avatar

Level 6

We are still in the process of adding the international sites. So I don't have the URLs for you. General speaking, how do people handle the .uk .fr etc in the URL and get the site section info?

Avatar

Correct answer by
Employee

Hi cathyw49544988​,

Site Section will be independent of the Page Domain and it can be easily retrieved using the object location.pathname on page.

Avatar

Level 6

OK. then I will switch to get it from location.pathname.

Thanks