GoogleAdsSearchads360V23ResourcesVisit class

A visit.

Constructors

GoogleAdsSearchads360V23ResourcesVisit({String? adId, String? assetFieldType, String? assetId, String? clickId, String? criterionId, String? id, String? merchantId, String? productChannel, String? productCountryCode, String? productId, String? productLanguageCode, String? productStoreId, String? resourceName, String? visitDateTime})
GoogleAdsSearchads360V23ResourcesVisit.fromJson(Map json_)

Properties

adId String?
Ad ID.
getter/setter pair
assetFieldType String?
Asset field type of the visit event.
getter/setter pair
assetId String?
ID of the asset which was interacted with during the visit event.
getter/setter pair
clickId String?
A unique string for each visit that is passed to the landing page as the click id URL parameter.
getter/setter pair
criterionId String?
Search Ads 360 keyword ID.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
The ID of the visit.
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 visit.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
visitDateTime String?
The timestamp of the visit event.
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