Hi there,
Can anyone help me how can i make Marketo APIs call on client side using jquery. I Tried to call API but " CORS " issues is showing.
Please help and suggest i this is possible.
Solved! Go to Solution.
It’s not possible... and you shouldn’t even think about revealing REST client credentials in the browser.
What are you trying to build that would use REST API calls in direct/unmediated response to end-user actions?
Is there is way to send data to GTM using marketo webhook.
Yes, the Measurement Protocol.
Note your idea of getting the Lead ID right after the form submit wouldn’t even work reliably, as the the ID isn’t guaranteed to be available in the session right away (in the very next pageview). On the server, it’s always reliable.
Thank you ,always appreciate your reply.
Our goal is to get the user marekto id once user submit the marketo form and send that user marketo id to GTM using datalayer.
Is there is way to send data to GTM using marketo webhook.
Thank You
Bimal 🙂
Is there is way to send data to GTM using marketo webhook.
Yes, the Measurement Protocol.
Note your idea of getting the Lead ID right after the form submit wouldn’t even work reliably, as the the ID isn’t guaranteed to be available in the session right away (in the very next pageview). On the server, it’s always reliable.