Tag Manager API . accounts

Instance Methods

containers()

Returns the containers Resource.

user_permissions()

Returns the user_permissions Resource.

get(path, x__xgafv=None)

Gets a GTM Account.

list(pageToken=None, x__xgafv=None)

Lists all GTM Accounts that a user has access to.

list_next(previous_request, previous_response)

Retrieves the next page of results.

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

Updates a GTM Account.

Method Details

get(path, x__xgafv=None)
Gets a GTM Account.

Args:
  path: string, GTM Accounts'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.
      "fingerprint": "A String", # The fingerprint of the GTM Account as computed at storage time.
          # This value is recomputed whenever the account is modified.
      "tagManagerUrl": "A String", # Auto generated link to the tag manager UI
      "accountId": "A String", # The Account ID uniquely identifies the GTM Account.
      "name": "A String", # Account display name.
          # @mutable tagmanager.accounts.create
          # @mutable tagmanager.accounts.update
      "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
      "path": "A String", # GTM Account's API relative path.
    }
list(pageToken=None, x__xgafv=None)
Lists all GTM Accounts that a user has access to.

Args:
  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.
    "nextPageToken": "A String", # Continuation token for fetching the next page of results.
    "account": [ # List of GTM Accounts that a user has access to.
      { # Represents a Google Tag Manager Account.
          "fingerprint": "A String", # The fingerprint of the GTM Account as computed at storage time.
              # This value is recomputed whenever the account is modified.
          "tagManagerUrl": "A String", # Auto generated link to the tag manager UI
          "accountId": "A String", # The Account ID uniquely identifies the GTM Account.
          "name": "A String", # Account display name.
              # @mutable tagmanager.accounts.create
              # @mutable tagmanager.accounts.update
          "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
          "path": "A String", # GTM Account's API relative path.
        },
    ],
  }
list_next(previous_request, previous_response)
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 Accounts'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.
    "fingerprint": "A String", # The fingerprint of the GTM Account as computed at storage time.
        # This value is recomputed whenever the account is modified.
    "tagManagerUrl": "A String", # Auto generated link to the tag manager UI
    "accountId": "A String", # The Account ID uniquely identifies the GTM Account.
    "name": "A String", # Account display name.
        # @mutable tagmanager.accounts.create
        # @mutable tagmanager.accounts.update
    "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
    "path": "A String", # GTM Account's API relative path.
  }

  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.
      "fingerprint": "A String", # The fingerprint of the GTM Account as computed at storage time.
          # This value is recomputed whenever the account is modified.
      "tagManagerUrl": "A String", # Auto generated link to the tag manager UI
      "accountId": "A String", # The Account ID uniquely identifies the GTM Account.
      "name": "A String", # Account display name.
          # @mutable tagmanager.accounts.create
          # @mutable tagmanager.accounts.update
      "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
      "path": "A String", # GTM Account's API relative path.
    }