I’m using Snowplow JS tracker via Google Tag Manager.
I need a common unique ID for the page view (request_id?) to be shared by Snowplow and another data service that I need to match with.
I think the way would be to access the event_id of the page load event, and store it for use in a later GTM Tag. Can this be done?
I guess the alternative would be to create the event id externally, and pass it into the snowplow tracker. Is this possible?