enable desktop ga

This commit is contained in:
Sean Yesmunt 2019-05-14 15:24:59 -04:00
parent b7a40938cf
commit 01bc69839c

View file

@ -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' },