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

GoogleAdsSearchads360V0Resources_ConversionAction_AttributionModelSettings

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

Settings related to this conversion action's attribution model.

interface GoogleAdsSearchads360V0Resources_ConversionAction_AttributionModelSettings {
attributionModel?:
| "UNSPECIFIED"
| "UNKNOWN"
| "EXTERNAL"
| "GOOGLE_ADS_LAST_CLICK"
| "GOOGLE_SEARCH_ATTRIBUTION_FIRST_CLICK"
| "GOOGLE_SEARCH_ATTRIBUTION_LINEAR"
| "GOOGLE_SEARCH_ATTRIBUTION_TIME_DECAY"
| "GOOGLE_SEARCH_ATTRIBUTION_POSITION_BASED"
| "GOOGLE_SEARCH_ATTRIBUTION_DATA_DRIVEN";
readonly dataDrivenModelStatus?:
| "UNSPECIFIED"
| "UNKNOWN"
| "AVAILABLE"
| "STALE"
| "EXPIRED"
| "NEVER_GENERATED";
}

§Properties

§
attributionModel?: "UNSPECIFIED" | "UNKNOWN" | "EXTERNAL" | "GOOGLE_ADS_LAST_CLICK" | "GOOGLE_SEARCH_ATTRIBUTION_FIRST_CLICK" | "GOOGLE_SEARCH_ATTRIBUTION_LINEAR" | "GOOGLE_SEARCH_ATTRIBUTION_TIME_DECAY" | "GOOGLE_SEARCH_ATTRIBUTION_POSITION_BASED" | "GOOGLE_SEARCH_ATTRIBUTION_DATA_DRIVEN"
[src]

The attribution model type of this conversion action.

§
readonly dataDrivenModelStatus?: "UNSPECIFIED" | "UNKNOWN" | "AVAILABLE" | "STALE" | "EXPIRED" | "NEVER_GENERATED"
[src]

Output only. The status of the data-driven attribution model for the conversion action.