GoogleAnalyticsAdminV1alphaGoogleAdsLink class
A link between a GA4 property and a Google Ads account.
Constructors
- GoogleAnalyticsAdminV1alphaGoogleAdsLink({bool? adsPersonalizationEnabled, bool? canManageClients, String? createTime, String? creatorEmailAddress, String? customerId, String? name, String? updateTime})
- GoogleAnalyticsAdminV1alphaGoogleAdsLink.fromJson(Map _json)
Properties
- adsPersonalizationEnabled ↔ bool?
-
Enable personalized advertising features with this integration.
getter/setter pair
- canManageClients ↔ bool?
-
If true, this link is for a Google Ads manager account.
getter/setter pair
- createTime ↔ String?
-
Time when this link was originally created.
getter/setter pair
- creatorEmailAddress ↔ String?
-
Email address of the user that created the link.
getter/setter pair
- customerId ↔ String?
-
Google Ads customer ID.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
Format: properties/{propertyId}/googleAdsLinks/{googleAdsLinkId} Note:
googleAdsLinkId is not the Google Ads customer ID.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updateTime ↔ String?
-
Time when this link was last updated.
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