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

GoogleAdsSearchads360V0Resources__Conversion

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

A conversion.

interface GoogleAdsSearchads360V0Resources__Conversion {
readonly adId?: bigint;
readonly advertiserConversionId?: string;
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 attributionType?:
| "UNSPECIFIED"
| "UNKNOWN"
| "VISIT"
| "CRITERION_AD";
readonly clickId?: string;
readonly conversionDateTime?: string;
readonly conversionLastModifiedDateTime?: string;
readonly conversionQuantity?: bigint;
readonly conversionRevenueMicros?: bigint;
readonly conversionVisitDateTime?: string;
readonly criterionId?: bigint;
readonly floodlightOrderId?: string;
readonly floodlightOriginalRevenue?: 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 status?:
| "UNSPECIFIED"
| "UNKNOWN"
| "ENABLED"
| "REMOVED";
readonly visitId?: bigint;
}

§Properties

§
readonly adId?: bigint
[src]

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

§
readonly advertiserConversionId?: string
[src]

Output only. For offline conversions, this is an ID provided by advertisers. If an advertiser doesn't specify such an ID, Search Ads 360 generates one. For online conversions, this is equal to the id column or the floodlight_order_id column depending on the advertiser's Floodlight instructions.

§
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 conversion event.

§
readonly assetId?: bigint
[src]

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

§
readonly attributionType?: "UNSPECIFIED" | "UNKNOWN" | "VISIT" | "CRITERION_AD"
[src]

Output only. What the conversion is attributed to: Visit or Keyword+Ad.

§
readonly clickId?: string
[src]

Output only. 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.

§
readonly conversionDateTime?: string
[src]

Output only. The timestamp of the conversion event.

§
readonly conversionLastModifiedDateTime?: string
[src]

Output only. The timestamp of the last time the conversion was modified.

§
readonly conversionQuantity?: bigint
[src]

Output only. The quantity of items recorded by the conversion, as determined by the qty url parameter. The advertiser is responsible for dynamically populating the parameter (such as number of items sold in the conversion), otherwise it defaults to 1.

§
readonly conversionRevenueMicros?: bigint
[src]

Output only. The adjusted revenue in micros for the conversion event. This will always be in the currency of the serving account.

§
readonly conversionVisitDateTime?: string
[src]

Output only. The timestamp of the visit that the conversion is attributed to.

§
readonly criterionId?: bigint
[src]

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

§
readonly floodlightOrderId?: string
[src]

Output only. The Floodlight order ID provided by the advertiser for the conversion.

§
readonly floodlightOriginalRevenue?: bigint
[src]

Output only. The original, unchanged revenue associated with the Floodlight event (in the currency of the current report), before Floodlight currency instruction modifications.

§
readonly id?: bigint
[src]

Output only. The ID of the conversion

§
readonly merchantId?: bigint
[src]

Output only. The SearchAds360 inventory account ID containing the product that was clicked on. SearchAds360 generates this ID when you link an inventory account in SearchAds360.

§
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 conversion. Conversion resource names have the form: customers/{customer_id}/conversions/{ad_group_id}~{criterion_id}~{ds_conversion_id}

§
readonly status?: "UNSPECIFIED" | "UNKNOWN" | "ENABLED" | "REMOVED"
[src]

Output only. The status of the conversion, either ENABLED or REMOVED..

§
readonly visitId?: bigint
[src]

Output only. The SearchAds360 visit ID that the conversion is attributed to.