TargetingExpansionConfig class
Settings that control the [optimized targeting](//support.google.com/displayvideo/answer/12060859) settings of the line item.
Constructors
- TargetingExpansionConfig({bool? excludeFirstPartyAudience, String? targetingExpansionLevel})
- TargetingExpansionConfig.fromJson(Map json_)
Properties
- excludeFirstPartyAudience ↔ bool?
-
Whether to exclude first-party audiences from use in targeting expansion.
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
- targetingExpansionLevel ↔ String?
-
Whether optimized targeting is turned on.
getter/setter pair
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