We have leads that are not capturing the cookie value. Is this a normal thing? If so, what are some examples of situations when this would happen?
Thank you!
Solved! Go to Solution.
I'd be looking for bugs in the code that writes the cookie in the first place.
For example, homegrown code may have a race condition so that on pages with Marketo forms, the cookie may be written either before or after the form is rendered, giving very different results. If your code doesn't understand the Forms 2.0 event model this can easily happen.