GoogleAdsSearchads360V23CommonStoreSalesThirdPartyMetadata class
Metadata for a third party Store Sales.
This product is only for customers on the allow-list. Contact your Google business development representative for details on the upload configuration.
Constructors
- GoogleAdsSearchads360V23CommonStoreSalesThirdPartyMetadata({String? advertiserUploadDateTime, String? bridgeMapVersionId, String? partnerId, double? partnerMatchFraction, double? partnerUploadFraction, double? validTransactionFraction})
- GoogleAdsSearchads360V23CommonStoreSalesThirdPartyMetadata.fromJson(Map json_)
Properties
- advertiserUploadDateTime ↔ String?
-
Time the advertiser uploaded the data to the partner.
getter/setter pair
- bridgeMapVersionId ↔ String?
-
Version of partner IDs to be used for uploads.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- partnerId ↔ String?
-
ID of the third party partner updating the transaction feed.
getter/setter pair
- partnerMatchFraction ↔ double?
-
The fraction of valid transactions that are matched to a third party
assigned user ID on the partner side.
getter/setter pair
- partnerUploadFraction ↔ double?
-
The fraction of valid transactions that are uploaded by the partner to
Google.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- validTransactionFraction ↔ double?
-
The fraction of transactions that are valid.
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