- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- SettingSource
- Try it!
Full name: accounts.containers.combine
Combines Containers.
HTTP request
POST https://tagmanager.googleapis.com/tagmanager/v2/{path}:combine
Path parameters
Parameters | |
---|---|
path |
GTM Container's API relative path. It takes the form |
Query parameters
Parameters | |
---|---|
containerId |
ID of container that will be merged into the current container. |
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. |
settingSource |
Specify the source of config setting after combine |
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.
SettingSource
Enums | |
---|---|
settingSourceUnspecified |
|
current |
Keep the current container config setting after combine |
other |
Use config setting from the other tag after combine |