1.2.2 • Published 1 year ago

@apolitical/gtm v1.2.2

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Apolitical GTM

Browser library to interact with Google Tag Manager (GTM)

Requirements

Requires the following to run:

Installation

Install with yarn:

yarn add @apolitical/gtm

Available Scripts

In the project directory, you can run:

yarn run test

Runs the test (and the interactive mode can be enabled with --watchAll).

yarn build

Builds the library for production to the build folder. It correctly bundles the code on production mode and optimizes the build for the best performance.

yarn publish

Publishes the library to NPM.

Usage

The recommended way to use @apolitical/gtm is to set the context with the appropriate parameters:

const { setContext, runExample } = require('@apolitical/gtm');

setContext({ origin: 'some-url' });

And then, you can query Contentful as you like:

runExample();

Troubleshooting

Usage of other libraries within your library

  • Add the library as a dependency in package.json (effectively requiring the calling project to provide this dependency)
  • Add the Contentful library as a dependency in package.json. By default, only the library code is published, meaning that the Contentful library needs to be installed separately
1.2.2

1 year ago

1.2.0

2 years ago

1.2.1

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.1.1-rc.1

2 years ago

1.2.0-rc.1

2 years ago

1.1.0-rc.2

2 years ago

1.1.0-rc.1

2 years ago

1.0.1

2 years ago

1.0.1-rc.2

2 years ago

1.0.1-rc.1

2 years ago

1.0.0

2 years ago

1.0.0-rc.2

2 years ago

1.0.0-rc.1

2 years ago

1.0.0-rc.0

2 years ago