$AdvertiserCreativeConfig class Null safety
Used by:
- displayvideo:v1 : AdvertiserCreativeConfig
- displayvideo:v2 : AdvertiserCreativeConfig
Constructors
- $AdvertiserCreativeConfig({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.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- iasClientId ↔ String?
-
An ID for configuring campaign monitoring provided by Integral Ad Service
(IAS).
read / write
- obaComplianceDisabled ↔ bool?
-
Whether or not to use DV360's Online Behavioral Advertising (OBA)
compliance.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- 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.read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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