Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleAdsSearchads360V0Resources__Visit

import type { GoogleAdsSearchads360V0Resources__Visit } from "https://googleapis.deno.dev/v1/searchads360:v0.ts";

A visit.

interface GoogleAdsSearchads360V0Resources__Visit {
readonly adId?: bigint;
readonly assetFieldType?:
| "UNSPECIFIED"
| "UNKNOWN"
| "HEADLINE"
| "DESCRIPTION"
| "MANDATORY_AD_TEXT"
| "MARKETING_IMAGE"
| "MEDIA_BUNDLE"
| "YOUTUBE_VIDEO"
| "BOOK_ON_GOOGLE"
| "LEAD_FORM"
| "PROMOTION"
| "CALLOUT"
| "STRUCTURED_SNIPPET"
| "SITELINK"
| "MOBILE_APP"
| "HOTEL_CALLOUT"
| "CALL"
| "PRICE"
| "LONG_HEADLINE"
| "BUSINESS_NAME"
| "SQUARE_MARKETING_IMAGE"
| "PORTRAIT_MARKETING_IMAGE"
| "LOGO"
| "LANDSCAPE_LOGO"
| "VIDEO"
| "CALL_TO_ACTION_SELECTION"
| "AD_IMAGE"
| "BUSINESS_LOGO"
| "HOTEL_PROPERTY"
| "DISCOVERY_CAROUSEL_CARD";
readonly assetId?: bigint;
readonly clickId?: string;
readonly criterionId?: bigint;
readonly id?: bigint;
readonly merchantId?: bigint;
readonly productChannel?:
| "UNSPECIFIED"
| "UNKNOWN"
| "ONLINE"
| "LOCAL";
readonly productCountryCode?: string;
readonly productId?: string;
readonly productLanguageCode?: string;
readonly productStoreId?: string;
readonly resourceName?: string;
readonly visitDateTime?: string;
}

§Properties

§
readonly adId?: bigint
[src]

Output only. Ad ID. A value of 0 indicates that the ad is unattributed.

§
readonly assetFieldType?: "UNSPECIFIED" | "UNKNOWN" | "HEADLINE" | "DESCRIPTION" | "MANDATORY_AD_TEXT" | "MARKETING_IMAGE" | "MEDIA_BUNDLE" | "YOUTUBE_VIDEO" | "BOOK_ON_GOOGLE" | "LEAD_FORM" | "PROMOTION" | "CALLOUT" | "STRUCTURED_SNIPPET" | "SITELINK" | "MOBILE_APP" | "HOTEL_CALLOUT" | "CALL" | "PRICE" | "LONG_HEADLINE" | "BUSINESS_NAME" | "SQUARE_MARKETING_IMAGE" | "PORTRAIT_MARKETING_IMAGE" | "LOGO" | "LANDSCAPE_LOGO" | "VIDEO" | "CALL_TO_ACTION_SELECTION" | "AD_IMAGE" | "BUSINESS_LOGO" | "HOTEL_PROPERTY" | "DISCOVERY_CAROUSEL_CARD"
[src]

Output only. Asset field type of the visit event.

§
readonly assetId?: bigint
[src]

Output only. ID of the asset which was interacted with during the visit event.

§
readonly clickId?: string
[src]

Output only. A unique string for each visit that is passed to the landing page as the click id URL parameter.

§
readonly criterionId?: bigint
[src]

Output only. Search Ads 360 keyword ID. A value of 0 indicates that the keyword is unattributed.

§
readonly id?: bigint
[src]

Output only. The ID of the visit.

§
readonly merchantId?: bigint
[src]

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.

§
readonly productChannel?: "UNSPECIFIED" | "UNKNOWN" | "ONLINE" | "LOCAL"
[src]

Output only. The sales channel of the product that was clicked on: Online or Local.

§
readonly productCountryCode?: string
[src]

Output only. The country (ISO-3166 format) registered for the inventory feed that contains the product clicked on.

§
readonly productId?: string
[src]

Output only. The ID of the product clicked on.

§
readonly productLanguageCode?: string
[src]

Output only. The language (ISO-639-1) that has been set for the Merchant Center feed containing data about the product.

§
readonly productStoreId?: string
[src]

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.

§
readonly resourceName?: string
[src]

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}

§
readonly visitDateTime?: string
[src]

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.