gtm_triggers_get: List a single trigger in a workspace

View source: R/triggers.R

gtm_triggers_getR Documentation

List a single trigger in a workspace

Description

This will return a list with the settings of a single trigger. If you want to get the information for all triggers, use gtm_triggers_list

Usage

gtm_triggers_get(account_id, container_id, workspace_id, trigger_id)

Arguments

account_id

Account Id

container_id

Container Id

workspace_id

Workspace Id

trigger_id

trigger Id

See Also

https://developers.google.com/tag-platform/tag-manager/api/v2/reference/accounts/containers/workspaces/triggers/get

Other trigger functions: gtm_triggers_create(), gtm_triggers_delete(), gtm_triggers_list(), gtm_triggers_revert(), gtm_triggers_update()

Examples


## Not run: 
accountId <- 1234567
containerId <- 7654321
workspaceId <- 3
triggerID <- 12

trigger <- gtm_triggers_get(accountId, containerId, workspaceId, triggerId)


## End(Not run)


googleTagManageR documentation built on April 17, 2022, 1:05 a.m.