Tag Manager API . accounts

Instance Methods

containers()

Returns the containers Resource.

user_permissions()

Returns the user_permissions Resource.

close()

Close httplib2 connections.

get(path, x__xgafv=None)

Gets a GTM Account.

list(includeGoogleTags=None, pageToken=None, x__xgafv=None)

Lists all GTM Accounts that a user has access to.

list_next()

Retrieves the next page of results.

update(path, body=None, fingerprint=None, x__xgafv=None)

Updates a GTM Account.

Method Details

close()
Close httplib2 connections.
get(path, x__xgafv=None)
Gets a GTM Account.

Args:
  path: string, GTM Account's API relative path. Example: accounts/{account_id} (required)
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # Represents a Google Tag Manager Account.
  "accountId": "A String", # The Account ID uniquely identifies the GTM Account.
  "features": { # Read-only Account feature set
    "supportMultipleContainers": True or False, # Whether this Account supports multiple Containers.
    "supportUserPermissions": True or False, # Whether this Account supports user permissions managed by GTM.
  },
  "fingerprint": "A String", # The fingerprint of the GTM Account as computed at storage time. This value is recomputed whenever the account is modified.
  "name": "A String", # Account display name. @mutable tagmanager.accounts.create @mutable tagmanager.accounts.update
  "path": "A String", # GTM Account's API relative path.
  "shareData": True or False, # Whether the account shares data anonymously with Google and others. This flag enables benchmarking by sharing your data in an anonymous form. Google will remove all identifiable information about your website, combine the data with hundreds of other anonymous sites and report aggregate trends in the benchmarking service. @mutable tagmanager.accounts.create @mutable tagmanager.accounts.update
  "tagManagerUrl": "A String", # Auto generated link to the tag manager UI
}
list(includeGoogleTags=None, pageToken=None, x__xgafv=None)
Lists all GTM Accounts that a user has access to.

Args:
  includeGoogleTags: boolean, Also retrieve accounts associated with Google Tag when true.
  pageToken: string, Continuation token for fetching the next page of results.
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # List Accounts Response.
  "account": [ # List of GTM Accounts that a user has access to.
    { # Represents a Google Tag Manager Account.
      "accountId": "A String", # The Account ID uniquely identifies the GTM Account.
      "features": { # Read-only Account feature set
        "supportMultipleContainers": True or False, # Whether this Account supports multiple Containers.
        "supportUserPermissions": True or False, # Whether this Account supports user permissions managed by GTM.
      },
      "fingerprint": "A String", # The fingerprint of the GTM Account as computed at storage time. This value is recomputed whenever the account is modified.
      "name": "A String", # Account display name. @mutable tagmanager.accounts.create @mutable tagmanager.accounts.update
      "path": "A String", # GTM Account's API relative path.
      "shareData": True or False, # Whether the account shares data anonymously with Google and others. This flag enables benchmarking by sharing your data in an anonymous form. Google will remove all identifiable information about your website, combine the data with hundreds of other anonymous sites and report aggregate trends in the benchmarking service. @mutable tagmanager.accounts.create @mutable tagmanager.accounts.update
      "tagManagerUrl": "A String", # Auto generated link to the tag manager UI
    },
  ],
  "nextPageToken": "A String", # Continuation token for fetching the next page of results.
}
list_next()
Retrieves the next page of results.

        Args:
          previous_request: The request for the previous page. (required)
          previous_response: The response from the request for the previous page. (required)

        Returns:
          A request object that you can call 'execute()' on to request the next
          page. Returns None if there are no more items in the collection.
        
update(path, body=None, fingerprint=None, x__xgafv=None)
Updates a GTM Account.

Args:
  path: string, GTM Account's API relative path. Example: accounts/{account_id} (required)
  body: object, The request body.
    The object takes the form of:

{ # Represents a Google Tag Manager Account.
  "accountId": "A String", # The Account ID uniquely identifies the GTM Account.
  "features": { # Read-only Account feature set
    "supportMultipleContainers": True or False, # Whether this Account supports multiple Containers.
    "supportUserPermissions": True or False, # Whether this Account supports user permissions managed by GTM.
  },
  "fingerprint": "A String", # The fingerprint of the GTM Account as computed at storage time. This value is recomputed whenever the account is modified.
  "name": "A String", # Account display name. @mutable tagmanager.accounts.create @mutable tagmanager.accounts.update
  "path": "A String", # GTM Account's API relative path.
  "shareData": True or False, # Whether the account shares data anonymously with Google and others. This flag enables benchmarking by sharing your data in an anonymous form. Google will remove all identifiable information about your website, combine the data with hundreds of other anonymous sites and report aggregate trends in the benchmarking service. @mutable tagmanager.accounts.create @mutable tagmanager.accounts.update
  "tagManagerUrl": "A String", # Auto generated link to the tag manager UI
}

  fingerprint: string, When provided, this fingerprint must match the fingerprint of the account in storage.
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # Represents a Google Tag Manager Account.
  "accountId": "A String", # The Account ID uniquely identifies the GTM Account.
  "features": { # Read-only Account feature set
    "supportMultipleContainers": True or False, # Whether this Account supports multiple Containers.
    "supportUserPermissions": True or False, # Whether this Account supports user permissions managed by GTM.
  },
  "fingerprint": "A String", # The fingerprint of the GTM Account as computed at storage time. This value is recomputed whenever the account is modified.
  "name": "A String", # Account display name. @mutable tagmanager.accounts.create @mutable tagmanager.accounts.update
  "path": "A String", # GTM Account's API relative path.
  "shareData": True or False, # Whether the account shares data anonymously with Google and others. This flag enables benchmarking by sharing your data in an anonymous form. Google will remove all identifiable information about your website, combine the data with hundreds of other anonymous sites and report aggregate trends in the benchmarking service. @mutable tagmanager.accounts.create @mutable tagmanager.accounts.update
  "tagManagerUrl": "A String", # Auto generated link to the tag manager UI
}