includedFirstAndThirdPartyAudienceGroups property

List<FirstAndThirdPartyAudienceGroup>? includedFirstAndThirdPartyAudienceGroups
getter/setter pair

The first and third party audience ids and recencies of included first and third party audience groups.

Each first and third party audience group contains first and third party audience ids only. The relation between each first and third party audience group is INTERSECTION, and the result is UNION'ed with other audience groups. Repeated groups with same settings will be ignored.

Implementation

core.List<FirstAndThirdPartyAudienceGroup>?
    includedFirstAndThirdPartyAudienceGroups;