GoogleAdsSearchads360V23CommonUserAttribute class

User attribute, can only be used with CUSTOMER_MATCH_WITH_ATTRIBUTES job type.

Constructors

GoogleAdsSearchads360V23CommonUserAttribute({String? acquisitionDateTime, int? averagePurchaseCount, String? averagePurchaseValueMicros, List<GoogleAdsSearchads360V23CommonEventAttribute>? eventAttribute, String? firstPurchaseDateTime, String? lastPurchaseDateTime, String? lifecycleStage, int? lifetimeValueBucket, String? lifetimeValueMicros, GoogleAdsSearchads360V23CommonShoppingLoyalty? shoppingLoyalty})
GoogleAdsSearchads360V23CommonUserAttribute.fromJson(Map json_)

Properties

acquisitionDateTime String?
Timestamp when the user was acquired.
getter/setter pair
averagePurchaseCount int?
Advertiser defined average number of purchases that are made by the user in a 30 day period.
getter/setter pair
averagePurchaseValueMicros String?
Advertiser defined average purchase value in micros for the user.
getter/setter pair
eventAttribute List<GoogleAdsSearchads360V23CommonEventAttribute>?
Advertiser defined events and their attributes.
getter/setter pair
firstPurchaseDateTime String?
Timestamp of the first purchase made by the user.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lastPurchaseDateTime String?
Timestamp of the last purchase made by the user.
getter/setter pair
lifecycleStage String?
Advertiser defined lifecycle stage for the user.
getter/setter pair
lifetimeValueBucket int?
Advertiser defined lifetime value bucket for the user.
getter/setter pair
lifetimeValueMicros String?
Advertiser defined lifetime value for the user.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shoppingLoyalty GoogleAdsSearchads360V23CommonShoppingLoyalty?
The shopping loyalty related data.
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