andeedee / gapi-google-analytics-php-interface

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

getProfileID() doesn't exist within gapi.class.php #87

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
While working with examples and my analytic report. 

I am trying to pull all the profiles that I currently have. 

$ga->requestAccountData();

foreach($ga->getResults() as $result)
{
  echo $result . ' (' . $result->getProfileId() . ")<br />";
}

I was searching through gapi.class.php file. No getProfileID() exists.

Unable to retrieve array of profileID. 

Does anyone have modified gapi.class.php regarding with this issue? 

Original issue reported on code.google.com by jonghyu...@gmail.com on 28 Sep 2012 at 8:26

GoogleCodeExporter commented 9 years ago
by the way victor your php file doesn't exist. 

Post reply with getProfildID() function would much appreciate!

Original comment by jonghyu...@gmail.com on 28 Sep 2012 at 8:29

GoogleCodeExporter commented 9 years ago
wait.. I see why made change to account_data_url and report_data-url..

However, entire profile doesn't generate.. only partial profile was received.. 

weird.....

Original comment by jonghyu...@gmail.com on 28 Sep 2012 at 8:36