Valid Marketing-Cloud-Consultant Dumps shared by EduDump.com for Helping Passing Marketing-Cloud-Consultant Exam! EduDump.com now offer the newest Marketing-Cloud-Consultant exam dumps, the EduDump.com Marketing-Cloud-Consultant exam questions have been updated and answers have been corrected get the newest EduDump.com Marketing-Cloud-Consultant dumps with Test Engine here:
A customer's web developer team is creating a form that will leverage a Marketing Cloud REST API endpoint to upsert rows into a data extension. How should the consultant create an installed package in Marketing Cloud to facilitate this functionality?
Correct Answer: D
The installed package must include the proper OAuth Scopes (specifically Read and Write permissions) for Data Extensions. Without these permissions, the API cannot upsert (insert/update)data into DEs. Also, client ID and secret must be kept server-side for security reasons (thus eliminating C). - Exact Extract from Salesforce Documentation: Source: Salesforce Help - Installed Packages Permissions # "When creating an installed package for API integrations, you must ensure that the package has the appropriate scopes. To upsert rows into data extensions, grant both Read and Write permissions for Data Extensions." Source: Salesforce Developer Documentation - Security Best Practices # "Never expose client IDs and secrets in client-side code such as JavaScript. These credentials must be kept secure on server-side systems." -