i have the problem that referrers are shown in the report suite in AA, like the preconfigured report in Traffic sources => Referrers.
But they are NOT shown at all in Workspace. For example in the Freeform table with dimension referrer. There I only see about four or five (only google entries).
Why is that?
There is an option to click "Try in workspace [NEW]" in the clssic Referrers Report screen.
But if I click there, a freeform table is shown that does not contain the data, shown in the reports table.
This seems to be a bug in Workspace?
cheers Martin
Solved! Go to Solution.
Views
Replies
Total Likes
Hi Martin,
Both issues are related with internal URL filter settings and s_code config.
Issues:
Solve:
s.trackExternalLinks = true;
s.linkInternalFilters = “javascript:, yoursite.com”;
More details: Compare s.linkInternalFilters to internal URL filters
Thanks,
Asheesh
Views
Replies
Total Likes
Hi Marschrode,
Workspace does not include 'current data' whereas the analytics reports may include 'current data'. I found when I tried to replicate the issue you've described the workspace project only matched the Analytics Report if I marked the Analytics Report to not 'include current data.'
Do the reports match for you if you select 'No' for the 'Include Current Data' option?
Views
Replies
Total Likes
After removing the default (.) in the internal url filter setting of the report suite, Workspace now shows the referrers.
But also the internals. So I added the url of my domain as internal url-filter.
I cannot check, if those changes take effect... Is there a way to test that?
Additionally I now have another problem: In the Page report there occurs now 'Other' ... it is already the most often visited page for today... puh. Any idea?
Views
Replies
Total Likes
Hi Martin,
Both issues are related with internal URL filter settings and s_code config.
Issues:
Solve:
s.trackExternalLinks = true;
s.linkInternalFilters = “javascript:, yoursite.com”;
More details: Compare s.linkInternalFilters to internal URL filters
Thanks,
Asheesh
Views
Replies
Total Likes
Hi Asheesh,
hmmm. thanks for the hin, but several things are not yet clear for me.
My Analytics report suite collects data from several sites: www.myDomain.com, www.myOtherDomain.com and www.myThirdDomain.com. They call collect data in my main report suite.
From my understanding, if I want to not have any referrers in my report that are from one of those domains, I should add all three domains to my internal filter rule set, right?
But then I loose the ability to get insights about how and if visitors come from www.myDomain.com, www.myOtherDomain.com (for example)
That's why I now decided, to not set any internal rule filter for my report suite. Ok, I have "internal referrers" then. But can't I somehow filter them out? Is that bad practice, or what would you recommend?
BUT. When I remove internal url filters (having none), then my tracking for dimension PAGE does not work anymore. All incoming is just "Other".
So in order to make the Metric PAGE work again, I added the default "dot-filter" again (.)
But that means, that all referrers are excluded, as any domains contains a dot
So for me it looks like I can only have one off. Either referrers or Page. Which is a problem for me.
Besides that, how and where can I fix the s_code settings? I use DTM for implementing Analytics
Thanks for support. Kind regards!
Martin
Views
Replies
Total Likes
Views
Likes
Replies