SOLVED

What are some examples for when a Cookie Value will be empty when a lead fills out a form?

Go to solution
Danielle_Wong
Level 8 - Community Advisor

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!

Tags (1)
1 ACCEPTED SOLUTION
SanfordWhiteman
Level 10 - Community Moderator

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.

View solution in original post

17 REPLIES 17