gtm_change_account: Change GTM account detail

Description Usage Arguments Value

View source: R/accounts.R

Description

Requires https://www.googleapis.com/auth/tagmanager.manage.accounts scope

Usage

1
2
3
4
5
6
gtm_change_account(
  accountId,
  name = NULL,
  shareData = NULL,
  fingerprint = NULL
)

Arguments

accountId

accountId to request

name

name to change, NULL to leave as is

shareData

shareData to change, NULL to leave as is

fingerprint

When provided, account fingerprint must match

Value

account data with modified fields


MarkEdmondson1234/gtmR documentation built on Dec. 9, 2020, 3:26 a.m.