Skip to content

Files

Latest commit

Jan 16, 2025
ad2b0c8 · Jan 16, 2025

History

History
11 lines (8 loc) · 971 Bytes

CustomerProfileAudienceRequestItem.md

File metadata and controls

11 lines (8 loc) · 971 Bytes

TalonOne.Model.CustomerProfileAudienceRequestItem

Properties

Name Type Description Notes
Action string 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.
AudienceId int The ID of the audience. You get it via the `id` property when creating an audience.

[Back to Model list] [Back to API list] [Back to README]