You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm unclear how to upsert to the push.json endpoint.
I've successfully pushed to Marketo, and associated the lead by email, but it fails to continue tracking events like page visits and link clicking once that happened. I assume the cookie value was sent incorrectly.
Every example that I see has the cookie being urlencoded()'d, and then sent as part of the URL. I'm trying to send it as part of the mktToken field in the input array of JSON objects.
I'm unclear how to upsert to the push.json endpoint.
I've successfully pushed to Marketo, and associated the lead by email, but it fails to continue tracking events like page visits and link clicking once that happened. I assume the cookie value was sent incorrectly.
Every example that I see has the cookie being
urlencoded()
'd, and then sent as part of the URL. I'm trying to send it as part of themktToken
field in theinput
array of JSON objects.Does this look right, or am I screwing this up?
Or should I not
urlencode
the cookie value?The text was updated successfully, but these errors were encountered: