We have Snowplow mini instance setup in our dev environment and I am trying to send some custom data through trackStructEvent window.snowplow(‘trackStructEvent’, ‘category’,‘action’,‘label’,‘jobId’,document.getElementById(‘exampleId’).value);
- I can see this event Request Payload and the values in ‘Network Tab’ in my Developer Tools but I don’t see the collector receiving the data. FYI the collector was able to receive the PageView event.
- Like PageView event I don’t see all of the data being captured in trackStructEvent.
Thanks in advance.