Salesforce Data 360 Connector > Mapping and mapping tasks with Salesforce Data 360 Connector > Salesforce Data 360 targets in mappings
  

Salesforce Data 360 targets in mappings

To write data to Salesforce Data 360, configure a Salesforce Data 360 object as a target in a mapping or mapping in advanced mode.
The following table describes the target properties that you can configure for a Salesforce Data 360 target
Property
Description
Connection
Name of the Salesforce Data 360 source connection.
You can select an existing connection or create a new connection. You can also click New Parameter to define a parameter for the target connection.
Target Type
Type of the target object.
Select one of the following options:
  • - Single Object
  • - Parameter
Object
Name of the Salesforce data lake object based on the selected target type.
Select the target object for a single target.
Operation
Type of the target operation.
Select from one of the following operations:
  • - Upsert
  • - Delete
The following table describes the Salesforce Data 360 advanced target properties:
Property
Description
Ingestion Mode
The ingestion mode to load data into Salesforce Data 360.
Select one of the following modes based on the data volume, processing speed, and near real-time requirements:
  • - Streaming API. Select to process near-real-time micro-batch datasets.
  • - Bulk API. Select to load large datasets.
  • Before you use the Bulk API ingestion mode, you need to enable a property for the Secure Agent. For more information, see Enabling Bulk API ingestion mode.
Ingestion API Connector Name
The name of the Ingestion API connector used for data ingestion into Salesforce Data 360. This API specifies the structure and format of the payload data to ensure compatibility and efficient processing.
For example, in the URL, https://{instance_url}/api/v1/ingest/sources/EmpOrder/Order, the ingestion API connector name is EmpOrder.
Object Name
Name of the Salesforce data lake object where you want to load the data.
For example, in the URL, https://{instance_url}/api/v1/ingest/sources/EmpOrder/Order, the object name is Order.
Note: When you configure an incorrect object name, the Salesforce Data 360 streaming API returns a success response, but you cannot read the data. This is a Salesforce Data 360 limitation.