Skip to content

Latest commit

 

History

History
22 lines (10 loc) · 891 Bytes

CustomerProfileAudienceRequestItem.md

File metadata and controls

22 lines (10 loc) · 891 Bytes

TalonOne.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 Number The ID of the audience. You get it via the `id` property when creating an audience.

Enum: ActionEnum

  • add (value: "add")

  • delete (value: "delete")