Tag Manager API . accounts . containers . move_folders

Instance Methods

close()

Close httplib2 connections.

update(accountId, containerId, folderId, body=None, triggerId=None, variableId=None, tagId=None, x__xgafv=None)

Moves entities to a GTM Folder.

Method Details

close()
Close httplib2 connections.
update(accountId, containerId, folderId, body=None, triggerId=None, variableId=None, tagId=None, x__xgafv=None)
Moves entities to a GTM Folder.

Args:
  accountId: string, The GTM Account ID. (required)
  containerId: string, The GTM Container ID. (required)
  folderId: string, The GTM Folder ID. (required)
  body: object, The request body.
    The object takes the form of:

{ # Represents a Google Tag Manager Folder.
    "containerId": "A String", # GTM Container ID.
    "folderId": "A String", # The Folder ID uniquely identifies the GTM Folder.
    "accountId": "A String", # GTM Account ID.
    "fingerprint": "A String", # The fingerprint of the GTM Folder as computed at storage time. This value is recomputed whenever the folder is modified.
    "name": "A String", # Folder display name. @mutable tagmanager.accounts.containers.folders.create @mutable tagmanager.accounts.containers.folders.update
  }

  triggerId: string, The triggers to be moved to the folder. (repeated)
  variableId: string, The variables to be moved to the folder. (repeated)
  tagId: string, The tags to be moved to the folder. (repeated)
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format