Valid Marketing-Cloud-Developer Dumps shared by ExamDiscuss.com for Helping Passing Marketing-Cloud-Developer Exam! ExamDiscuss.com now offer the newest Marketing-Cloud-Developer exam dumps, the ExamDiscuss.com Marketing-Cloud-Developer exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com Marketing-Cloud-Developer dumps with Test Engine here:
Certification Aid uses Marketing Cloud Connect and wants to create a lead capture form on a landing page. When a customer submits the form, a Lead record should be created in Salesforce. Which scripting language can be used for this? Choose 2.
Correct Answer: A,D
To create a lead capture form on a landing page and create a Lead record in Salesforce, you can use either AMPscript or SSJS. AMPscript can be used for interacting with Salesforce, and SSJS can handle form processing. Alternatively, SSJS can handle the entire process, including creating the Salesforce record. * AMPscript and SSJS Combination: You can use AMPscript to interact with Salesforce APIs to create * records and SSJS for form handling. * SSJS for Full Functionality: SSJS can handle both the form submission and the interaction with Salesforce to create Lead records.