Closed Beethoven closed 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?
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?