Expand my Community achievements bar.

Join us January 15th for an AMA with Champion Achaia Walton, who will be talking about her article on Event-Based Reporting and Measuring Content Groups!
SOLVED

Default Page dimension not populated

Avatar

Level 2

Hi,

 

Recently I have implemented a new property using the Web SDK. It isn't the first Web SDK property I have implemented for the site, so mainly I have copied the work I did before for other properties.

 

For my last implementation, I can see that eventhough the default 'Page' dimension is set correctly on Adobe Data Collection I can't see the dimension being sent on the Edge server call and when checking on Adobe Analytics Workspace I can see it gets populated with the value 'Other'. It didn't happened with previous implementations.

 

My last implementation sets on a different domain, which differs from the previous ones, but both share the same Adobe Analytics report suite. I haven't added yet the new domain on the internal URL's filter section and I think the issue might be related to it according to the information I have read on this page.

 

RaulFo_0-1723202461143.png

 

Can you confirm if the issue is related to not have added the new domain to the internal URL´s filters as I suspect?

 

Thanks.

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @RaulFo 

you're right, it's the missing filter. This is something that keeps your report suite data clean e.g., if someone else unintentionally sends data to your analytics solution.

 

had a similar issue with a client a while back when someone implemented the Bulk Data Insertion API and set the domain to something completely different.

the "Other" was our way to finally finding out the root cause of our issue.

 

set the filter and you will be fine.

skip any subdomain and www. though.

 

mydomain.com instead of www.mydomain.com or subdomain.mydomain.com

Cheers from Switzerland!


View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi @RaulFo 

you're right, it's the missing filter. This is something that keeps your report suite data clean e.g., if someone else unintentionally sends data to your analytics solution.

 

had a similar issue with a client a while back when someone implemented the Bulk Data Insertion API and set the domain to something completely different.

the "Other" was our way to finally finding out the root cause of our issue.

 

set the filter and you will be fine.

skip any subdomain and www. though.

 

mydomain.com instead of www.mydomain.com or subdomain.mydomain.com

Cheers from Switzerland!


Avatar

Level 2

Hi @bjoern__koth ,

 

Sorry for coming back to this topic, but we put on hold this change related to the internal domain and when we've done it the Page dimension has been populated with the page url value. 

 

This is what must be happening now according to the official documentation:

 

RaulFo_0-1734620943925.png

 

As said on this ticket, it isn't the first Web SDK property I have implemented. The default Page dimension is set correctly on Adobe Data Collection but I still can't see the dimension being sent on the Edge server call. Is it a matter of time to get the dimension correctly set on the server call and populated in Analytics? 

 

Thanks.