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

Project

import type { Project } from "https://googleapis.deno.dev/v1/dfareporting:v4.ts";

Contains properties of a Planning project.

interface Project {
accountId?: bigint;
advertiserId?: bigint;
audienceAgeGroup?:
| "PLANNING_AUDIENCE_AGE_18_24"
| "PLANNING_AUDIENCE_AGE_25_34"
| "PLANNING_AUDIENCE_AGE_35_44"
| "PLANNING_AUDIENCE_AGE_45_54"
| "PLANNING_AUDIENCE_AGE_55_64"
| "PLANNING_AUDIENCE_AGE_65_OR_MORE"
| "PLANNING_AUDIENCE_AGE_UNKNOWN";
audienceGender?: "PLANNING_AUDIENCE_GENDER_MALE" | "PLANNING_AUDIENCE_GENDER_FEMALE";
budget?: bigint;
clientBillingCode?: string;
clientName?: string;
endDate?: Date;
id?: bigint;
kind?: string;
lastModifiedInfo?: LastModifiedInfo;
name?: string;
overview?: string;
startDate?: Date;
subaccountId?: bigint;
targetClicks?: bigint;
targetConversions?: bigint;
targetCpaNanos?: bigint;
targetCpcNanos?: bigint;
targetCpmActiveViewNanos?: bigint;
targetCpmNanos?: bigint;
targetImpressions?: bigint;
}

§Properties

§
accountId?: bigint
[src]

Account ID of this project.

§
advertiserId?: bigint
[src]

Advertiser ID of this project.

§
audienceAgeGroup?: "PLANNING_AUDIENCE_AGE_18_24" | "PLANNING_AUDIENCE_AGE_25_34" | "PLANNING_AUDIENCE_AGE_35_44" | "PLANNING_AUDIENCE_AGE_45_54" | "PLANNING_AUDIENCE_AGE_55_64" | "PLANNING_AUDIENCE_AGE_65_OR_MORE" | "PLANNING_AUDIENCE_AGE_UNKNOWN"
[src]

Audience age group of this project.

§
audienceGender?: "PLANNING_AUDIENCE_GENDER_MALE" | "PLANNING_AUDIENCE_GENDER_FEMALE"
[src]

Audience gender of this project.

§
budget?: bigint
[src]

Budget of this project in the currency specified by the current account. The value stored in this field represents only the non-fractional amount. For example, for USD, the smallest value that can be represented by this field is 1 US dollar.

§
clientBillingCode?: string
[src]

Client billing code of this project.

§
clientName?: string
[src]

Name of the project client.

§
endDate?: Date
[src]
§
id?: bigint
[src]

ID of this project. This is a read-only, auto-generated field.

§
kind?: string
[src]

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

§
lastModifiedInfo?: LastModifiedInfo
[src]

Information about the most recent modification of this project.

§
name?: string
[src]

Name of this project.

§
overview?: string
[src]

Overview of this project.

§
startDate?: Date
[src]
§
subaccountId?: bigint
[src]

Subaccount ID of this project.

§
targetClicks?: bigint
[src]

Number of clicks that the advertiser is targeting.

§
targetConversions?: bigint
[src]

Number of conversions that the advertiser is targeting.

§
targetCpaNanos?: bigint
[src]

CPA that the advertiser is targeting.

§
targetCpcNanos?: bigint
[src]

CPC that the advertiser is targeting.

§
targetCpmActiveViewNanos?: bigint
[src]

vCPM from Active View that the advertiser is targeting.

§
targetCpmNanos?: bigint
[src]

CPM that the advertiser is targeting.

§
targetImpressions?: bigint
[src]

Number of impressions that the advertiser is targeting.