Unbounce to Marketo integration

Jo_Pitts1
Level 10 - Community Advisor

Unbounce to Marketo integration

All,

I have been reading Todd Sprinkel's excellent guide to integrating Unbounce and Marketo 'properly'.

In there, he uses this method to save the lead data into Marketo

https://[your-pod-here].marketo.com/index.php/leadCapture/save

In the foot note he then goes on to say:

  1. Officially, Marketo no longer supports this method, and recommends that all implementations migrate to using the Forms 2.0 library to do a Marketo form submission in the background. Marketo began rejecting submissions using this endpoint starting May 7, 2021.

Is this a case of simply replacing Todd's code with something to find the form, and then do a:

form.submit();

 Cheers

Jo

1 REPLY 1
SanfordWhiteman
Level 10 - Community Moderator

Re: Unbounce to Marketo integration


Is this a case of simply replacing Todd's code with something to find the form, and then do a:
form.submit();

 Cheers

Jo


Yes, if you have the form values mapped correctly, you merely have to call submit() on the hidden form.