$AdvertiserCreativeConfig class

Used by:

  • displayvideo:v2 : AdvertiserCreativeConfig
  • displayvideo:v3 : 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.
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 disable Google's About this Ad feature that adds badging (to identify the content as an ad) and transparency information (on interaction with About this Ad) to your ads for Online Behavioral Advertising (OBA) and regulatory requirements.
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