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

GoogleAdsHomeservicesLocalservicesV1AccountReport

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

An Account Report of a GLS account identified by their account id containing aggregate data gathered from a particular date range. Next ID: 18

interface GoogleAdsHomeservicesLocalservicesV1AccountReport {
accountId?: bigint;
averageFiveStarRating?: number;
averageWeeklyBudget?: number;
businessName?: string;
currencyCode?: string;
currentPeriodChargedLeads?: bigint;
currentPeriodConnectedPhoneCalls?: bigint;
currentPeriodPhoneCalls?: bigint;
currentPeriodTotalCost?: number;
impressionsLastTwoDays?: bigint;
phoneLeadResponsiveness?: number;
previousPeriodChargedLeads?: bigint;
previousPeriodConnectedPhoneCalls?: bigint;
previousPeriodPhoneCalls?: bigint;
previousPeriodTotalCost?: number;
totalReview?: number;
}

§Properties

§
accountId?: bigint
[src]

Unique identifier of the GLS account.

§

Aggregator specific information related to the account.

§
averageFiveStarRating?: number
[src]

Average review rating score from 1-5 stars.

§
averageWeeklyBudget?: number
[src]

Average weekly budget in the currency code of the account.

§
businessName?: string
[src]

Business name of the account.

§
currencyCode?: string
[src]

Currency code of the account.

§
currentPeriodChargedLeads?: bigint
[src]

Number of charged leads the account received in current specified period.

§
currentPeriodConnectedPhoneCalls?: bigint
[src]

Number of connected phone calls (duration over 30s) in current specified period.

§
currentPeriodPhoneCalls?: bigint
[src]

Number of phone calls in current specified period, including both connected and unconnected calls.

§
currentPeriodTotalCost?: number
[src]

Total cost of the account in current specified period in the account's specified currency.

§
impressionsLastTwoDays?: bigint
[src]

Number of impressions that customers have had in the past 2 days.

§
phoneLeadResponsiveness?: number
[src]

Phone lead responsiveness of the account for the past 90 days from current date. This is computed by taking the total number of connected calls from charged phone leads and dividing by the total number of calls received.

§
previousPeriodChargedLeads?: bigint
[src]

Number of charged leads the account received in previous specified period.

§
previousPeriodConnectedPhoneCalls?: bigint
[src]

Number of connected phone calls (duration over 30s) in previous specified period.

§
previousPeriodPhoneCalls?: bigint
[src]

Number of phone calls in previous specified period, including both connected and unconnected calls.

§
previousPeriodTotalCost?: number
[src]

Total cost of the account in previous specified period in the account's specified currency.

§
totalReview?: number
[src]

Total number of reviews the account has up to current date.