GoogleAdsSearchads360V23ResourcesConversion class

A conversion.

Constructors

GoogleAdsSearchads360V23ResourcesConversion({String? adId, String? advertiserConversionId, String? assetFieldType, String? assetId, String? attributionType, String? clickId, String? conversionDateTime, String? conversionLastModifiedDateTime, String? conversionQuantity, String? conversionRevenueMicros, String? conversionVisitDateTime, String? criterionId, String? floodlightOrderId, String? floodlightOriginalRevenue, String? id, String? merchantId, String? productChannel, String? productCountryCode, String? productId, String? productLanguageCode, String? productStoreId, String? resourceName, String? status, String? visitId})
GoogleAdsSearchads360V23ResourcesConversion.fromJson(Map json_)

Properties

adId String?
Ad ID.
getter/setter pair
advertiserConversionId String?
For offline conversions, this is an ID provided by advertisers.
getter/setter pair
assetFieldType String?
Asset field type of the conversion event.
getter/setter pair
assetId String?
ID of the asset which was interacted with during the conversion event.
getter/setter pair
attributionType String?
What the conversion is attributed to: Visit or Keyword+Ad.
getter/setter pair
clickId String?
A unique string, for the visit that the conversion is attributed to, that is passed to the landing page as the click id URL parameter.
getter/setter pair
conversionDateTime String?
The timestamp of the conversion event.
getter/setter pair
conversionLastModifiedDateTime String?
The timestamp of the last time the conversion was modified.
getter/setter pair
conversionQuantity String?
The quantity of items recorded by the conversion, as determined by the qty url parameter.
getter/setter pair
conversionRevenueMicros String?
The adjusted revenue in micros for the conversion event.
getter/setter pair
conversionVisitDateTime String?
The timestamp of the visit that the conversion is attributed to.
getter/setter pair
criterionId String?
Search Ads 360 criterion ID.
getter/setter pair
floodlightOrderId String?
The Floodlight order ID provided by the advertiser for the conversion.
getter/setter pair
floodlightOriginalRevenue String?
The original, unchanged revenue associated with the Floodlight event (in the currency of the current report), before Floodlight currency instruction modifications.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
The ID of the conversion
getter/setter pair
merchantId String?
The Search Ads 360 inventory account ID containing the product that was clicked on.
getter/setter pair
productChannel String?
The sales channel of the product that was clicked on: Online or Local.
getter/setter pair
productCountryCode String?
The country (ISO-3166-format) registered for the inventory feed that contains the product clicked on.
getter/setter pair
productId String?
The ID of the product clicked on.
getter/setter pair
productLanguageCode String?
The language (ISO-639-1) that has been set for the Merchant Center feed containing data about the product.
getter/setter pair
productStoreId String?
The store in the Local Inventory Ad that was clicked on.
getter/setter pair
resourceName String?
The resource name of the conversion.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
The status of the conversion, either ENABLED or REMOVED..
getter/setter pair
visitId String?
The Search Ads 360 visit ID that the conversion is attributed to.
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