Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Salesforce Marketing Cloud is a leading provider of Digital Marketing automation and analytics. It is used to create and manage marketing campaigns. Users can use the platform and the marketing APIs to create mailing lists, send emails, etc. This plugin would allow users to retrieve data from their Salesforce Marketing Cloud instance on objects such as accounts, activities, campaigns etc.

...

  • User would like to specify a Salesforce Marketing Cloud object so that she can get the entire dataset, perform intermediate transformations and load it in data warehouse for reporting and analytics purposes.

  • User would like to retrieve SFMC data for a list of objects to perform an extract and load pattern, so that all the needed objects are available in the sink for complex analytical queries.
  • User would like retrieve SFMC data so she can connect this data with other data sources to get full understanding of organization's digital marketing initiatives.
  • User would like like to get SFMC data for a specific object so that it can be transformed and used for specific types of reports such as campaign monitoring, user access and security etc.

Plugin Type

  •  Batch Source
  •  Batch Sink 
  •  Real-time Source
  •  Real-time Sink
  •  Action
  •  Post-Run Action
  •  Aggregate
  •  Join
  •  Spark Model
  •  Spark Compute

...


Text Box
SectionUser Configuration LabelDescriptionDefaultUser Widget
Notes
Authentication

Client IDOAuth client ID for authentication
Text Box
Client SecretOAuth client ID for authentication
Password
Basic



Data retrieval modeSelect Multi-object to retrieve data on multiple objects; Select Single-object for extracting and transforming data for a specific object
Drop-down
ObjectSalesforce Marketing Cloud object name - ex: Campaign, Account, Emaiil etc.
Drop-downEnabled only when data retrieval mode is set to Single-object
Objects listList of Salesforce Marketing Cloud objects to retrieve
Text BoxEnabled only when data retrieval mode is set to Multi-object
AdvancedMaximum bytes per batchIf size of batch data is larger than given number of bytes, split the batch.Text BoxMaximum records per batchIf there are more than given number of records, split the batch.


Error handling

Possible values:

"Skip on error" - ignores any reports about records not inserted. Simply prints an error log.


"Stop on error" - fails pipeline is any of records were failed on insertion

Skip on errorSelect

Design / Implementation Tips

...