From 5e771c21f949d7a3df580cb906a703efe224fe4c Mon Sep 17 00:00:00 2001 From: Rita Date: Fri, 23 Dec 2022 13:29:04 +0400 Subject: [PATCH] feat(in-227): matomo tag manager --- public/index.html | 23 ++++++++--------------- src/config/pages.tsx | 2 +- 2 files changed, 9 insertions(+), 16 deletions(-) diff --git a/public/index.html b/public/index.html index f2343432..884478e1 100644 --- a/public/index.html +++ b/public/index.html @@ -42,6 +42,14 @@ name="msapplication-config" content="%PUBLIC_URL%/clients/%REACT_APP_CLIENT%/favicon/browserconfig.xml" /> <% } %> + + + @@ -54,21 +62,6 @@ id="ze-snippet" src="https://static.zdassets.com/ekr/snippet.js?key=2f84e9fe-830c-42bf-afa4-32c90d7c5f7b" > - - - <% } %> diff --git a/src/config/pages.tsx b/src/config/pages.tsx index 276fe45c..340bcf5d 100644 --- a/src/config/pages.tsx +++ b/src/config/pages.tsx @@ -4,7 +4,7 @@ export const PAGES = { home: '/', mailings: '/useraccount/mailings', match: '/matches', - matomoInstatBaseUrl: 'https://matomo.instat.tv/', + matomoInstatBaseUrl: 'https://matomo.insports.tv/', player: '/players', team: '/teams', thanksForSubscribe: '/thanks-for-subscription',