Google_Service_TagManager
extends Google_Service
in package
Service definition for TagManager (v2).
This API allows clients to access and modify container and tag configuration.
For more information about this service, see the API Documentation
Tags
Table of Contents
- TAGMANAGER_DELETE_CONTAINERS = "https://www.googleapis.com/auth/tagmanager.delete.containers"
- Delete your Google Tag Manager containers.
- TAGMANAGER_EDIT_CONTAINERS = "https://www.googleapis.com/auth/tagmanager.edit.containers"
- Manage your Google Tag Manager container and its subcomponents, excluding versioning and publishing.
- TAGMANAGER_EDIT_CONTAINERVERSIONS = "https://www.googleapis.com/auth/tagmanager.edit.containerversions"
- Manage your Google Tag Manager container versions.
- TAGMANAGER_MANAGE_ACCOUNTS = "https://www.googleapis.com/auth/tagmanager.manage.accounts"
- View and manage your Google Tag Manager accounts.
- TAGMANAGER_MANAGE_USERS = "https://www.googleapis.com/auth/tagmanager.manage.users"
- Manage user permissions of your Google Tag Manager account and container.
- TAGMANAGER_PUBLISH = "https://www.googleapis.com/auth/tagmanager.publish"
- Publish your Google Tag Manager container versions.
- TAGMANAGER_READONLY = "https://www.googleapis.com/auth/tagmanager.readonly"
- View your Google Tag Manager container and its subcomponents.
- $accounts : mixed
- $accounts_containers : mixed
- $accounts_containers_environments : mixed
- $accounts_containers_version_headers : mixed
- $accounts_containers_versions : mixed
- $accounts_containers_workspaces : mixed
- $accounts_containers_workspaces_built_in_variables : mixed
- $accounts_containers_workspaces_folders : mixed
- $accounts_containers_workspaces_tags : mixed
- $accounts_containers_workspaces_templates : mixed
- $accounts_containers_workspaces_triggers : mixed
- $accounts_containers_workspaces_variables : mixed
- $accounts_containers_workspaces_zones : mixed
- $accounts_user_permissions : mixed
- $availableScopes : mixed
- $batchPath : mixed
- $resource : mixed
- $rootUrl : mixed
- $servicePath : mixed
- $version : mixed
- $client : mixed
- __construct() : mixed
- Constructs the internal representation of the TagManager service.
- createBatch() : Google_Http_Batch
- Create a new HTTP Batch handler for this service
- getClient() : Google_Client
- Return the associated Google_Client class.
Constants
TAGMANAGER_DELETE_CONTAINERS
Delete your Google Tag Manager containers.
public
mixed
TAGMANAGER_DELETE_CONTAINERS
= "https://www.googleapis.com/auth/tagmanager.delete.containers"
TAGMANAGER_EDIT_CONTAINERS
Manage your Google Tag Manager container and its subcomponents, excluding versioning and publishing.
public
mixed
TAGMANAGER_EDIT_CONTAINERS
= "https://www.googleapis.com/auth/tagmanager.edit.containers"
TAGMANAGER_EDIT_CONTAINERVERSIONS
Manage your Google Tag Manager container versions.
public
mixed
TAGMANAGER_EDIT_CONTAINERVERSIONS
= "https://www.googleapis.com/auth/tagmanager.edit.containerversions"
TAGMANAGER_MANAGE_ACCOUNTS
View and manage your Google Tag Manager accounts.
public
mixed
TAGMANAGER_MANAGE_ACCOUNTS
= "https://www.googleapis.com/auth/tagmanager.manage.accounts"
TAGMANAGER_MANAGE_USERS
Manage user permissions of your Google Tag Manager account and container.
public
mixed
TAGMANAGER_MANAGE_USERS
= "https://www.googleapis.com/auth/tagmanager.manage.users"
TAGMANAGER_PUBLISH
Publish your Google Tag Manager container versions.
public
mixed
TAGMANAGER_PUBLISH
= "https://www.googleapis.com/auth/tagmanager.publish"
TAGMANAGER_READONLY
View your Google Tag Manager container and its subcomponents.
public
mixed
TAGMANAGER_READONLY
= "https://www.googleapis.com/auth/tagmanager.readonly"
Properties
$accounts
public
mixed
$accounts
$accounts_containers
public
mixed
$accounts_containers
$accounts_containers_environments
public
mixed
$accounts_containers_environments
$accounts_containers_version_headers
public
mixed
$accounts_containers_version_headers
$accounts_containers_versions
public
mixed
$accounts_containers_versions
$accounts_containers_workspaces
public
mixed
$accounts_containers_workspaces
$accounts_containers_workspaces_built_in_variables
public
mixed
$accounts_containers_workspaces_built_in_variables
$accounts_containers_workspaces_folders
public
mixed
$accounts_containers_workspaces_folders
$accounts_containers_workspaces_tags
public
mixed
$accounts_containers_workspaces_tags
$accounts_containers_workspaces_templates
public
mixed
$accounts_containers_workspaces_templates
$accounts_containers_workspaces_triggers
public
mixed
$accounts_containers_workspaces_triggers
$accounts_containers_workspaces_variables
public
mixed
$accounts_containers_workspaces_variables
$accounts_containers_workspaces_zones
public
mixed
$accounts_containers_workspaces_zones
$accounts_user_permissions
public
mixed
$accounts_user_permissions
$availableScopes
public
mixed
$availableScopes
$batchPath
public
mixed
$batchPath
$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 TagManager 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