Merge pull request #597 from Safelite/feature/gaEvent

change event constant to match gtm trigger
This commit is contained in:
CarlNation 2022-07-12 15:28:21 -04:00 committed by GitHub
commit 1c93c1dd1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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