-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DEV-2075] use matomo tag manager #1295
base: main
Are you sure you want to change the base?
Conversation
🦋 Changeset detectedLatest commit: 332dc83 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Bundle not found for branch |
…eveloper-portal into DEV-2075-use-matomo-tag-manager
process.env.NEXT_PUBLIC_MATOMO_SCRIPT_SRC || | ||
'https://cdn.matomo.cloud/pagopa.matomo.cloud/container_cT0RWuHZ.js'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this fallback still necessary?
process.env.NEXT_PUBLIC_MATOMO_SCRIPT_SRC || | |
'https://cdn.matomo.cloud/pagopa.matomo.cloud/container_cT0RWuHZ.js'; | |
process.env.NEXT_PUBLIC_MATOMO_SCRIPT_SRC; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we don't know if the variable will be available once deployed (like last time on DEV). i suggest to keep this here for now to avoid loosing all the tracking on prod
apps/nextjs-website/src/components/atoms/IconWrapper/IconWrapper.tsx
Outdated
Show resolved
Hide resolved
Jira Pull Request LinkThis Pull Request refers to the following Jira issue DEV-2075 |
Branch is not up to date with base branch@MarBert it seems this Pull Request is not updated with base branch. |
List of Changes
A new variable has been added in order to update the matomo script needed to use the Tag Manager
Motivation and Context
The way we track chatbot interaction must be updated using the tag manager
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: