Unbounce to Marketo integration | Community
Skip to main content
Jo_Pitts1
Community Manager
May 31, 2022
Question

Unbounce to Marketo integration

  • May 31, 2022
  • 1 reply
  • 1160 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

SanfordWhiteman
New Participant
May 31, 2022

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.