TargetingExpansionConfig class

Settings that control the [optimized targeting](//support.google.com/displayvideo/answer/12060859) settings of the line item.

Constructors

TargetingExpansionConfig({String? audienceExpansionLevel, bool? audienceExpansionSeedListExcluded, bool? enableOptimizedTargeting})
TargetingExpansionConfig.fromJson(Map json_)

Properties

audienceExpansionLevel String?
Magnitude of expansion for eligible first-party user lists under this ad group.
getter/setter pair
audienceExpansionSeedListExcluded bool?
Whether to exclude seed list for audience expansion.
getter/setter pair
enableOptimizedTargeting bool?
Whether to enable Optimized Targeting for the line item.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited