googleTagManageR
An R Package to manage Google Tag Manger via the API
Overview
This package allows programmatic access to the Google Tag Manager API, enabling scripted deployments and updates across multiple tags, triggers, variables and containers.
Installation
This package uses googleAuthR
for installations.
install.packages("googleAuthR")
remotes::install_github("jamescottrill/googleTagManageR")