Google Tag Manager connector for Algolia Search Insights.
Head over our Getting Insights and Analytics / Google Tag Manager documentation.
Before working on the project, make sure to disable any ad blockers.
The source for the GTM template is in the src/
folder and gets exported to the ./template.tpl
file.
Builds the GTM template into the
./template.tpl
file.
Each section of the custom template is in the src/
folder. This command compiles the files into a GTM template.
Runs the
build
command in watch mode.
Run yarn run release
to prepare the release (this command is also executed weekly). When this is run the commit messages are read and based on their content:
- a branch is created
- the
version
property inpackage.json
is updated CHANGELOG.md
is updated- a PR is raised with this content
To trigger the release "Squash and merge" the PR.
Thanks to David Vallejo for his initial work on the custom template.
Apache 2.0 - See LICENSE for more information.