Class GoogleAdsSearchads360V0ResourcesVisit
A visit.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v0.Data
Assembly: Google.Apis.SA360.v0.dll
Syntax
public class GoogleAdsSearchads360V0ResourcesVisit : IDirectResponseSchema
Properties
AdId
Output only. Ad ID. A value of 0 indicates that the ad is unattributed.
Declaration
[JsonProperty("adId")]
public virtual long? AdId { get; set; }
Property Value
Type | Description |
---|---|
long? |
AssetFieldType
Output only. Asset field type of the visit event.
Declaration
[JsonProperty("assetFieldType")]
public virtual string AssetFieldType { get; set; }
Property Value
Type | Description |
---|---|
string |
AssetId
Output only. ID of the asset which was interacted with during the visit event.
Declaration
[JsonProperty("assetId")]
public virtual long? AssetId { get; set; }
Property Value
Type | Description |
---|---|
long? |
ClickId
Output only. A unique string for each visit that is passed to the landing page as the click id URL parameter.
Declaration
[JsonProperty("clickId")]
public virtual string ClickId { get; set; }
Property Value
Type | Description |
---|---|
string |
CriterionId
Output only. Search Ads 360 keyword ID. A value of 0 indicates that the keyword is unattributed.
Declaration
[JsonProperty("criterionId")]
public virtual long? CriterionId { get; set; }
Property Value
Type | Description |
---|---|
long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Output only. The ID of the visit.
Declaration
[JsonProperty("id")]
public virtual long? Id { get; set; }
Property Value
Type | Description |
---|---|
long? |
MerchantId
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.
Declaration
[JsonProperty("merchantId")]
public virtual long? MerchantId { get; set; }
Property Value
Type | Description |
---|---|
long? |
ProductChannel
Output only. The sales channel of the product that was clicked on: Online or Local.
Declaration
[JsonProperty("productChannel")]
public virtual string ProductChannel { get; set; }
Property Value
Type | Description |
---|---|
string |
ProductCountryCode
Output only. The country (ISO-3166 format) registered for the inventory feed that contains the product clicked on.
Declaration
[JsonProperty("productCountryCode")]
public virtual string ProductCountryCode { get; set; }
Property Value
Type | Description |
---|---|
string |
ProductId
Output only. The ID of the product clicked on.
Declaration
[JsonProperty("productId")]
public virtual string ProductId { get; set; }
Property Value
Type | Description |
---|---|
string |
ProductLanguageCode
Output only. The language (ISO-639-1) that has been set for the Merchant Center feed containing data about the product.
Declaration
[JsonProperty("productLanguageCode")]
public virtual string ProductLanguageCode { get; set; }
Property Value
Type | Description |
---|---|
string |
ProductStoreId
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.
Declaration
[JsonProperty("productStoreId")]
public virtual string ProductStoreId { get; set; }
Property Value
Type | Description |
---|---|
string |
ResourceName
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}
Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
Type | Description |
---|---|
string |
VisitDateTime
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.
Declaration
[JsonProperty("visitDateTime")]
public virtual string VisitDateTime { get; set; }
Property Value
Type | Description |
---|---|
string |