: "(not set)" in Google Analytics Since 1 mounth, I see many pages tagged "(not set)" in the navigation summary section. If I look for global traffic evolution for this tag, it is alwas 0.
Since 1 mounth, I see many pages tagged "(not set)" in the navigation summary section.
If I look for global traffic evolution for this tag, it is alwas 0.
Where do this kind of tag can comme from ?
More posts by @Lengel546
1 Comments
Sorted by latest first Latest Oldest Best
By default GA's tracking code tracks pages by their URL in that report. But you can override this by passing a specific value to be reported in the _trackPageview() trigger.
So in order for "(not set)" to show up in that report, you must have code on your page that is passing that value to _trackPageview().
So you need to look at your GA code and look at the javascript that decides what to pass to _trackPageview() and look at the logic that is used to produce that "(not set)" value.
If I had to take a random guess, I would say you have javascript on the page that attempts to make virtual page names based off the URL and maybe "(not set)" is the default value that is used, for instance, if there is no directory path in the URL to build the virtual page name, or maybe it's based on some site category or something. But that's just a random guess since I have no clue what your page code looks like or the intention behind it.
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.