cuongpd / gapi-google-analytics-php-interface

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

Error: "Insufficient quota to proceed." #70

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.until some hours ago all works very well but now... all is ko--> my code:

$ga = new gapi(ga_email,ga_password); 
$filter = 'pagePath =@ /mypage.php ' ;  
$ga->requestReportData(ga_profile_id,array('pagePath'),array('uniquepageviews','
visits'),'-visits',$filter,$startDate,$endDate,1,2000 );
echo ' ' . $ga->getuniquepageviews() ;

What is the expected output? 

until some hours ago I saw the uniquepageviews of my page

What do you see instead?

Fatal error: Uncaught exception 'Exception' with message 'GAPI: Failed to 
request report data. Error: "Insufficient quota to proceed."' in 
/web/htdocs/www.mysite.net/home/gapi.class.php:218 Stack trace: #0 
/web/htdocs/www.mysite.net/home/ecosostenibilita.php(721): 
gapi->requestReportData('52752339', Array, Array, '-visits', 'pagePath =@ 
/qu...', '2011-11-10', '2012-03-05', 1, 2000) #1 {main} thrown in 
/web/htdocs/www.mysite.net/home/gapi.class.php on line 218

What version of the product are you using? 

gapi 1.3

On what operating system?

xp sp3

Please provide any additional information below.

until some hours ago all works very well then what can I do??

Original issue reported on code.google.com by b...@interlink.it on 5 Mar 2012 at 10:18

GoogleCodeExporter commented 9 years ago
I have the same problem. Sometime it works and sometimes it doesn't. Please let 
me know if you have solved the issues.

Original comment by dharm...@cyphermedia.co.uk on 16 Dec 2012 at 5:15

Attachments: