Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi Team, On website forms, we have added background form submission code to submit data to Marketo. once someone fills the forms also we are tracking utm parameters, same time we want to send notification to internal team with forms fills data also tracking UTM parameters. User fills data and UTM pa...
Hi Team,We have created Landing page on Marketo and added embed code for form. before submitting the forms we want to add third party tracking code like we have CTA named "Download" on forms on-click or on forms submission we want to executive that code how we can achieve it.For Ex. onclick download...
@SanfordWhiteman thanks 🙂 Can you please help us for few issues as follows1) We have created Landing page on Marketo and added embed code for forms. before submitting the forms we want to add third party tracking code like we have CTA named "Download" on forms onclick or on forms submission we want...
Hi @SanfordWhiteman thanks for the reply. Using post method of java script API 2.0 works fine. but I when same thing we try to achieve using CURL code is as follows.$curlURL = "https://xxxx.marketo.com/leadCapture/save"; // replace with our domain name on marketo$fields = array('formid'=>1001, 'for...
@SanfordWhiteman thanks for the reply.We want to achieve the following functionalityhttps://www.zycus.com/knowledge-hub/whitepapers/designing-an-ap-shared-service-center-for-cost-control-and-compliance.htmllike we have added custom form after data filled we have push data in to PARDOT using ajax + ...
@SanfordWhiteman thanks for the quick reply. We want to push the data using website custom form to marketo specific form using php. We tried to figure out how to do that. (Store method might be curl , soap or rest api ) previously we do it using curl in PARDOT and I am new to marketo so stuck on t...
hI @Jay_Jiang : Where I will find this curl_init URL . how its generated?I just tried with replace my marketo instance name with "https://xxxx.marketo.com"but its not working its show me following error message{"error":true,"errorCode":400,"message":"Form error, no subscription ID"}Thanks in advance...