$CmHybridConfig class

Used by:

  • displayvideo:v2 : CmHybridConfig
  • displayvideo:v3 : CmHybridConfig

Constructors

$CmHybridConfig({String? cmAccountId, List<String>? cmAdvertiserIds, String? cmFloodlightConfigId, bool? cmFloodlightLinkingAuthorized, List<String>? cmSyncableSiteIds, bool? dv360ToCmCostReportingEnabled, bool? dv360ToCmDataSharingEnabled})
$CmHybridConfig.fromJson(Map json_)

Properties

cmAccountId String?
Account ID of the CM360 Floodlight configuration linked with the DV360 advertiser.
getter/setter pair
cmAdvertiserIds List<String>?
The set of CM360 Advertiser IDs sharing the CM360 Floodlight configuration.
getter/setter pair
cmFloodlightConfigId String?
ID of the CM360 Floodlight configuration linked with the DV360 advertiser.
getter/setter pair
cmFloodlightLinkingAuthorized bool?
By setting this field to true, you, on behalf of your company, authorize the sharing of information from the given Floodlight configuration to this Display & Video 360 advertiser.
getter/setter pair
cmSyncableSiteIds List<String>?
A list of CM360 sites whose placements will be synced to DV360 as creatives.
getter/setter pair
dv360ToCmCostReportingEnabled bool?
Whether or not to report DV360 cost to CM360.
getter/setter pair
dv360ToCmDataSharingEnabled bool?
Whether or not to include DV360 data in CM360 data transfer reports.
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