View Source GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_Visit (google_api_search_ads360 v0.8.0)
A visit.
Attributes
-
adId
(type:String.t
, default:nil
) - Output only. Ad ID. A value of 0 indicates that the ad is unattributed. -
assetFieldType
(type:String.t
, default:nil
) - Output only. Asset field type of the visit event. -
assetId
(type:String.t
, default:nil
) - Output only. ID of the asset which was interacted with during the visit event. -
clickId
(type:String.t
, default:nil
) - Output only. A unique string for each visit that is passed to the landing page as the click id URL parameter. -
criterionId
(type:String.t
, default:nil
) - Output only. Search Ads 360 keyword ID. A value of 0 indicates that the keyword is unattributed. -
id
(type:String.t
, default:nil
) - Output only. The ID of the visit. -
merchantId
(type:String.t
, default:nil
) - Output only. The Search Ads 360 inventory account ID containing the product that was clicked on. Search Ads 360 generates this ID when you link an inventory account in Search Ads 360. -
productChannel
(type:String.t
, default:nil
) - Output only. The sales channel of the product that was clicked on: Online or Local. -
productCountryCode
(type:String.t
, default:nil
) - Output only. The country (ISO-3166 format) registered for the inventory feed that contains the product clicked on. -
productId
(type:String.t
, default:nil
) - Output only. The ID of the product clicked on. -
productLanguageCode
(type:String.t
, default:nil
) - Output only. The language (ISO-639-1) that has been set for the Merchant Center feed containing data about the product. -
productStoreId
(type:String.t
, default:nil
) - Output only. The store in the Local Inventory Ad that was clicked on. This should match the store IDs used in your local products feed. -
resourceName
(type:String.t
, default:nil
) - Output only. The resource name of the visit. Visit resource names have the form:customers/{customer_id}/visits/{ad_group_id}~{criterion_id}~{ds_visit_id}
-
visitDateTime
(type:String.t
, default:nil
) - Output only. The timestamp of the visit event. The timestamp is in the customer's time zone and in "yyyy-MM-dd HH:mm:ss" format.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_Visit{ adId: String.t() | nil, assetFieldType: String.t() | nil, assetId: String.t() | nil, clickId: String.t() | nil, criterionId: String.t() | nil, id: String.t() | nil, merchantId: String.t() | nil, productChannel: String.t() | nil, productCountryCode: String.t() | nil, productId: String.t() | nil, productLanguageCode: String.t() | nil, productStoreId: String.t() | nil, resourceName: String.t() | nil, visitDateTime: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.