Google_Service_Analytics
extends Google_Service
in package
Service definition for Analytics (v3).
Views and manages your Google Analytics data.
For more information about this service, see the API Documentation
Tags
Table of Contents
- ANALYTICS = "https://www.googleapis.com/auth/analytics"
- View and manage your Google Analytics data.
- ANALYTICS_EDIT = "https://www.googleapis.com/auth/analytics.edit"
- Edit Google Analytics management entities.
- ANALYTICS_MANAGE_USERS = "https://www.googleapis.com/auth/analytics.manage.users"
- Manage Google Analytics Account users by email address.
- ANALYTICS_MANAGE_USERS_READONLY = "https://www.googleapis.com/auth/analytics.manage.users.readonly"
- View Google Analytics user permissions.
- ANALYTICS_PROVISION = "https://www.googleapis.com/auth/analytics.provision"
- Create a new Google Analytics account along with its default property and view.
- ANALYTICS_READONLY = "https://www.googleapis.com/auth/analytics.readonly"
- View your Google Analytics data.
- ANALYTICS_USER_DELETION = "https://www.googleapis.com/auth/analytics.user.deletion"
- Manage Google Analytics user deletion requests.
- $availableScopes : mixed
- $batchPath : mixed
- $data_ga : mixed
- $data_mcf : mixed
- $data_realtime : mixed
- $management_accounts : mixed
- $management_accountSummaries : mixed
- $management_accountUserLinks : mixed
- $management_clientId : mixed
- $management_customDataSources : mixed
- $management_customDimensions : mixed
- $management_customMetrics : mixed
- $management_experiments : mixed
- $management_filters : mixed
- $management_goals : mixed
- $management_profileFilterLinks : mixed
- $management_profiles : mixed
- $management_profileUserLinks : mixed
- $management_remarketingAudience : mixed
- $management_segments : mixed
- $management_unsampledReports : mixed
- $management_uploads : mixed
- $management_webproperties : mixed
- $management_webPropertyAdWordsLinks : mixed
- $management_webpropertyUserLinks : mixed
- $metadata_columns : mixed
- $provisioning : mixed
- $resource : mixed
- $rootUrl : mixed
- $servicePath : mixed
- $userDeletion_userDeletionRequest : mixed
- $version : mixed
- $client : mixed
- __construct() : mixed
- Constructs the internal representation of the Analytics service.
- createBatch() : Google_Http_Batch
- Create a new HTTP Batch handler for this service
- getClient() : Google_Client
- Return the associated Google_Client class.
Constants
ANALYTICS
View and manage your Google Analytics data.
public
mixed
ANALYTICS
= "https://www.googleapis.com/auth/analytics"
ANALYTICS_EDIT
Edit Google Analytics management entities.
public
mixed
ANALYTICS_EDIT
= "https://www.googleapis.com/auth/analytics.edit"
ANALYTICS_MANAGE_USERS
Manage Google Analytics Account users by email address.
public
mixed
ANALYTICS_MANAGE_USERS
= "https://www.googleapis.com/auth/analytics.manage.users"
ANALYTICS_MANAGE_USERS_READONLY
View Google Analytics user permissions.
public
mixed
ANALYTICS_MANAGE_USERS_READONLY
= "https://www.googleapis.com/auth/analytics.manage.users.readonly"
ANALYTICS_PROVISION
Create a new Google Analytics account along with its default property and view.
public
mixed
ANALYTICS_PROVISION
= "https://www.googleapis.com/auth/analytics.provision"
ANALYTICS_READONLY
View your Google Analytics data.
public
mixed
ANALYTICS_READONLY
= "https://www.googleapis.com/auth/analytics.readonly"
ANALYTICS_USER_DELETION
Manage Google Analytics user deletion requests.
public
mixed
ANALYTICS_USER_DELETION
= "https://www.googleapis.com/auth/analytics.user.deletion"
Properties
$availableScopes
public
mixed
$availableScopes
$batchPath
public
mixed
$batchPath
$data_ga
public
mixed
$data_ga
$data_mcf
public
mixed
$data_mcf
$data_realtime
public
mixed
$data_realtime
$management_accounts
public
mixed
$management_accounts
$management_accountSummaries
public
mixed
$management_accountSummaries
$management_accountUserLinks
public
mixed
$management_accountUserLinks
$management_clientId
public
mixed
$management_clientId
$management_customDataSources
public
mixed
$management_customDataSources
$management_customDimensions
public
mixed
$management_customDimensions
$management_customMetrics
public
mixed
$management_customMetrics
$management_experiments
public
mixed
$management_experiments
$management_filters
public
mixed
$management_filters
$management_goals
public
mixed
$management_goals
$management_profileFilterLinks
public
mixed
$management_profileFilterLinks
$management_profiles
public
mixed
$management_profiles
$management_profileUserLinks
public
mixed
$management_profileUserLinks
$management_remarketingAudience
public
mixed
$management_remarketingAudience
$management_segments
public
mixed
$management_segments
$management_unsampledReports
public
mixed
$management_unsampledReports
$management_uploads
public
mixed
$management_uploads
$management_webproperties
public
mixed
$management_webproperties
$management_webPropertyAdWordsLinks
public
mixed
$management_webPropertyAdWordsLinks
$management_webpropertyUserLinks
public
mixed
$management_webpropertyUserLinks
$metadata_columns
public
mixed
$metadata_columns
$provisioning
public
mixed
$provisioning
$resource
public
mixed
$resource
$rootUrl
public
mixed
$rootUrl
$servicePath
public
mixed
$servicePath
$userDeletion_userDeletionRequest
public
mixed
$userDeletion_userDeletionRequest
$version
public
mixed
$version
$client
private
mixed
$client
Methods
__construct()
Constructs the internal representation of the Analytics service.
public
__construct(Google_Client $client[, string $rootUrl = null ]) : mixed
Parameters
- $client : Google_Client
-
The client used to deliver requests.
- $rootUrl : string = null
-
The root URL used for requests to the service.
Return values
mixed —createBatch()
Create a new HTTP Batch handler for this service
public
createBatch() : Google_Http_Batch
Return values
Google_Http_Batch —getClient()
Return the associated Google_Client class.
public
getClient() : Google_Client