GoogleApi.TagManager.V2.Api.Accounts (google_api_tag_manager v0.24.0)
View SourceAPI calls for all endpoints tagged Accounts
.
Summary
Functions
Combines Containers.
Creates a Container.
Deletes a Container.
Gets a Destination.
Adds a Destination to this Container and removes it from the Container to which it is currently linked.
Lists all Destinations linked to a GTM Container.
Creates a GTM Environment.
Deletes a GTM Environment.
Gets a GTM Environment.
Lists all GTM Environments of a GTM Container.
Re-generates the authorization code for a GTM Environment.
Updates a GTM Environment.
Gets a Container.
Lists all Containers that belongs to a GTM Account.
Looks up a Container by destination ID or tag ID.
Move Tag ID out of a Container.
Gets the tagging snippet for a Container.
Updates a Container.
Gets the latest container version header
Lists all Container Versions of a GTM Container.
Deletes a Container Version.
Gets a Container Version.
Gets the live (i.e. published) container version
Publishes a Container Version.
Sets the latest version used for synchronization of workspaces when detecting conflicts and errors.
Undeletes a Container Version.
Updates a Container Version.
Creates one or more GTM Built-In Variables.
Deletes one or more GTM Built-In Variables.
Lists all the enabled Built-In Variables of a GTM Container.
Reverts changes to a GTM Built-In Variables in a GTM Workspace.
Creates a GTM Client.
Deletes a GTM Client.
Gets a GTM Client.
Lists all GTM Clients of a GTM container workspace.
Reverts changes to a GTM Client in a GTM Workspace.
Updates a GTM Client.
Creates a Workspace.
Creates a Container Version from the entities present in the workspace, deletes the workspace, and sets the base container version to the newly created version.
Deletes a Workspace.
Creates a GTM Folder.
Deletes a GTM Folder.
List all entities in a GTM Folder.
Gets a GTM Folder.
Lists all GTM Folders of a Container.
Moves entities to a GTM Folder. If {folder_id} in the request path equals 0, this will instead move entities out of the folder they currently belong to.
Reverts changes to a GTM Folder in a GTM Workspace.
Updates a GTM Folder.
Gets a Workspace.
Finds conflicting and modified entities in the workspace.
Creates a Google tag config.
Deletes a Google tag config.
Gets a Google tag config.
Lists all Google tag configs in a Container.
Updates a Google tag config.
Lists all Workspaces that belong to a GTM Container.
Quick previews a workspace by creating a fake container version from all entities in the provided workspace.
Resolves a merge conflict for a workspace entity by updating it to the resolved entity passed in the request.
Syncs a workspace to the latest container version by updating all unmodified workspace entities and displaying conflicts for modified entities.
Creates a GTM Tag.
Deletes a GTM Tag.
Gets a GTM Tag.
Lists all GTM Tags of a Container.
Reverts changes to a GTM Tag in a GTM Workspace.
Updates a GTM Tag.
Creates a GTM Custom Template.
Deletes a GTM Template.
Gets a GTM Template.
Imports a GTM Custom Template from Gallery.
Lists all GTM Templates of a GTM container workspace.
Reverts changes to a GTM Template in a GTM Workspace.
Updates a GTM Template.
Creates a GTM Transformation.
Deletes a GTM Transformation.
Gets a GTM Transformation.
Lists all GTM Transformations of a GTM container workspace.
Reverts changes to a GTM Transformation in a GTM Workspace.
Updates a GTM Transformation.
Creates a GTM Trigger.
Deletes a GTM Trigger.
Gets a GTM Trigger.
Lists all GTM Triggers of a Container.
Reverts changes to a GTM Trigger in a GTM Workspace.
Updates a GTM Trigger.
Updates a Workspace.
Creates a GTM Variable.
Deletes a GTM Variable.
Gets a GTM Variable.
Lists all GTM Variables of a Container.
Reverts changes to a GTM Variable in a GTM Workspace.
Updates a GTM Variable.
Creates a GTM Zone.
Deletes a GTM Zone.
Gets a GTM Zone.
Lists all GTM Zones of a GTM container workspace.
Reverts changes to a GTM Zone in a GTM Workspace.
Updates a GTM Zone.
Gets a GTM Account.
Lists all GTM Accounts that a user has access to.
Updates a GTM Account.
Creates a user's Account & Container access.
Removes a user from the account, revoking access to it and all of its containers.
Gets a user's Account & Container access.
List all users that have access to the account along with Account and Container user access granted to each of them.
Updates a user's Account & Container access.
Functions
@spec tagmanager_accounts_containers_combine( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.Container.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Combines Containers.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
path
(type:String.t
) - GTM Container's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:allowUserPermissionFeatureUpdate
(type:boolean()
) - Must be set to true to allow features.user_permissions to change from false to true. If this operation causes an update but this bit is false, the operation will fail. -
:containerId
(type:String.t
) - ID of container that will be merged into the current container. -
:settingSource
(type:String.t
) - Specify the source of config setting after combine
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.Container{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_create( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.Container.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Creates a Container.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
parent
(type:String.t
) - GTM Account's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.TagManager.V2.Model.Container.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.Container{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_delete( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, nil} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Deletes a Container.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
path
(type:String.t
) - GTM Container's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_destinations_get( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.Destination.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Gets a Destination.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
path
(type:String.t
) - Google Tag Destination's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.Destination{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_destinations_link( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.Destination.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Adds a Destination to this Container and removes it from the Container to which it is currently linked.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
parent
(type:String.t
) - GTM parent Container's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:allowUserPermissionFeatureUpdate
(type:boolean()
) - Must be set to true to allow features.user_permissions to change from false to true. If this operation causes an update but this bit is false, the operation will fail. -
:destinationId
(type:String.t
) - Destination ID to be linked to the current container.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.Destination{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_destinations_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.ListDestinationsResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Lists all Destinations linked to a GTM Container.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
parent
(type:String.t
) - GTM parent Container's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.ListDestinationsResponse{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_environments_create( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.Environment.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Creates a GTM Environment.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
parent
(type:String.t
) - GTM Container's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.TagManager.V2.Model.Environment.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.Environment{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_environments_delete( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, nil} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Deletes a GTM Environment.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
path
(type:String.t
) - GTM Environment's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_environments_get( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.Environment.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Gets a GTM Environment.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
path
(type:String.t
) - GTM Environment's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.Environment{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_environments_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.ListEnvironmentsResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Lists all GTM Environments of a GTM Container.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
parent
(type:String.t
) - GTM Container's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:pageToken
(type:String.t
) - Continuation token for fetching the next page of results.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.ListEnvironmentsResponse{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_environments_reauthorize( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.Environment.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Re-generates the authorization code for a GTM Environment.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
path
(type:String.t
) - GTM Environment's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.TagManager.V2.Model.Environment.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.Environment{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_environments_update( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.Environment.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Updates a GTM Environment.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
path
(type:String.t
) - GTM Environment's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:fingerprint
(type:String.t
) - When provided, this fingerprint must match the fingerprint of the environment in storage. -
:body
(type:GoogleApi.TagManager.V2.Model.Environment.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.Environment{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_get( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.Container.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Gets a Container.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
path
(type:String.t
) - GTM Container's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.Container{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.ListContainersResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Lists all Containers that belongs to a GTM Account.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
parent
(type:String.t
) - GTM Account's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:pageToken
(type:String.t
) - Continuation token for fetching the next page of results.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.ListContainersResponse{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_lookup(Tesla.Env.client(), keyword(), keyword()) :: {:ok, GoogleApi.TagManager.V2.Model.Container.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Looks up a Container by destination ID or tag ID.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:destinationId
(type:String.t
) - Destination ID linked to a GTM Container, e.g. AW-123456789. Only one of destination_id or tag_id should be set. -
:tagId
(type:String.t
) - Tag ID for a GTM Container, e.g. GTM-123456789. Only one of destination_id or tag_id should be set.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.Container{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_move_tag_id( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.Container.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Move Tag ID out of a Container.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
path
(type:String.t
) - GTM Container's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:allowUserPermissionFeatureUpdate
(type:boolean()
) - Must be set to true to allow features.user_permissions to change from false to true. If this operation causes an update but this bit is false, the operation will fail. -
:copySettings
(type:boolean()
) - Whether or not to copy tag settings from this tag to the new tag. -
:copyTermsOfService
(type:boolean()
) - Must be set to true to accept all terms of service agreements copied from the current tag to the newly created tag. If this bit is false, the operation will fail. -
:copyUsers
(type:boolean()
) - Whether or not to copy users from this tag to the new tag. -
:tagId
(type:String.t
) - Tag ID to be removed from the current Container. -
:tagName
(type:String.t
) - The name for the newly created tag.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.Container{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_snippet( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.GetContainerSnippetResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Gets the tagging snippet for a Container.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
path
(type:String.t
) - Container snippet's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.GetContainerSnippetResponse{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_update( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.Container.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Updates a Container.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
path
(type:String.t
) - GTM Container's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:fingerprint
(type:String.t
) - When provided, this fingerprint must match the fingerprint of the container in storage. -
:body
(type:GoogleApi.TagManager.V2.Model.Container.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.Container{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_version_headers_latest( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.ContainerVersionHeader.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Gets the latest container version header
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
parent
(type:String.t
) - GTM Container's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.ContainerVersionHeader{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_version_headers_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.ListContainerVersionsResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Lists all Container Versions of a GTM Container.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
parent
(type:String.t
) - GTM Container's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:includeDeleted
(type:boolean()
) - Also retrieve deleted (archived) versions when true. -
:pageToken
(type:String.t
) - Continuation token for fetching the next page of results.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.ListContainerVersionsResponse{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_versions_delete( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, nil} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Deletes a Container Version.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
path
(type:String.t
) - GTM ContainerVersion's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_versions_get( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.ContainerVersion.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Gets a Container Version.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
path
(type:String.t
) - GTM ContainerVersion's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:containerVersionId
(type:String.t
) - The GTM ContainerVersion ID. Specify published to retrieve the currently published version.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.ContainerVersion{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_versions_live( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.ContainerVersion.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Gets the live (i.e. published) container version
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
parent
(type:String.t
) - GTM Container's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.ContainerVersion{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_versions_publish( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.PublishContainerVersionResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Publishes a Container Version.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
path
(type:String.t
) - GTM ContainerVersion's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:fingerprint
(type:String.t
) - When provided, this fingerprint must match the fingerprint of the container version in storage.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.PublishContainerVersionResponse{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_versions_set_latest( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.ContainerVersion.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Sets the latest version used for synchronization of workspaces when detecting conflicts and errors.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
path
(type:String.t
) - GTM ContainerVersion's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.ContainerVersion{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_versions_undelete( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.ContainerVersion.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Undeletes a Container Version.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
path
(type:String.t
) - GTM ContainerVersion's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.ContainerVersion{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_versions_update( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.ContainerVersion.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Updates a Container Version.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
path
(type:String.t
) - GTM ContainerVersion's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:fingerprint
(type:String.t
) - When provided, this fingerprint must match the fingerprint of the container version in storage. -
:body
(type:GoogleApi.TagManager.V2.Model.ContainerVersion.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.ContainerVersion{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_workspaces_built_in_variables_create( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.CreateBuiltInVariableResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Creates one or more GTM Built-In Variables.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
parent
(type:String.t
) - GTM Workspace's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:type
(type:list(String.t)
) - The types of built-in variables to enable.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.CreateBuiltInVariableResponse{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_workspaces_built_in_variables_delete( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, nil} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Deletes one or more GTM Built-In Variables.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
path
(type:String.t
) - GTM BuiltInVariable's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:type
(type:list(String.t)
) - The types of built-in variables to delete.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_workspaces_built_in_variables_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.ListEnabledBuiltInVariablesResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Lists all the enabled Built-In Variables of a GTM Container.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
parent
(type:String.t
) - GTM Workspace's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:pageToken
(type:String.t
) - Continuation token for fetching the next page of results.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.ListEnabledBuiltInVariablesResponse{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_workspaces_built_in_variables_revert( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.RevertBuiltInVariableResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Reverts changes to a GTM Built-In Variables in a GTM Workspace.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
path
(type:String.t
) - GTM BuiltInVariable's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:type
(type:String.t
) - The type of built-in variable to revert.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.RevertBuiltInVariableResponse{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_workspaces_clients_create( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.Client.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Creates a GTM Client.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
parent
(type:String.t
) - GTM Workspace's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.TagManager.V2.Model.Client.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.Client{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_workspaces_clients_delete( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, nil} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Deletes a GTM Client.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
path
(type:String.t
) - GTM Client's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_workspaces_clients_get( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.Client.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Gets a GTM Client.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
path
(type:String.t
) - GTM Client's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.Client{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_workspaces_clients_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.ListClientsResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Lists all GTM Clients of a GTM container workspace.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
parent
(type:String.t
) - GTM Workspace's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:pageToken
(type:String.t
) - Continuation token for fetching the next page of results.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.ListClientsResponse{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_workspaces_clients_revert( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.RevertClientResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Reverts changes to a GTM Client in a GTM Workspace.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
path
(type:String.t
) - GTM Client's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:fingerprint
(type:String.t
) - When provided, this fingerprint must match the fingerprint of the client in storage.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.RevertClientResponse{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_workspaces_clients_update( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.Client.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Updates a GTM Client.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
path
(type:String.t
) - GTM Client's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:fingerprint
(type:String.t
) - When provided, this fingerprint must match the fingerprint of the client in storage. -
:body
(type:GoogleApi.TagManager.V2.Model.Client.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.Client{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_workspaces_create( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.Workspace.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Creates a Workspace.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
parent
(type:String.t
) - GTM parent Container's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.TagManager.V2.Model.Workspace.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.Workspace{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_workspaces_create_version( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.CreateContainerVersionResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Creates a Container Version from the entities present in the workspace, deletes the workspace, and sets the base container version to the newly created version.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
path
(type:String.t
) - GTM Workspace's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.TagManager.V2.Model.CreateContainerVersionRequestVersionOptions.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.CreateContainerVersionResponse{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_workspaces_delete( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, nil} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Deletes a Workspace.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
path
(type:String.t
) - GTM Workspace's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_workspaces_folders_create( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.Folder.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Creates a GTM Folder.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
parent
(type:String.t
) - GTM Workspace's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.TagManager.V2.Model.Folder.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.Folder{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_workspaces_folders_delete( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, nil} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Deletes a GTM Folder.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
path
(type:String.t
) - GTM Folder's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_workspaces_folders_entities( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.FolderEntities.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
List all entities in a GTM Folder.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
path
(type:String.t
) - GTM Folder's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:pageToken
(type:String.t
) - Continuation token for fetching the next page of results.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.FolderEntities{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_workspaces_folders_get( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.Folder.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Gets a GTM Folder.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
path
(type:String.t
) - GTM Folder's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.Folder{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_workspaces_folders_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.ListFoldersResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Lists all GTM Folders of a Container.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
parent
(type:String.t
) - GTM Workspace's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:pageToken
(type:String.t
) - Continuation token for fetching the next page of results.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.ListFoldersResponse{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_workspaces_folders_move_entities_to_folder( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, nil} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Moves entities to a GTM Folder. If {folder_id} in the request path equals 0, this will instead move entities out of the folder they currently belong to.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
path
(type:String.t
) - GTM Folder's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:tagId
(type:list(String.t)
) - The tags to be moved to the folder. -
:triggerId
(type:list(String.t)
) - The triggers to be moved to the folder. -
:variableId
(type:list(String.t)
) - The variables to be moved to the folder. -
:body
(type:GoogleApi.TagManager.V2.Model.Folder.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_workspaces_folders_revert( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.RevertFolderResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Reverts changes to a GTM Folder in a GTM Workspace.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
path
(type:String.t
) - GTM Folder's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:fingerprint
(type:String.t
) - When provided, this fingerprint must match the fingerprint of the tag in storage.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.RevertFolderResponse{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_workspaces_folders_update( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.Folder.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Updates a GTM Folder.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
path
(type:String.t
) - GTM Folder's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:fingerprint
(type:String.t
) - When provided, this fingerprint must match the fingerprint of the folder in storage. -
:body
(type:GoogleApi.TagManager.V2.Model.Folder.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.Folder{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_workspaces_get( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.Workspace.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Gets a Workspace.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
path
(type:String.t
) - GTM Workspace's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.Workspace{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_workspaces_get_status( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.GetWorkspaceStatusResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Finds conflicting and modified entities in the workspace.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
path
(type:String.t
) - GTM Workspace's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.GetWorkspaceStatusResponse{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_workspaces_gtag_config_create( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.GtagConfig.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Creates a Google tag config.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
parent
(type:String.t
) - Workspace's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.TagManager.V2.Model.GtagConfig.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.GtagConfig{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_workspaces_gtag_config_delete( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, nil} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Deletes a Google tag config.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
path
(type:String.t
) - Google tag config's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_workspaces_gtag_config_get( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.GtagConfig.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Gets a Google tag config.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
path
(type:String.t
) - Google tag config's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.GtagConfig{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_workspaces_gtag_config_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.ListGtagConfigResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Lists all Google tag configs in a Container.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
parent
(type:String.t
) - Workspace's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:pageToken
(type:String.t
) - Continuation token for fetching the next page of results.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.ListGtagConfigResponse{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_workspaces_gtag_config_update( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.GtagConfig.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Updates a Google tag config.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
path
(type:String.t
) - Google tag config's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:fingerprint
(type:String.t
) - When provided, this fingerprint must match the fingerprint of the config in storage. -
:body
(type:GoogleApi.TagManager.V2.Model.GtagConfig.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.GtagConfig{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_workspaces_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.ListWorkspacesResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Lists all Workspaces that belong to a GTM Container.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
parent
(type:String.t
) - GTM parent Container's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:pageToken
(type:String.t
) - Continuation token for fetching the next page of results.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.ListWorkspacesResponse{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_workspaces_quick_preview( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.QuickPreviewResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Quick previews a workspace by creating a fake container version from all entities in the provided workspace.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
path
(type:String.t
) - GTM Workspace's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.QuickPreviewResponse{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_workspaces_resolve_conflict( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, nil} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Resolves a merge conflict for a workspace entity by updating it to the resolved entity passed in the request.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
path
(type:String.t
) - GTM Workspace's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:fingerprint
(type:String.t
) - When provided, this fingerprint must match the fingerprint of the entity_in_workspace in the merge conflict. -
:body
(type:GoogleApi.TagManager.V2.Model.Entity.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_workspaces_sync( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.SyncWorkspaceResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Syncs a workspace to the latest container version by updating all unmodified workspace entities and displaying conflicts for modified entities.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
path
(type:String.t
) - GTM Workspace's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.SyncWorkspaceResponse{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_workspaces_tags_create( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.Tag.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Creates a GTM Tag.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
parent
(type:String.t
) - GTM Workspace's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.TagManager.V2.Model.Tag.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.Tag{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_workspaces_tags_delete( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, nil} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Deletes a GTM Tag.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
path
(type:String.t
) - GTM Tag's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_workspaces_tags_get( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.Tag.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Gets a GTM Tag.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
path
(type:String.t
) - GTM Tag's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.Tag{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_workspaces_tags_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.ListTagsResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Lists all GTM Tags of a Container.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
parent
(type:String.t
) - GTM Workspace's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:pageToken
(type:String.t
) - Continuation token for fetching the next page of results.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.ListTagsResponse{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_workspaces_tags_revert( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.RevertTagResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Reverts changes to a GTM Tag in a GTM Workspace.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
path
(type:String.t
) - GTM Tag's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:fingerprint
(type:String.t
) - When provided, this fingerprint must match the fingerprint of thetag in storage.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.RevertTagResponse{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_workspaces_tags_update( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.Tag.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Updates a GTM Tag.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
path
(type:String.t
) - GTM Tag's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:fingerprint
(type:String.t
) - When provided, this fingerprint must match the fingerprint of the tag in storage. -
:body
(type:GoogleApi.TagManager.V2.Model.Tag.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.Tag{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_workspaces_templates_create( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.CustomTemplate.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Creates a GTM Custom Template.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
parent
(type:String.t
) - GTM Workspace's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.TagManager.V2.Model.CustomTemplate.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.CustomTemplate{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_workspaces_templates_delete( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, nil} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Deletes a GTM Template.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
path
(type:String.t
) - GTM Custom Template's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_workspaces_templates_get( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.CustomTemplate.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Gets a GTM Template.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
path
(type:String.t
) - GTM Custom Template's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.CustomTemplate{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_workspaces_templates_import_from_gallery( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.CustomTemplate.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Imports a GTM Custom Template from Gallery.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
parent
(type:String.t
) - GTM Workspace's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:acknowledgePermissions
(type:boolean()
) - Must be set to true to allow Gallery template to be imported into the workspace. If this bit is false, the import operation will fail. -
:galleryOwner
(type:String.t
) - Owner of the Gallery template to import -
:galleryRepository
(type:String.t
) - Repository of the Gallery template to import -
:gallerySha
(type:String.t
) - SHA version of the Gallery template to import. Defaulted to the latest SHA version if not provided.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.CustomTemplate{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_workspaces_templates_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.ListTemplatesResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Lists all GTM Templates of a GTM container workspace.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
parent
(type:String.t
) - GTM Workspace's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:pageToken
(type:String.t
) - Continuation token for fetching the next page of results.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.ListTemplatesResponse{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_workspaces_templates_revert( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.RevertTemplateResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Reverts changes to a GTM Template in a GTM Workspace.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
path
(type:String.t
) - GTM Custom Template's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:fingerprint
(type:String.t
) - When provided, this fingerprint must match the fingerprint of the template in storage.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.RevertTemplateResponse{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_workspaces_templates_update( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.CustomTemplate.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Updates a GTM Template.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
path
(type:String.t
) - GTM Custom Template's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:fingerprint
(type:String.t
) - When provided, this fingerprint must match the fingerprint of the templates in storage. -
:body
(type:GoogleApi.TagManager.V2.Model.CustomTemplate.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.CustomTemplate{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_workspaces_transformations_create( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.Transformation.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Creates a GTM Transformation.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
parent
(type:String.t
) - GTM Workspace's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.TagManager.V2.Model.Transformation.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.Transformation{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_workspaces_transformations_delete( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, nil} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Deletes a GTM Transformation.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
path
(type:String.t
) - GTM Transformation's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_workspaces_transformations_get( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.Transformation.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Gets a GTM Transformation.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
path
(type:String.t
) - GTM Transformation's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.Transformation{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_workspaces_transformations_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.ListTransformationsResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Lists all GTM Transformations of a GTM container workspace.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
parent
(type:String.t
) - GTM Workspace's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:pageToken
(type:String.t
) - Continuation token for fetching the next page of results.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.ListTransformationsResponse{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_workspaces_transformations_revert( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.RevertTransformationResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Reverts changes to a GTM Transformation in a GTM Workspace.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
path
(type:String.t
) - GTM Transformation's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:fingerprint
(type:String.t
) - When provided, this fingerprint must match the fingerprint of the transformation in storage.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.RevertTransformationResponse{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_workspaces_transformations_update( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.Transformation.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Updates a GTM Transformation.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
path
(type:String.t
) - GTM Transformation's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:fingerprint
(type:String.t
) - When provided, this fingerprint must match the fingerprint of the transformation in storage. -
:body
(type:GoogleApi.TagManager.V2.Model.Transformation.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.Transformation{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_workspaces_triggers_create( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.Trigger.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Creates a GTM Trigger.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
parent
(type:String.t
) - GTM Workspace's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.TagManager.V2.Model.Trigger.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.Trigger{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_workspaces_triggers_delete( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, nil} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Deletes a GTM Trigger.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
path
(type:String.t
) - GTM Trigger's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_workspaces_triggers_get( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.Trigger.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Gets a GTM Trigger.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
path
(type:String.t
) - GTM Trigger's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.Trigger{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_workspaces_triggers_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.ListTriggersResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Lists all GTM Triggers of a Container.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
parent
(type:String.t
) - GTM Workspace's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:pageToken
(type:String.t
) - Continuation token for fetching the next page of results.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.ListTriggersResponse{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_workspaces_triggers_revert( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.RevertTriggerResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Reverts changes to a GTM Trigger in a GTM Workspace.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
path
(type:String.t
) - GTM Trigger's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:fingerprint
(type:String.t
) - When provided, this fingerprint must match the fingerprint of the trigger in storage.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.RevertTriggerResponse{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_workspaces_triggers_update( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.Trigger.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Updates a GTM Trigger.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
path
(type:String.t
) - GTM Trigger's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:fingerprint
(type:String.t
) - When provided, this fingerprint must match the fingerprint of the trigger in storage. -
:body
(type:GoogleApi.TagManager.V2.Model.Trigger.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.Trigger{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_workspaces_update( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.Workspace.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Updates a Workspace.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
path
(type:String.t
) - GTM Workspace's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:fingerprint
(type:String.t
) - When provided, this fingerprint must match the fingerprint of the workspace in storage. -
:body
(type:GoogleApi.TagManager.V2.Model.Workspace.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.Workspace{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_workspaces_variables_create( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.Variable.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Creates a GTM Variable.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
parent
(type:String.t
) - GTM Workspace's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.TagManager.V2.Model.Variable.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.Variable{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_workspaces_variables_delete( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, nil} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Deletes a GTM Variable.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
path
(type:String.t
) - GTM Variable's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_workspaces_variables_get( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.Variable.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Gets a GTM Variable.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
path
(type:String.t
) - GTM Variable's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.Variable{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_workspaces_variables_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.ListVariablesResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Lists all GTM Variables of a Container.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
parent
(type:String.t
) - GTM Workspace's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:pageToken
(type:String.t
) - Continuation token for fetching the next page of results.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.ListVariablesResponse{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_workspaces_variables_revert( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.RevertVariableResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Reverts changes to a GTM Variable in a GTM Workspace.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
path
(type:String.t
) - GTM Variable's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:fingerprint
(type:String.t
) - When provided, this fingerprint must match the fingerprint of the variable in storage.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.RevertVariableResponse{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_workspaces_variables_update( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.Variable.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Updates a GTM Variable.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
path
(type:String.t
) - GTM Variable's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:fingerprint
(type:String.t
) - When provided, this fingerprint must match the fingerprint of the variable in storage. -
:body
(type:GoogleApi.TagManager.V2.Model.Variable.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.Variable{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_workspaces_zones_create( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.Zone.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Creates a GTM Zone.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
parent
(type:String.t
) - GTM Workspace's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.TagManager.V2.Model.Zone.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.Zone{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_workspaces_zones_delete( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, nil} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Deletes a GTM Zone.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
path
(type:String.t
) - GTM Zone's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_workspaces_zones_get( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.Zone.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Gets a GTM Zone.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
path
(type:String.t
) - GTM Zone's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.Zone{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_workspaces_zones_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.ListZonesResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Lists all GTM Zones of a GTM container workspace.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
parent
(type:String.t
) - GTM Workspace's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:pageToken
(type:String.t
) - Continuation token for fetching the next page of results.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.ListZonesResponse{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_workspaces_zones_revert( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.RevertZoneResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Reverts changes to a GTM Zone in a GTM Workspace.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
path
(type:String.t
) - GTM Zone's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:fingerprint
(type:String.t
) - When provided, this fingerprint must match the fingerprint of the zone in storage.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.RevertZoneResponse{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_containers_workspaces_zones_update( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.Zone.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Updates a GTM Zone.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
path
(type:String.t
) - GTM Zone's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:fingerprint
(type:String.t
) - When provided, this fingerprint must match the fingerprint of the zone in storage. -
:body
(type:GoogleApi.TagManager.V2.Model.Zone.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.Zone{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_get(Tesla.Env.client(), String.t(), keyword(), keyword()) :: {:ok, GoogleApi.TagManager.V2.Model.Account.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Gets a GTM Account.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
path
(type:String.t
) - GTM Account's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.Account{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_list(Tesla.Env.client(), keyword(), keyword()) :: {:ok, GoogleApi.TagManager.V2.Model.ListAccountsResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Lists all GTM Accounts that a user has access to.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:includeGoogleTags
(type:boolean()
) - Also retrieve accounts associated with Google Tag when true. -
:pageToken
(type:String.t
) - Continuation token for fetching the next page of results.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.ListAccountsResponse{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_update(Tesla.Env.client(), String.t(), keyword(), keyword()) :: {:ok, GoogleApi.TagManager.V2.Model.Account.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Updates a GTM Account.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
path
(type:String.t
) - GTM Account's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:fingerprint
(type:String.t
) - When provided, this fingerprint must match the fingerprint of the account in storage. -
:body
(type:GoogleApi.TagManager.V2.Model.Account.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.Account{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_user_permissions_create( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.UserPermission.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Creates a user's Account & Container access.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
parent
(type:String.t
) - GTM Account's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.TagManager.V2.Model.UserPermission.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.UserPermission{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_user_permissions_delete( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, nil} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Removes a user from the account, revoking access to it and all of its containers.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
path
(type:String.t
) - GTM UserPermission's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_user_permissions_get( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.UserPermission.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Gets a user's Account & Container access.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
path
(type:String.t
) - GTM UserPermission's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.UserPermission{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_user_permissions_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.ListUserPermissionsResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
List all users that have access to the account along with Account and Container user access granted to each of them.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
parent
(type:String.t
) - GTM Account's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:pageToken
(type:String.t
) - Continuation token for fetching the next page of results.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.ListUserPermissionsResponse{}}
on success -
{:error, info}
on failure
@spec tagmanager_accounts_user_permissions_update( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.TagManager.V2.Model.UserPermission.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Updates a user's Account & Container access.
Parameters
-
connection
(type:GoogleApi.TagManager.V2.Connection.t
) - Connection to server -
path
(type:String.t
) - GTM UserPermission's API relative path. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:body
(type:GoogleApi.TagManager.V2.Model.UserPermission.t
) -
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.TagManager.V2.Model.UserPermission{}}
on success -
{:error, info}
on failure