API Documentation

Zend/Gdata/Analytics.php

Show: inherited
Table of Contents

Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

Category
Zend  
Copyright
Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_Gdata  
Subpackage
Analytics  
Version
$Id$  

\Zend_Gdata_Analytics

Package: Zend\Gdata\Analytics

Parent(s)
\Zend_Gdata < \Zend_Gdata_App
Category
Zend  

Constants

Constant  AUTH_SERVICE_NAME = 'analytics'
Constant  ANALYTICS_FEED_URI = 'https://www.googleapis.com/analytics/v2.4/data'
Constant  ANALYTICS_ACCOUNT_FEED_URI = 'https://www.googleapis.com/analytics/v2.4/management/accounts'

Properties

Propertypublic  $namespaces= 'array( array('analytics''
static
Default valuearray( array('analytics'Details
Type

Methods

methodpublic__construct( \Zend_Http_Client $client = null, string $applicationId = 'MyCompany-MyApp-1.0' ) : void

Create Gdata object

Parameters
Name Type Description
$client \Zend_Http_Client
$applicationId string

The identity of the app in the form of Company-AppName-Version

methodpublicgetAccountFeed( string|\Zend_Uri_Uri $uri = self::ANALYTICS_ACCOUNT_FEED_URI ) : \Zend_Gdata_Analytics_AccountFeed

Retrieve account feed object

Parameters
Name Type Description
$uri string|\Zend_Uri_Uri
Returns
Type Description
\Zend_Gdata_Analytics_AccountFeed
methodpublicgetDataFeed( string|\Zend_Uri_Uri $uri = self::ANALYTICS_FEED_URI ) : \Zend_Gdata_Analytics_DataFeed

Retrieve data feed object

Parameters
Name Type Description
$uri string|\Zend_Uri_Uri
Returns
Type Description
\Zend_Gdata_Analytics_DataFeed
methodpublicnewAccountQuery( ) : \Zend_Gdata_Analytics_AccountQuery

Returns a new AccountQuery object.

Returns
Type Description
\Zend_Gdata_Analytics_AccountQuery
methodpublicnewDataQuery( ) : \Zend_Gdata_Analytics_DataQuery

Returns a new DataQuery object.

Returns
Type Description
\Zend_Gdata_Analytics_DataQuery
Documentation was generated by DocBlox 0.15.1.