1.0.1 • Published 5 years ago

webiny-api-google-tag-manager v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

webiny-api-google-tag-manager

npm.io npm.io code style: prettier PRs Welcome

The API for the Webiny Google Tag Manager (webiny-app-google-tag-manager) app.

Install

npm install --save webiny-api-google-tag-manager

Or if you prefer yarn:

yarn add webiny-api-google-tag-manager

Setup

To setup, you must register a set of plugins. For more information on plugins, please visit Webiny documentation.

import gtmPlugins from "webiny-api-google-tag-manager"
import { registerPlugins } from "webiny-plugins";

registerPlugins(gtmPlugins);

Exposes necessary GraphQL fields for updating app settings.