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

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".

§
grp?: bigint
[src]

GRP of this TV campaign.

§
id?: string
[src]

ID of this TV campaign.

§
impressions?: bigint
[src]

Impressions across the entire TV campaign.

§
kind?: string
[src]

Identifies what kind of resource this is. Value: the fixed string "dfareporting#tvCampaignSummary".

§
name?: string
[src]

Identifier. Name of this TV campaign.

§
spend?: number
[src]

Spend across the entire TV campaign.

§
startDate?: string
[src]

The start date of the TV campaign, inclusive. A string of the format: "yyyy-MM-dd".

§
type?: "CAMPAIGN_COMPONENT_TYPE_UNSPECIFIED" | "COMPANY" | "BRAND" | "PRODUCT" | "CAMPAIGN"
[src]

"CampaignComponentType" of this TV campaign.