andeedee / gapi-google-analytics-php-interface

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

Not possible to put null dimension #72

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
requestReportData($this->Google['ProfileId'],array(NULL),$metrics

dimensions isnt required

Invalid value for dimensions parameter: ga:GAPI: Failed to request report data. 
Error: "Invalid value for dimensions parameter: ga:"

Original issue reported on code.google.com by luky...@gmail.com on 20 Mar 2012 at 2:51

GoogleCodeExporter commented 9 years ago
Try putting null value instead of array(NULL)

E.g: requestReportData($this->Google['ProfileId'],null,$metrics

Original comment by i...@overalia.com on 28 Nov 2012 at 2:32