gtm_triggers_delete: gtm_triggers_delete

Description Usage Arguments

View source: R/gtm_triggers_methods.R

Description

Delete a specific trigger from a GTM container.

Usage

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

Arguments

account_id

The ID of the account

container_id

The ID of the container

workspace_id

The ID of the workspace

token

An OAuth token object

trigger_id

The ID of the trigger - can be either the numeric ID or a string of the trigger name (has to be exact!). Passing the numeric ID is the fastest method.

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.