gtm_containers_get | R Documentation |
This returns a list containing all the metadata about a single container.
If you want to get the information for all containers, use gtm_containers_list
gtm_containers_get(account_id, container_id)
account_id |
Account Id |
container_id |
Container Id |
https://developers.google.com/tag-platform/tag-manager/api/v2/reference/accounts/containers/get
Other container functions:
gtm_containers_create()
,
gtm_containers_delete()
,
gtm_containers_list()
,
gtm_containers_update()
## Not run: accountId <- 1234567 containerId <- 7654321 container <- gtm_containers_get(accountId, containerId) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.