$AdvertiserCreativeConfig class
Used by:
- displayvideo:v1 : AdvertiserCreativeConfig
- displayvideo:v2 : AdvertiserCreativeConfig
- displayvideo:v3 : AdvertiserCreativeConfig
Constructors
- $AdvertiserCreativeConfig.new({bool? dynamicCreativeEnabled, String? iasClientId, bool? obaComplianceDisabled, bool? videoCreativeDataSharingAuthorized})
- $AdvertiserCreativeConfig.fromJson(Map json_)
Properties
- dynamicCreativeEnabled ↔ bool?
-
Whether or not the advertiser is enabled for dynamic creatives.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- iasClientId ↔ String?
-
An ID for configuring campaign monitoring provided by Integral Ad Service
(IAS).
getter/setter pair
- obaComplianceDisabled ↔ bool?
-
Whether or not to use DV360's Online Behavioral Advertising (OBA)
compliance.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- videoCreativeDataSharingAuthorized ↔ bool?
-
By setting this field to
true
, you, on behalf of your company, authorize Google to use video creatives associated with this Display & Video 360 advertiser to provide reporting and features related to the advertiser's television campaigns.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