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

GoogleAdsSearchads360V0Resources__ConversionAction

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

A conversion action.

interface GoogleAdsSearchads360V0Resources__ConversionAction {
appId?: string;
category?:
| "UNSPECIFIED"
| "UNKNOWN"
| "DEFAULT"
| "PAGE_VIEW"
| "PURCHASE"
| "SIGNUP"
| "LEAD"
| "DOWNLOAD"
| "ADD_TO_CART"
| "BEGIN_CHECKOUT"
| "SUBSCRIBE_PAID"
| "PHONE_CALL_LEAD"
| "IMPORTED_LEAD"
| "SUBMIT_LEAD_FORM"
| "BOOK_APPOINTMENT"
| "REQUEST_QUOTE"
| "GET_DIRECTIONS"
| "OUTBOUND_CLICK"
| "CONTACT"
| "ENGAGEMENT"
| "STORE_VISIT"
| "STORE_SALE"
| "QUALIFIED_LEAD"
| "CONVERTED_LEAD";
clickThroughLookbackWindowDays?: bigint;
readonly creationTime?: string;
readonly id?: bigint;
includeInClientAccountConversionsMetric?: boolean;
readonly includeInConversionsMetric?: boolean;
name?: string;
readonly ownerCustomer?: string;
primaryForGoal?: boolean;
resourceName?: string;
status?:
| "UNSPECIFIED"
| "UNKNOWN"
| "ENABLED"
| "REMOVED"
| "HIDDEN";
type?:
| "UNSPECIFIED"
| "UNKNOWN"
| "AD_CALL"
| "CLICK_TO_CALL"
| "GOOGLE_PLAY_DOWNLOAD"
| "GOOGLE_PLAY_IN_APP_PURCHASE"
| "UPLOAD_CALLS"
| "UPLOAD_CLICKS"
| "WEBPAGE"
| "WEBSITE_CALL"
| "STORE_SALES_DIRECT_UPLOAD"
| "STORE_SALES"
| "FIREBASE_ANDROID_FIRST_OPEN"
| "FIREBASE_ANDROID_IN_APP_PURCHASE"
| "FIREBASE_ANDROID_CUSTOM"
| "FIREBASE_IOS_FIRST_OPEN"
| "FIREBASE_IOS_IN_APP_PURCHASE"
| "FIREBASE_IOS_CUSTOM"
| "THIRD_PARTY_APP_ANALYTICS_ANDROID_FIRST_OPEN"
| "THIRD_PARTY_APP_ANALYTICS_ANDROID_IN_APP_PURCHASE"
| "THIRD_PARTY_APP_ANALYTICS_ANDROID_CUSTOM"
| "THIRD_PARTY_APP_ANALYTICS_IOS_FIRST_OPEN"
| "THIRD_PARTY_APP_ANALYTICS_IOS_IN_APP_PURCHASE"
| "THIRD_PARTY_APP_ANALYTICS_IOS_CUSTOM"
| "ANDROID_APP_PRE_REGISTRATION"
| "ANDROID_INSTALLS_ALL_OTHER_APPS"
| "FLOODLIGHT_ACTION"
| "FLOODLIGHT_TRANSACTION"
| "GOOGLE_HOSTED"
| "LEAD_FORM_SUBMIT"
| "SALESFORCE"
| "SEARCH_ADS_360"
| "SMART_CAMPAIGN_AD_CLICKS_TO_CALL"
| "SMART_CAMPAIGN_MAP_CLICKS_TO_CALL"
| "SMART_CAMPAIGN_MAP_DIRECTIONS"
| "SMART_CAMPAIGN_TRACKED_CALLS"
| "STORE_VISITS"
| "WEBPAGE_CODELESS"
| "UNIVERSAL_ANALYTICS_GOAL"
| "UNIVERSAL_ANALYTICS_TRANSACTION"
| "GOOGLE_ANALYTICS_4_CUSTOM"
| "GOOGLE_ANALYTICS_4_PURCHASE";
}

§Properties

§
appId?: string
[src]

App ID for an app conversion action.

§

Settings related to this conversion action's attribution model.

§
category?: "UNSPECIFIED" | "UNKNOWN" | "DEFAULT" | "PAGE_VIEW" | "PURCHASE" | "SIGNUP" | "LEAD" | "DOWNLOAD" | "ADD_TO_CART" | "BEGIN_CHECKOUT" | "SUBSCRIBE_PAID" | "PHONE_CALL_LEAD" | "IMPORTED_LEAD" | "SUBMIT_LEAD_FORM" | "BOOK_APPOINTMENT" | "REQUEST_QUOTE" | "GET_DIRECTIONS" | "OUTBOUND_CLICK" | "CONTACT" | "ENGAGEMENT" | "STORE_VISIT" | "STORE_SALE" | "QUALIFIED_LEAD" | "CONVERTED_LEAD"
[src]

The category of conversions reported for this conversion action.

§
clickThroughLookbackWindowDays?: bigint
[src]

The maximum number of days that may elapse between an interaction (for example, a click) and a conversion event.

§
readonly creationTime?: string
[src]

Output only. Timestamp of the Floodlight activity's creation, formatted in ISO 8601.

§

Output only. Floodlight settings for Floodlight conversion types.

§
readonly id?: bigint
[src]

Output only. The ID of the conversion action.

§
includeInClientAccountConversionsMetric?: boolean
[src]

Whether this conversion action should be included in the "client_account_conversions" metric.

§
readonly includeInConversionsMetric?: boolean
[src]

Output only. Whether this conversion action should be included in the "conversions" metric.

§
name?: string
[src]

The name of the conversion action. This field is required and should not be empty when creating new conversion actions.

§
readonly ownerCustomer?: string
[src]

Output only. The resource name of the conversion action owner customer, or null if this is a system-defined conversion action.

§
primaryForGoal?: boolean
[src]

If a conversion action's primary_for_goal bit is false, the conversion action is non-biddable for all campaigns regardless of their customer conversion goal or campaign conversion goal. However, custom conversion goals do not respect primary_for_goal, so if a campaign has a custom conversion goal configured with a primary_for_goal = false conversion action, that conversion action is still biddable. By default, primary_for_goal will be true if not set. In V9, primary_for_goal can only be set to false after creation through an 'update' operation because it's not declared as optional.

§
resourceName?: string
[src]

Immutable. The resource name of the conversion action. Conversion action resource names have the form: customers/{customer_id}/conversionActions/{conversion_action_id}

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

The status of this conversion action for conversion event accrual.

§
type?: "UNSPECIFIED" | "UNKNOWN" | "AD_CALL" | "CLICK_TO_CALL" | "GOOGLE_PLAY_DOWNLOAD" | "GOOGLE_PLAY_IN_APP_PURCHASE" | "UPLOAD_CALLS" | "UPLOAD_CLICKS" | "WEBPAGE" | "WEBSITE_CALL" | "STORE_SALES_DIRECT_UPLOAD" | "STORE_SALES" | "FIREBASE_ANDROID_FIRST_OPEN" | "FIREBASE_ANDROID_IN_APP_PURCHASE" | "FIREBASE_ANDROID_CUSTOM" | "FIREBASE_IOS_FIRST_OPEN" | "FIREBASE_IOS_IN_APP_PURCHASE" | "FIREBASE_IOS_CUSTOM" | "THIRD_PARTY_APP_ANALYTICS_ANDROID_FIRST_OPEN" | "THIRD_PARTY_APP_ANALYTICS_ANDROID_IN_APP_PURCHASE" | "THIRD_PARTY_APP_ANALYTICS_ANDROID_CUSTOM" | "THIRD_PARTY_APP_ANALYTICS_IOS_FIRST_OPEN" | "THIRD_PARTY_APP_ANALYTICS_IOS_IN_APP_PURCHASE" | "THIRD_PARTY_APP_ANALYTICS_IOS_CUSTOM" | "ANDROID_APP_PRE_REGISTRATION" | "ANDROID_INSTALLS_ALL_OTHER_APPS" | "FLOODLIGHT_ACTION" | "FLOODLIGHT_TRANSACTION" | "GOOGLE_HOSTED" | "LEAD_FORM_SUBMIT" | "SALESFORCE" | "SEARCH_ADS_360" | "SMART_CAMPAIGN_AD_CLICKS_TO_CALL" | "SMART_CAMPAIGN_MAP_CLICKS_TO_CALL" | "SMART_CAMPAIGN_MAP_DIRECTIONS" | "SMART_CAMPAIGN_TRACKED_CALLS" | "STORE_VISITS" | "WEBPAGE_CODELESS" | "UNIVERSAL_ANALYTICS_GOAL" | "UNIVERSAL_ANALYTICS_TRANSACTION" | "GOOGLE_ANALYTICS_4_CUSTOM" | "GOOGLE_ANALYTICS_4_PURCHASE"
[src]

Immutable. The type of this conversion action.

§

Settings related to the value for conversion events associated with this conversion action.