GoogleAdsSearchads360V23CommonUserAttribute constructor
GoogleAdsSearchads360V23CommonUserAttribute({
- String? acquisitionDateTime,
- int? averagePurchaseCount,
- String? averagePurchaseValueMicros,
- List<
GoogleAdsSearchads360V23CommonEventAttribute> ? eventAttribute, - String? firstPurchaseDateTime,
- String? lastPurchaseDateTime,
- String? lifecycleStage,
- int? lifetimeValueBucket,
- String? lifetimeValueMicros,
- GoogleAdsSearchads360V23CommonShoppingLoyalty? shoppingLoyalty,
Implementation
GoogleAdsSearchads360V23CommonUserAttribute({
this.acquisitionDateTime,
this.averagePurchaseCount,
this.averagePurchaseValueMicros,
this.eventAttribute,
this.firstPurchaseDateTime,
this.lastPurchaseDateTime,
this.lifecycleStage,
this.lifetimeValueBucket,
this.lifetimeValueMicros,
this.shoppingLoyalty,
});