GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal class
A proposal for a link between a GA4 property and a Display & Video 360 advertiser.
A proposal is converted to a DisplayVideo360AdvertiserLink once approved. Google Analytics admins approve inbound proposals while Display & Video 360 admins approve outbound proposals.
Constructors
- GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal({bool? adsPersonalizationEnabled, String? advertiserDisplayName, String? advertiserId, bool? campaignDataSharingEnabled, bool? costDataSharingEnabled, GoogleAnalyticsAdminV1alphaLinkProposalStatusDetails? linkProposalStatusDetails, String? name, String? validationEmail})
- GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal.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 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.
getter/setter pair
- costDataSharingEnabled ↔ bool?
-
Enables the import of cost data from Display & Video 360.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- linkProposalStatusDetails ↔ GoogleAnalyticsAdminV1alphaLinkProposalStatusDetails?
-
The status information for this link proposal.
getter/setter pair
- name ↔ String?
-
The resource name for this DisplayVideo360AdvertiserLinkProposal resource.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- validationEmail ↔ String?
-
Input only.
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