TvCampaignSummary
import type { TvCampaignSummary } from "https://googleapis.deno.dev/v1/dfareporting:v5.ts";
TvCampaignSummary contains aggregate data from a TV campaign.
interface TvCampaignSummary {
endDate?: string;
grp?: bigint;
id?: string;
impressions?: bigint;
kind?: string;
name?: string;
spend?: number;
startDate?: string;
type?:
} | "CAMPAIGN_COMPONENT_TYPE_UNSPECIFIED"
| "COMPANY"
| "BRAND"
| "PRODUCT"
| "CAMPAIGN";
§Properties
§
endDate?: string
[src]The end date of the TV campaign, inclusive. A string of the format: "yyyy-MM-dd".
§
kind?: string
[src]Identifies what kind of resource this is. Value: the fixed string "dfareporting#tvCampaignSummary".