QuestionQ29

Scripting and Automation

A developer must push real-time updates to the company’s product catalog in a data extension.

Which API option is available?

  • A Upload a file to the Enhanced SFTP for import
  • B Use the DataExtensionObject SOAP object
  • C Use the DataExtension SOAP object
Explanation

DataExtensionObject represents an individual row in a Salesforce Marketing Cloud data extension and supports create and update operations, making it suitable for real-time catalog record updates. DataExtension represents the data extension definition rather than its rows, and importing a file through Enhanced SFTP is a batch process.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!