From 06f945f27840b53e57795dadbc38e76f7e11ab1c Mon Sep 17 00:00:00 2001 From: Horus3 Date: Mon, 24 Feb 2014 16:42:14 +0100 Subject: init --- .../manual/core/en/zend.gdata.analytics.html | 176 +++++++++++++++++++++ 1 file changed, 176 insertions(+) create mode 100644 zend/documentation/manual/core/en/zend.gdata.analytics.html (limited to 'zend/documentation/manual/core/en/zend.gdata.analytics.html') diff --git a/zend/documentation/manual/core/en/zend.gdata.analytics.html b/zend/documentation/manual/core/en/zend.gdata.analytics.html new file mode 100644 index 0000000..3030280 --- /dev/null +++ b/zend/documentation/manual/core/en/zend.gdata.analytics.html @@ -0,0 +1,176 @@ + + +
+ +
+
+ Using Google Analytics+ The Google Analytics API allows client applications to + request data, saved in the analytics accounts. + + ++ See » http://code.google.com/apis/analytics/docs/gdata/v2/gdataOverview.html + for more information about the Google Analytics API. + + +Retrieving account data+ Using the account feed, you are able to retrieve a list of all the accounts available to a specified user. + + +
+ The $analytics->getAccountFeed() call, results in a + Zend_Gdata_Analytics_AccountFeed object that contains + Zend_Gdata_Analytics_AccountEntry objects. Each of this + objects represent a google analytics account. + +Retrieving report data+ Besides the account feed, google offers a data feed, to retrieve report data using + the Google Analytics API. To easily request for these reports, + Zend_Gdata_Analytics offers a simple query construction interface. You can use all + the » metrics + and dimensions specified by the API. Additionaly you can apply some » filters + to retrieve some » common + data or even complex results. + + +
+ +
|
+
+
|
+