gtm_builtin_variables_create: gtm_builtin_variables_create

Description Usage Arguments

View source: R/gtm_builtin_variables_methods.R

Description

Create a Built-In Variable in a GTM Container.

Usage

1
2
3
4
5
6
7
8
gtm_builtin_variables_create(
  account_id,
  container_id,
  workspace_id,
  variable,
  token,
  verbose = FALSE
)

Arguments

account_id

The ID of the account

container_id

The ID of the container

workspace_id

The ID of the workspace.

variable

The variable name, see full list at https://developers.google.com/tag-manager/api/v2/reference/accounts/containers/workspaces/built_in_variables/list

token

An OAuth token object

verbose

If you want a message letting you know that your results have been successfully retrieved. Defaults to FALSE


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