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

GoogleAdsHomeservicesLocalservicesV1DetailedLeadReport

import type { GoogleAdsHomeservicesLocalservicesV1DetailedLeadReport } from "https://googleapis.deno.dev/v1/localservices:v1.ts";

A Detailed Lead Report of a lead identified by their lead id and contains consumer, account, monetization, and lead data.

interface GoogleAdsHomeservicesLocalservicesV1DetailedLeadReport {
accountId?: bigint;
businessName?: string;
chargeStatus?: "CHARGE_STATUS_UNSPECIFIED" | "CHARGED" | "NOT_CHARGED";
currencyCode?: string;
disputeStatus?: string;
geo?: string;
googleAdsLeadId?: bigint;
leadCategory?: string;
leadCreationTimestamp?: Date;
leadId?: bigint;
leadPrice?: number;
leadType?:
| "LEAD_TYPE_UNSPECIFIED"
| "MESSAGE"
| "PHONE_CALL"
| "BOOKING";
timezone?: GoogleTypeTimeZone;
}

§Properties

§
accountId?: bigint
[src]

Identifies account that received the lead.

§

Aggregator specific information related to the lead.

§

More information associated to only booking leads.

§
businessName?: string
[src]

Business name associated to the account.

§
chargeStatus?: "CHARGE_STATUS_UNSPECIFIED" | "CHARGED" | "NOT_CHARGED"
[src]

Whether the lead has been charged.

§
currencyCode?: string
[src]

Currency code.

§
disputeStatus?: string
[src]

Dispute status related to the lead.

§
geo?: string
[src]

Location of the associated account's home city.

§
googleAdsLeadId?: bigint
[src]

Unique identifier of a Detailed Lead Report.

§
leadCategory?: string
[src]

Lead category (e.g. hvac, plumber)

§
leadCreationTimestamp?: Date
[src]

Timestamp of when the lead was created.

§
leadId?: bigint
[src]

Deprecated in favor of google_ads_lead_id. Unique identifier of a Detailed Lead Report.

§
leadPrice?: number
[src]

Price of the lead (available only after it has been charged).

§
leadType?: "LEAD_TYPE_UNSPECIFIED" | "MESSAGE" | "PHONE_CALL" | "BOOKING"
[src]

Lead type.

§

More information associated to only message leads.

§

More information associated to only phone leads.

§

Timezone of the particular provider associated to a lead.