We recently activated reCaptcha into our Marketo instance. I noticed that the three values it captures are actually recorded as constraints. I was wondering if there was an easy way to write those values to fields within Marketo.
I have created a Smart Campaign to trigger off a form filled out and for example the Captcha Provider is not blank. How can I transfer that value to the field since I cannot write it.
Do you mean the reCAPTCHA score and other Google-originated values?
Yes, basically the three fields that are captured from the reCaptcha.
The only way you could do this is by calling a webhook to in turn use the Marketo REST API to grab the form submission details.
The simple man's solution might be to set up a few trigger Smart Campaigns and manually write "FAILED", "ERROR" and so on into lead fields with Change Data Value Flow Steps:
So here is an interesting tidbit. This was my original plan, so I created three fields in Marketo for the values:
Somehow Marketo starting populating these fields with the values without me creating any sort of trigger. Is this a hidden feature?