Tunning my query on Analytics API + PHP

Hi guys!

Some one could help me to make a search? on Google's API usin PHP?

The original is working, and give-me back 'sessions' just like google example:


function getResultsA(&$analytics, $profileId) {
// Calls the Core Reporting API and queries for the number of sessions
// for the last seven days.
return $analytics->data_ga->get(
'ga:' . $profileId,
'7daysAgo',
'today',
'ga:sessions');
}





THE QUESTION: how to get "KEY WORDS" ?
function...

Tunning my query on Analytics API + PHP

from Google Analytics http://ift.tt/1KBEsCk
via IFTTT
Previous
Next Post »
Thanks for your comment