firstAndThirdPartyAudiences property

List<FirstAndThirdPartyAudience>? firstAndThirdPartyAudiences
getter/setter pair

The list of first and third party audiences.

Audience size properties will not be included. This list will be absent if empty.

Implementation

core.List<FirstAndThirdPartyAudience>? firstAndThirdPartyAudiences;