gtm_containers_update: gtm_containers_update

Description Usage Arguments

View source: R/gtm_containers_methods.R

Description

Update an existing GTM container

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
gtm_containers_update(
  account_id,
  container_id,
  container_name,
  usage_context,
  domain_name,
  notes,
  token,
  verbose = FALSE
)

Arguments

account_id

The ID for the GTM account where the desired container sits

container_id

The id of the container to be updated

container_name

The new name for the container

usage_context

The type of container you want to create. Valid values are: 'web', 'android', 'ios'

domain_name

Domain name(s) that you want to associate with the container. Can be a list or a character vector

notes

A string of notes that you want to write to the container

token

An OAuth token object, should be set to 'edit containers'

verbose

If you want a message letting you know that your container has been successfully created. Defaults to FALSE


neugelb/gtmr documentation built on June 25, 2020, 10:06 a.m.