mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
docs: add google tag manager (#3428)
This change adds google tag manager to docusaurus using the [plugin-google-tag-manager](https://www.docusaurus.io/docs/api/plugins/@docusaurus/plugin-google-tag-manager) plugin. ## Why The current analytics integration we've got in the docs is being sunset this year, so this is the replacement. It should only collect the same kind of data that we already collect. It does not require user consent, and it is used only for aggregation. The point is to help us understand our users' needs and usage patterns so that we can make a better product.
This commit is contained in:
parent
62c0febe9d
commit
013003d63e
@ -177,6 +177,9 @@ module.exports = {
|
||||
googleAnalytics: {
|
||||
trackingID: 'UA-134882379-1',
|
||||
},
|
||||
googleTagManager: {
|
||||
containerId: 'GTM-KV5PRR2',
|
||||
},
|
||||
},
|
||||
],
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user