Skip to content

Commit d9bf1ea

Browse files
authored
Merge pull request #6342 from ethereum/matomodesktop
change tracker desktop
2 parents 8c9cbc0 + 82b545e commit d9bf1ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/remixdesktop/src/utils/matamo.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export function trackEvent(category: string, action: string, name: string, value
1818
console.log('trackEvent', category, action, name, value, ua, new_visit);
1919

2020
const params = new URLSearchParams({
21-
idsite: '35',
21+
idsite: '4',
2222
rec: '1',
2323
new_visit: new_visit ? new_visit.toString() : '0',
2424
e_c: category,
@@ -36,7 +36,7 @@ export function trackEvent(category: string, action: string, name: string, value
3636

3737
//console.log('Matomo tracking params:', params.toString());
3838

39-
fetch(`https://ethereumfoundation.matomo.cloud/matomo.php?${params.toString()}`, {
39+
fetch(`https://matomo.remix.live/matomo/matomo.php?${params.toString()}`, {
4040
method: 'GET'
4141
}).then(async res => {
4242
if (res.ok) {

0 commit comments

Comments
 (0)