Request attributes for audience export
If you plan to use a Sitecore CDP connection to send the output of the audience export to third-party systems, we recommend you use the following standard audience export notification attributes when creating the connection:
{
"apiUrl": "${apiUrl}",
"audienceExportName": "${name}",
"clientKey": "${clientKey}",
"definitionType": "${definitionType}",
"executionRef": "${executionRef}",
"executionType": "${executionType}",
"friendlyId": "${friendlyId}",
"segmentName": "${segmentName}",
"status": "${status}"
}
Attribute |
Type |
Description |
---|---|---|
|
string |
The output URL for the audience export job. |
|
string |
The name of the audience export. |
|
string |
Your organization's unique and public identifier. |
|
string enum (uppercase) |
Whether the audience export is a full or a delta export. |
|
string (UUID) |
The reference of the audience export job. |
|
string enum (uppercase) |
Whether the audience export runs instantly or on a schedule. |
|
string |
The unique ID of the audience export. Only lowercase alphanumeric characters and underscores are allowed. |
|
string |
The name of the segment selected for the audience export. |
|
string enum (uppercase) |
The status of the audience export job. |