Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 865 Bytes

File metadata and controls

23 lines (12 loc) · 865 Bytes

IntegrationCustomerProfileAudienceRequestItem

Properties

Name Type Description Notes
action ActionEnum Defines the action to perform: - `add`: Adds the customer profile to the audience. Note: If the customer profile does not exist, it will be created. The profile will not be visible in any Application until a session or profile update is received for that profile. - `delete`: Removes the customer profile from the audience.
profileIntegrationId String The ID of this customer profile in the third-party integration.
integrationId String The ID of this audience in the third-party integration.

Enum: ActionEnum

Name Value
ADD "add"
DELETE "delete"