managed-components / google-analytics-4

Google Analytics 4 Managed Component
Other
19 stars 7 forks source link

Using the new GA4 the Event Name received in GA is "event" and not the name set in Zaraz #6

Closed Beethoven closed 2 years ago

Beethoven commented 2 years ago

It seems that the event name is set only if the EventType is ecommerce?

line 158, 159 0f requestBuilder.ts: const eventName = event.name || '' toolRequest.en = EVENTS[eventName] ? EVENTS[eventName] : eventName

In the old Zaraz GA4 it was working

Am I missing something?