change event constant to match gtm trigger

This commit is contained in:
CarlNation 2022-07-12 15:22:24 -04:00
parent c5426c5e04
commit f6ca73d2c0

View file

@ -5,7 +5,7 @@ const analyticsPageEvents = {
// GA Constants
const GaEvents = {
GENERIC_EVENT: 'ga_Event',
GENERIC_EVENT: 'event',
PAGE_VIEW_EVENT : 'logPageview'
};