Using the new GA4 the Event Name received in GA is "event" and not the name set in Zaraz
Closed this issue · 0 comments
Beethoven commented
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?