: Issues overriding page field value in pageview tracking in Google Analytics I decided to override page value which is send to GA on page view. Reasons for override were: Not always page title
I decided to override page value which is send to GA on page view. Reasons for override were:
Not always page title is unique (some pages have one title)
Page URLs are ugly and meaning less and looking at URL it will be hard to understand which page it is.
So I explicitly provide page value.
Like this:
ga('send', 'pageview', {'page': '/store/books/viewlist'})
My questions are:
Is this a good practice to override page value?
Why in Google Analytics Behavior -> Events -> Pages in page column I see page URL (thus "/store/driver?page=777&action=viewlist") not the page value what is sent? Is this a GA bug? In other places, for instance, in Behavior -> Site content -> All pages in page column I see correct page value (thus "/store/books/viewlist").
More posts by @Shelley277
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.