excludeFirstPartyAudience property

  1. @Deprecated('Not supported. Member documentation may have more information.')
bool? excludeFirstPartyAudience
getter/setter pair

Whether to exclude first-party audiences from use in targeting expansion.

This field was deprecated with the launch of [optimized targeting](//support.google.com/displayvideo/answer/12060859). This field will be set to false. If this field is set to true when deprecated, all positive first-party audience targeting assigned to this line item will be replaced with negative targeting of the same first-party audiences to ensure the continued exclusion of those audiences.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.bool? excludeFirstPartyAudience;