firstAndThirdPartyAudienceType property

String? firstAndThirdPartyAudienceType
getter/setter pair

Whether the audience is a first or third party audience. Possible string values are:

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

Implementation

core.String? firstAndThirdPartyAudienceType;