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

LocationsFetchMultiDailyMetricsTimeSeriesOptions

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

Additional options for BusinessProfilePerformance#locationsFetchMultiDailyMetricsTimeSeries.

interface LocationsFetchMultiDailyMetricsTimeSeriesOptions {
dailyMetrics?:
| "DAILY_METRIC_UNKNOWN"
| "BUSINESS_IMPRESSIONS_DESKTOP_MAPS"
| "BUSINESS_IMPRESSIONS_DESKTOP_SEARCH"
| "BUSINESS_IMPRESSIONS_MOBILE_MAPS"
| "BUSINESS_IMPRESSIONS_MOBILE_SEARCH"
| "BUSINESS_CONVERSATIONS"
| "BUSINESS_DIRECTION_REQUESTS"
| "CALL_CLICKS"
| "WEBSITE_CLICKS"
| "BUSINESS_BOOKINGS"
| "BUSINESS_FOOD_ORDERS"
| "BUSINESS_FOOD_MENU_CLICKS";
[dailyRange.endDate.day]?: number;
[dailyRange.endDate.month]?: number;
[dailyRange.endDate.year]?: number;
[dailyRange.startDate.day]?: number;
[dailyRange.startDate.month]?: number;
[dailyRange.startDate.year]?: number;
}

§Properties

§
dailyMetrics?: "DAILY_METRIC_UNKNOWN" | "BUSINESS_IMPRESSIONS_DESKTOP_MAPS" | "BUSINESS_IMPRESSIONS_DESKTOP_SEARCH" | "BUSINESS_IMPRESSIONS_MOBILE_MAPS" | "BUSINESS_IMPRESSIONS_MOBILE_SEARCH" | "BUSINESS_CONVERSATIONS" | "BUSINESS_DIRECTION_REQUESTS" | "CALL_CLICKS" | "WEBSITE_CLICKS" | "BUSINESS_BOOKINGS" | "BUSINESS_FOOD_ORDERS" | "BUSINESS_FOOD_MENU_CLICKS"
[src]

Required. The metrics to retrieve time series for.

§
[dailyRange.endDate.day]?: number
[src]

Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.

§
[dailyRange.endDate.month]?: number
[src]

Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.

§
[dailyRange.endDate.year]?: number
[src]

Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.

§
[dailyRange.startDate.day]?: number
[src]

Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.

§
[dailyRange.startDate.month]?: number
[src]

Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.

§
[dailyRange.startDate.year]?: number
[src]

Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.