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

AgeRangeAssignedTargetingOptionDetails

import type { AgeRangeAssignedTargetingOptionDetails } from "https://googleapis.deno.dev/v1/displayvideo:v3.ts";

Represents a targetable age range. This will be populated in the details field of an AssignedTargetingOption when targeting_type is TARGETING_TYPE_AGE_RANGE.

interface AgeRangeAssignedTargetingOptionDetails {
ageRange?:
| "AGE_RANGE_UNSPECIFIED"
| "AGE_RANGE_18_24"
| "AGE_RANGE_25_34"
| "AGE_RANGE_35_44"
| "AGE_RANGE_45_54"
| "AGE_RANGE_55_64"
| "AGE_RANGE_65_PLUS"
| "AGE_RANGE_UNKNOWN"
| "AGE_RANGE_18_20"
| "AGE_RANGE_21_24"
| "AGE_RANGE_25_29"
| "AGE_RANGE_30_34"
| "AGE_RANGE_35_39"
| "AGE_RANGE_40_44"
| "AGE_RANGE_45_49"
| "AGE_RANGE_50_54"
| "AGE_RANGE_55_59"
| "AGE_RANGE_60_64";
}

§Properties

§
ageRange?: "AGE_RANGE_UNSPECIFIED" | "AGE_RANGE_18_24" | "AGE_RANGE_25_34" | "AGE_RANGE_35_44" | "AGE_RANGE_45_54" | "AGE_RANGE_55_64" | "AGE_RANGE_65_PLUS" | "AGE_RANGE_UNKNOWN" | "AGE_RANGE_18_20" | "AGE_RANGE_21_24" | "AGE_RANGE_25_29" | "AGE_RANGE_30_34" | "AGE_RANGE_35_39" | "AGE_RANGE_40_44" | "AGE_RANGE_45_49" | "AGE_RANGE_50_54" | "AGE_RANGE_55_59" | "AGE_RANGE_60_64"
[src]

Required. The age range of an audience. We only support targeting a continuous age range of an audience. Thus, the age range represented in this field can be 1) targeted solely, or, 2) part of a larger continuous age range. The reach of a continuous age range targeting can be expanded by also targeting an audience of an unknown age.