This article describes how to set up the Salesforce DMP connector.
In this article:
Connector Actions
Action Name |
AudienceStream |
EventStream |
Track User Attributes |
✓ |
✓ |
Add User to Streaming Segment |
✓ |
✓ |
Remove User from Streaming Segment |
✓ |
✓ |
Configure Settings
Go to the Connector Marketplace and add a new connector. Read the Connector Overview article for general instructions on how to add a connector.
After adding the connector, configure the following settings:
Action Settings - Parameters and Options
Click Next or go to the Actions tab. This is where you configure connector actions.
This section describes how to set up parameters and options for each action.
Action - Track User Attributes
Parameters
Parameter |
Description |
Endpoint URL |
|
Krux Publisher uuid |
- Contact Salesforce DMP Representative to get the publisher
uuid .
- Reference the following API documentation for more info.
|
Krux Domain ID |
- Please contact Salesforce DMP Representative to get this value.
- Reference the following API documentation for more info.
|
Krux Site ID |
- Please contact Salesforce DMP Representative to get this value.
- Reference the following API documentation for more info.
|
Krux User ID |
|
User Attribute |
- All the user attribute data that needs to be sent should be prefixed with
_kua_ prefix. Example: _kua_{user_attribute_name}
- NOTE: If you wish to pass more than one attribute value to a single attribute in the pixel call, make sure the values are comma-separated when passing them.
|
Action - Add User to Streaming Segment
Parameters
Parameter |
Description |
Endpoint URL |
|
Segments |
|
Krux Publisher uuid |
- Please contact Salesforce DMP Representative to get the publisher
uuid .
- Reference the following API documentation for more info.
|
Krux User ID |
- Unique User Id to track the user (
_kuid ). For iOS, this should be the unique Advertiser Id (and not the device id).
- Either fpuid or _kuid may be provided. If
_fpuid is provided, users will be matched based on user match lookup. Otherwise, kuid will be used and doesn't require lookup.
- Reference the following article to learn how to retrieve the User ID
|
Krux Single First Party uid |
- SINGLE first party uid (fpuid).
- Either fpuid or _kuid may be provided. If _fpuid is provided, users will be matched based on user match lookup. Otherwise, kuid will be used and doesn't require lookup.
- Reference the following article to learn how to retrieve the User ID
- Reference the following for more info
|
Action - Remove User from Streaming Segment
Parameters
Parameter |
Description |
Endpoint URL |
|
Segments |
|
Krux Publisher uuid |
- Please contact Salesforce DMP Representative to get the publisher uuid.
- Reference the following API documentation for more info.
|
Krux User ID |
- Unique User Id to track the user (
_kuid ). For iOS, this should be the unique Advertiser Id (and not the device id).
- Either
fpuid or _kuid may be provided. If _fpuid is provided, users will be matched based on user match lookup. Otherwise, kuid will be used and doesn't require lookup.
- Reference the following article to learn how to retrieve the User ID.
|
Krux Single First Party uid |
- SINGLE first-party
uid ( fpuid ).
- Either
fpuid or _kuid may be provided. If _fpuid is provided, users will be matched based on user match lookup. Otherwise, kuid will be used and doesn't require lookup.
- Reference the following article to learn how to retrieve the User ID.
- Reference the following for more info.
|