Problem with the dimension
-
Hey.
I’m excited, the plugin works awesomely. Almost.
The problem I’m having right now is that the plugin outputs dimension ga:pageTitle’s list instead of the ga:pagePath that it’s supposed to.
Let me illustrate:
These are the ones I need [image]
But these are the ones the plugin is spitting out [image]The problem arises because we have these titles that have multiple sub pages and analytics of course sums them up under one title. But on the pagePaths they don’t get to the top of the list because they are like link/1 and link/2, you know, different urls.
On shorter timescale the paths and titles usually match, but on a monthly basis the multiple part posts take over. Any idea how to fix this?
Please tell if I can provide any more info.
I tried to check the dimensions with Query Explorer but it gives the same results. If I use ga:pagePath the list is correct and if I use ga:pageTitle it gives the same list as the plugin.
I baffled, because I can see you have
$dimensions = array( 'ga:pagePath' );
in your code and I think it should be working as intended.Any and all help appreciated. And sorry for the medicore English!
- The topic ‘Problem with the dimension’ is closed to new replies.