0.1.0 โ€ข Published 5 years ago

@sileajs/google-tag-manager-analytics v0.1.0

Weekly downloads
1
License
SEE LICENSE IN LI...
Repository
-
Last release
5 years ago

@sileajs/google-tag-manager-analytics

Version npm License: The Hippocratic License 2.1

Analytics package to use Google Tag Manager with Silea

Install

npm i @sileajs/google-tag-manager-analytics

Usage

Once is installed the Container ID should be added in the silea.settings.js under the package state

silea.settings.js

export default {
	packages: [
		{
			name: "@sileajs/google-tag-manager-analytics",
			state: {
				googleTagManagerAnalytics: {
					containerId: "GTM-BCDFGHJ",
				},
			},
		},
	],
};

Feature Discussions

Feature Discussions about Silea are public. You can join the discussions, vote for those you're interested in or create new ones.

These are the ones related to this package: https://community.sileajs.com/tags/c/feature-discussions/33/google-tag-manager

Changelog

Have a look at the latest updates of this package in the CHANGELOG


ยป Silea Channels ๐ŸŒŽ

Community Forum Topics Twitter: silea Silea Github Stars

We have different channels at your disposal where you can find information about the project, discuss about it and get involved:

  • ๐Ÿ“– Docs: this is the place to learn how to build amazing sites with Silea.
  • ๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ Community: use our forum to ask any questions, feedback and meet great people. This is your place too to share what are you building with Silea!
  • ๐Ÿž GitHub: we use GitHub for bugs and pull requests. Questions are answered in the community forum!
  • ๐Ÿ—ฃ Social media: a more informal place to interact with Silea users, reach out to us on Twitter.
  • ๐Ÿ’Œ Newsletter: do you want to receive the latest framework updates and news? Subscribe here

ยป Get involved ๐Ÿค—

GitHub issues by-label

Got questions or feedback about Silea? We'd love to hear from you. Use our community forum yo ! โค๏ธ

Silea also welcomes contributions. There are many ways to support the project! If you don't know where to start, this guide might help: How to contribute?

If you're eager to start contributing to the code, maybe you'd like to open a pull request to address one of our good first issues

0.1.0

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago