My goal is to extract an identifier from a Marketo cookie and include it in Snowplow-tracked events on our website. I know very little about Javascript
Info on the Marketo cookie is here.
I’ve found two things in the snowplow docs:
What is the difference between these two approaches?
Naive JS question: do I have to make sure the Marketo JS script is above the Snowplow JS script to ensure that the Marketo cookie is defined before I try to extract the identifier?