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:
|
Object | Name of the target object. You can select an existing object or create a new target at run time. To write data to an existing object, select an object from the Ingestion API connectors. |
Operation | Type of the target operation. Select from one of the following operations:
Note: In Salesforce Data 360, the insert operation performs the same function as the upsert operation. |
Property | Description |
|---|---|
Ingestion Mode | The ingestion mode to write data into Salesforce Data 360. Select one of the following modes based on the data volume, processing speed, and near real-time requirements:
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 | Required when you don't choose an object from Ingestion API connectors. 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 | Required when you don't choose an object from Ingestion API connectors. Name of the Salesforce data lake object where you want to write 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. |
Property | Description |
|---|---|
Object Name | The name of the target object. |
Data Space | The name of the data space to organize your data. If left empty, the default data space of your organization is considered. |
Primary Key | The primary key or unique identifier of your source object that is required to create a data stream in Salesforce Data 360. If the source object does not have a primary key, specify a field that uniquely identifies each record. |
Category | The type of data used in the data stream. You can define the following types of data:
|
Record Modified Field | This field applies to Profile and Other categories. The name of the field that captures the date or timestamp when the record was last modified. serves as a reference point for when the incoming record was last modified. |
Event Time Field | This field is required if you select the Engagement category. The name of the field that captures when an event occurred. |
Path | Required. The folder path of the target object. Specify the path in the following format: /Ingestion API Connectors/<name of the ingestion API connector> |