A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/IronistM/googleTagManageR below:

IronistM/googleTagManageR: An R package to interact with the Google Tag Manager API

The R way to interact with Google's Tag Manager API.

At the moment listing of elements is available, but in the future both updates and delete will be supported. This is not a professional package and serves mostly as a way of organising code snippets for my work.

Most of this is adopted from the excellent autoGoogleAPI package from Mark Edmondson and his most awesome googleAnalyticsR that I use daily.

To install the package in your R setup just use devtools and the install_github() function like below

install.packages('devtools')
devtools::install_github('IronistM/googleTagManageR')
List Accounts you have access

Let's say you want to get the details from YOUR_ACCOUNT_ID, then you use the following

gtm_account(accountId = YOUR_ACCOUNT_ID)
List Containers per account

Similarly, to get the containers of YOUR_ACCOUNT_ID, use the following

gtm_containers_list(accountId = YOUR_ACCOUNT_ID)

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4