enable desktop ga
This commit is contained in:
parent
b7a40938cf
commit
01bc69839c
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ const analytics: Analytics = {
|
|||
// Initialize google analytics
|
||||
// Set `debug: true` for debug info
|
||||
// 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, {
|
||||
gaOptions: { name: IS_WEB ? 'web' : 'desktop' },
|
||||
|
|
Loading…
Reference in a new issue