GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink class
A link between a GA4 property and a Display & Video 360 advertiser.
Constructors
- GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink({bool? adsPersonalizationEnabled, String? advertiserDisplayName, String? advertiserId, bool? campaignDataSharingEnabled, bool? costDataSharingEnabled, String? name})
 - GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink.fromJson(Map _json)
 
Properties
- adsPersonalizationEnabled ↔ bool?
 - 
  Enables personalized advertising features with this integration.
  getter/setter pair
 - advertiserDisplayName ↔ String?
 - 
  The display name of the Display & Video 360 Advertiser.
  getter/setter pair
 - advertiserId ↔ String?
 - 
  The Display & Video 360 Advertiser's advertiser ID.
  getter/setter pair
 - campaignDataSharingEnabled ↔ bool?
 - 
  Enables the import of campaign data from Display & Video 360 into the GA4
property.
  getter/setter pair
 - costDataSharingEnabled ↔ bool?
 - 
  Enables the import of cost data from Display & Video 360 into the GA4
property.
  getter/setter pair
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - name ↔ String?
 - 
  The resource name for this DisplayVideo360AdvertiserLink resource.
  getter/setter pair
 - 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