gtm_accounts_update: gtm_accounts_update

Description Usage Arguments

View source: R/gtm_accounts_methods.R

Description

Update a specific GTM account.

Usage

1
2
3
4
5
6
7
gtm_accounts_update(
  account_id,
  name,
  token,
  share_data = NULL,
  verbose = FALSE
)

Arguments

account_id

The GTM account ID that you want to update

name

The new name of the account that you want to assign. Mandatory.

token

An OAuth token object

share_data

The new value for sharing data with Google - a logical value so this is set to either TRUE or FALSE. Optional

verbose

If you want a message to let you know that your account has been successfully updated. Defaults to FALSE


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