firstPartyAndPartnerAudienceType property

String? firstPartyAndPartnerAudienceType
getter/setter pair

Whether the audience is a first party and partner audience.

Output only. Possible string values are:

  • "FIRST_PARTY_AND_PARTNER_AUDIENCE_TYPE_UNSPECIFIED" : Default value when type is not specified or is unknown.
  • "TYPE_FIRST_PARTY" : Audience that is created via usage of client data.
  • "TYPE_PARTNER" : Audience that is provided by Third Party data providers.

Implementation

core.String? firstPartyAndPartnerAudienceType;