Tag Manager API (tagmanager:v2)

2025-12-03

1 new method

Additions

    Methods
  • tagmanager.accounts.containers.workspaces.bulk_update

      Flat Path : tagmanager/v2/accounts/{accountsId}/containers/{containersId}/workspaces/{workspacesId}/bulk_update

      Parameters :

        path

          Description : GTM Workspace's API relative path.

          Required : Yes

          Type : string

          Pattern : ^accounts/[^/]+/containers/[^/]+/workspaces/[^/]+$

          Location : path

      Path : tagmanager/v2/{+path}/bulk_update

      Description : Applies multiple entity changes to a workspace in one call. When creating new entities, their entity IDs must be unique and in correct format. That is, they must start with "new_" and followed by number, e.g. "new_1", "new_2". Example body snippet to create myNewTag under myNewFolder is: ``` "changes": [ { "folder": { "folderId": "new_1", "name": "myNewFolder", ... }, "changeStatus": "ADDED" }, { "tag": { "tagId": "new_2", "name": "myNewTag", "parentFolderId": "new_1", ... }, "changeStatus": "ADDED" } ] ```

      Scopes : https://www.googleapis.com/auth/tagmanager.edit.containers

      Parameter Order : path

      HTTP Method : POST