Connectors and Connections > Data Ingestion and Replication connection properties > Salesforce Data 360 connection properties
  

Salesforce Data 360 connection properties

Create a Salesforce Data 360 connection to load data to Salesforce Data 360.

Connect to Salesforce Data 360

Let's configure the Salesforce Data 360 connection properties to connect to Salesforce Data 360.

Before you begin

Before you get started, make sure to complete certain prerequisites.

Connection details

The following table describes the basic connection properties:
Property
Description
Connection Name
Name of the connection.
Each connection name must be unique within the organization. Connection names can contain alphanumeric characters, spaces, and the following special characters: _ . + -,
Maximum length is 255 characters.
Description
Description of the connection. Maximum length is 4000 characters.
Use Secret Vault
This property appears only if secrets manager is set up for your organization. However, this property doesn't apply to a Salesforce Data 360 connection.
Runtime Environment
The name of the runtime environment where you want to run tasks.
Select a Secure Agent, Hosted Agent, or elastic runtime environment.
You cannot run an ingestion and replication task on a Hosted Agent or in a serverless runtime environment.
Authentication Type
The authentication method to connect to Salesforce Data 360.
Default is OAuth 2.0 client credentials.
Access Token URL
The endpoint where OAuth 2.0 requests are sent to obtain an access token to connect to the Salesforce Data 360 instance.
Specify the URL in the following format:
https://<Salesforce Data 360 organization ID>.salesforce.com/services/oauth2/token
Client ID
Client ID of your application to connect to Salesforce Data 360.
Client Secret
The client secret associated with the client ID.
Access Token
The access token value.
Click Generate Access Token to populate the access token value.

Advanced settings

The following table describes the advanced connection properties:
Property
Description
Retry Count
The total number of retries to get the response from the Salesforce Data 360 endpoint based on the HTTP status codes.
Enter a positive integer.
Default is 3.
Retry Interval
The wait time in milliseconds before the Salesforce Data 360 connection makes another attempt to receive a response.
Enter a positive integer.
Default is 5000 milliseconds.
Additional Properties
Additional properties that you can configure in the Salesforce Data 360 connection, such as specifying a custom data space, defining properties for connections and data streams.
You can specify multiple properties, separated by an ampersand and colon (&:), in the following format:
<key1>=<value>&:<key2>=<value>&:<key3>=<value>
For example, you can specify a custom data space when you choose query as your source object:
customQueryDataSpace=My_Dataspace
For the list of properties that you can configure, see Configure additional properties.

Configure additional properties

You can use the additional properties field in the advanced settings to customize and set any additional properties in a Salesforce Data 360 connection.
Specify a custom data space.
Configure status codes and timeout properties.
Configure data stream ingestion properties.
Configure data stream active time properties.
For example, okhttp.retryStatusCodes=429,500,502,503,504&:okhttp.connectTimeout=30&:dataStreamActiveMaxWaitTimeSeconds=60&:dataStreamActiveInitialPollIntervalSeconds=1