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

GoogleAdsSearchads360V0Common__TargetRestriction

import type { GoogleAdsSearchads360V0Common__TargetRestriction } from "https://googleapis.deno.dev/v1/searchads360:v0.ts";

The list of per-targeting-dimension targeting settings.

interface GoogleAdsSearchads360V0Common__TargetRestriction {
bidOnly?: boolean;
targetingDimension?:
| "UNSPECIFIED"
| "UNKNOWN"
| "KEYWORD"
| "AUDIENCE"
| "TOPIC"
| "GENDER"
| "AGE_RANGE"
| "PLACEMENT"
| "PARENTAL_STATUS"
| "INCOME_RANGE";
}

§Properties

§
bidOnly?: boolean
[src]

Indicates whether to restrict your ads to show only for the criteria you have selected for this targeting_dimension, or to target all values for this targeting_dimension and show ads based on your targeting in other TargetingDimensions. A value of true means that these criteria will only apply bid modifiers, and not affect targeting. A value of false means that these criteria will restrict targeting as well as applying bid modifiers.

§
targetingDimension?: "UNSPECIFIED" | "UNKNOWN" | "KEYWORD" | "AUDIENCE" | "TOPIC" | "GENDER" | "AGE_RANGE" | "PLACEMENT" | "PARENTAL_STATUS" | "INCOME_RANGE"
[src]

The targeting dimension that these settings apply to.