gtm_tags_get: gtm_tags_get

Description Usage Arguments

View source: R/gtm_tags_methods.R

Description

Get a specific tag from a GTM container. Returns a list composed of a number of dataframes.

Usage

1
2
3
4
5
6
7
8
gtm_tags_get(
  account_id,
  container_id,
  workspace_id,
  tag_id,
  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

tag_id

The ID of the tag - this will work with either a number (faster) or a tag name (slower) - note, the tag name has to be exact

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.