- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Full name: accounts.containers.move_tag_id
Move Tag ID out of a Container.
HTTP request
POST https://tagmanager.googleapis.com/tagmanager/v2/{path}:move_tag_id
Path parameters
Parameters | |
---|---|
path |
GTM Container's API relative path. It takes the form |
Query parameters
Parameters | |
---|---|
tagId |
Tag ID to be removed from the current Container. |
tagName |
The name for the newly created tag. |
copyUsers |
Whether or not to copy users from this tag to the new tag. |
copySettings |
Whether or not to copy tag settings from this tag to the new tag. |
allowUserPermissionFeatureUpdate |
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. |
copyTermsOfService |
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. |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Container
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/tagmanager.edit.containers
For more information, see the OAuth 2.0 Overview.