skolecha / gapi-google-analytics-php-interface

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

update analytics api #75

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The current version of gapi-google-analytics-php-interface use google 
analtytics api v2.3 . This version will be no longer available because a new 
version out v3 .
But the v2.4 stay working . You could find more information about those changes 
here 
https://developers.google.com/analytics/resources/articles/gdata-migration-guide
#appendix_a .

I share the following code working with v2.4 in class gapi :

 const client_login_url = 'https://www.google.com/accounts/ClientLogin';
  const account_data_url = 'https://www.googleapis.com/analytics/v2.4/feeds/accounts/default';
  const report_data_url = 'https://www.googleapis.com/analytics/v2.4/data';
  const interface_name = 'GAPI-1.3';
  const dev_mode = false;

Original issue reported on code.google.com by 13or.tre...@gmail.com on 23 May 2012 at 9:34

GoogleCodeExporter commented 9 years ago
Is this still functioning? As i just lost alot of report data that now returns 
blank pages

Original comment by qlw...@gmail.com on 25 Jul 2012 at 8:34

GoogleCodeExporter commented 9 years ago
this class is amazing but due to limited support offered on it i am abandoning 
it even after working on it for 5 days. I updated numerous issues on the class 
but I cannot for the love of god get it to work with oauth.. save yourself the 
time and use a different class unless u can magically get this class to work 
with oauth, in which case i will pay you for it! if not dont use it because 
authsub expires in 2015 and then your app will give you the finger

Original comment by icephixi...@gmail.com on 19 Sep 2012 at 9:03