0.1.0 • Published 4 years ago
@txp-cms/google-tagmanager v0.1.0
@txp-cms/google-tagmanager
Google Tagmanager integration for your Nuxt project.
Setup
- Add
@txp-cms/google-tagmanagerdependency using yarn to your project - Add
@txp-cms/google-tagmanagertomodulessection ofnuxt.config.jsincluding your specific Google Tagmanager Container ID.
{
modules: [
['@txp-cms/google-tagmanager', {
gtmId: process.env.GOOGLE_TAG_MANAGER_ID
}]
]
}Options
gtmId(string): Your personal GTM container idincludeInDev(boolean): Decide whether the GTM script shall be loaded in nuxt dev mode, too (default: true)consentManager(string): If set to 'usercentrics' the script will be activated only if enabled in usercentricsscriptId(string): Use custom script id for GTM scriptnoscript(boolean): Include noscript case as well. Default is true,noscriptId(string): Use custom script id for noscript