correct GA event logging in dev
This commit is contained in:
parent
4edc2a9e86
commit
4072d929b8
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ const analyticsPageEvents = {
|
||||||
|
|
||||||
// GA Constants
|
// GA Constants
|
||||||
const GaEvents = {
|
const GaEvents = {
|
||||||
GENERIC_EVENT: 'ga_Event',
|
GENERIC_EVENT: 'event',
|
||||||
PAGE_VIEW_EVENT : 'logPageview'
|
PAGE_VIEW_EVENT : 'logPageview'
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue