Hot fix #2480
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ const analytics: Analytics = {
|
||||||
// Initialize google analytics
|
// Initialize google analytics
|
||||||
// Set `debug: true` for debug info
|
// Set `debug: true` for debug info
|
||||||
// Will change once we have separate ids for desktop/web
|
// Will change once we have separate ids for desktop/web
|
||||||
const UA_ID = IS_WEB ? 'UA-60403362-12' : 'UA-60403362-12';
|
const UA_ID = IS_WEB ? 'UA-60403362-12' : 'UA-60403362-13';
|
||||||
|
|
||||||
ReactGA.initialize(UA_ID, {
|
ReactGA.initialize(UA_ID, {
|
||||||
gaOptions: { name: IS_WEB ? 'web' : 'desktop' },
|
gaOptions: { name: IS_WEB ? 'web' : 'desktop' },
|
||||||
|
|
Loading…
Reference in a new issue