Skip to content

Commit

Permalink
change site id
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaw3d authored Dec 13, 2023
1 parent 868b3be commit d080b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/AnalyticsConsent/initializeMatomo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ window._paq.push(['setCookieDomain', '*.example.org'])
window._paq.push(['setDoNotTrack', true])
window._paq.push(['enableLinkTracking'])
window._paq.push(['setTrackerUrl', `${matomoDomain}matomo.php`])
window._paq.push(['setSiteId', '1'])
window._paq.push(['setSiteId', '3'])

window._paq.push([
'setCustomRequestProcessing',
Expand Down

0 comments on commit d080b6d

Please sign in to comment.