andeedee / gapi-google-analytics-php-interface

Automatically exported from code.google.com/p/gapi-google-analytics-php-interface
0 stars 0 forks source link

Some url's fail to display in 'dimensions'=>'ga:pagePath','metrics'=>'ga:pageviews','sort'=> 'ga:pagePath' #68

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. i tried to fetch data like this
$o->getData(
array('dimensions'=>'ga:pagePath','metrics'=>'ga:pageviews','sort'=> 
'ga:pagePath'))

2.compare to same period from google aalytics.

Numers concerning page views are ok but some of paths that i have in google 
analytics are missing in output of gapi-google-analytics...

for example i have a lot of urls in this style:
host/category1/id
host/category2/id... etc

I can see data for some categories via api where i can't see for others. In 
google analytics, everything seems ok.

Anyone had similar issue? Why i have that problem?

Original issue reported on code.google.com by valaj...@gmail.com on 21 Dec 2011 at 12:05