Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

ConnectApi.CustomListAudienceCriteriaInput

Criteria for the custom list type of custom recommendation audience.

Subclass of ConnectApi.AudienceCriteriaInput.

Property Type Description Required or Optional Available Version
member​OperationType ConnectApi.​Recommendation​AudienceMember​OperationType The operation to carry out on the audience members. Values are:
  • Add—Adds specified members to the audience.
  • Remove—Removes specified members from the audience.
Required to update a recommendation audience

Don’t use or specify null to create a recommendation audience

36.0
members List<String> A collection of user IDs.

When updating an audience, you can include up to 100 members. An audience can have up to 100,000 members, and each Experience Cloud site can have up to 100 audiences.

Required to update a recommendation audience

Don’t use or specify null to create a recommendation audience

36.0