Google_Service_GoogleAnalyticsAdmin
extends Google_Service
in package
Service definition for GoogleAnalyticsAdmin (v1alpha).
For more information about this service, see the API Documentation
Tags
Table of Contents
- 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_READONLY = "https://www.googleapis.com/auth/analytics.readonly"
- View your Google Analytics data.
- $accounts : mixed
- $accounts_userLinks : mixed
- $accountSummaries : mixed
- $availableScopes : mixed
- $batchPath : mixed
- $properties : mixed
- $properties_androidAppDataStreams : mixed
- $properties_firebaseLinks : mixed
- $properties_googleAdsLinks : mixed
- $properties_iosAppDataStreams : mixed
- $properties_userLinks : mixed
- $properties_webDataStreams : mixed
- $resource : mixed
- $rootUrl : mixed
- $servicePath : mixed
- $version : mixed
- $client : mixed
- __construct() : mixed
- Constructs the internal representation of the GoogleAnalyticsAdmin 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_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_READONLY
View your Google Analytics data.
public
mixed
ANALYTICS_READONLY
= "https://www.googleapis.com/auth/analytics.readonly"
Properties
$accounts
public
mixed
$accounts
$accounts_userLinks
public
mixed
$accounts_userLinks
$accountSummaries
public
mixed
$accountSummaries
$availableScopes
public
mixed
$availableScopes
$batchPath
public
mixed
$batchPath
$properties
public
mixed
$properties
$properties_androidAppDataStreams
public
mixed
$properties_androidAppDataStreams
$properties_firebaseLinks
public
mixed
$properties_firebaseLinks
$properties_googleAdsLinks
public
mixed
$properties_googleAdsLinks
$properties_iosAppDataStreams
public
mixed
$properties_iosAppDataStreams
$properties_userLinks
public
mixed
$properties_userLinks
$properties_webDataStreams
public
mixed
$properties_webDataStreams
$resource
public
mixed
$resource
$rootUrl
public
mixed
$rootUrl
$servicePath
public
mixed
$servicePath
$version
public
mixed
$version
$client
private
mixed
$client
Methods
__construct()
Constructs the internal representation of the GoogleAnalyticsAdmin 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