For Workers & Pages, what is the name of the domain?
.com
What is the issue or error you’re encountering
I’m trying to send an event (User Properties) to amplitude using zaraz, but it’s not working
What steps have you taken to resolve the issue?
I’m trying to send an event (User Properties) to amplitude using zaraz, but it’s not working. Previously in used the format amplitude.setUserProperties() . However, I have not found such a method in zaraz. Is there any way to send User Porperties using zaraz?
Thanks!
What are the steps to reproduce the issue?
zaraz.track(formattedEventName, {
‘user_id’: 213123,
‘device_id’: ‘21387123810_test’,
‘device_type’: ‘Windows’,
…
});