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

GoogleAdsSearchads360V0Resources_Campaign_GeoTargetTypeSetting

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

Represents a collection of settings related to ads geotargeting.

interface GoogleAdsSearchads360V0Resources_Campaign_GeoTargetTypeSetting {
negativeGeoTargetType?:
| "UNSPECIFIED"
| "UNKNOWN"
| "PRESENCE_OR_INTEREST"
| "PRESENCE";
positiveGeoTargetType?:
| "UNSPECIFIED"
| "UNKNOWN"
| "PRESENCE_OR_INTEREST"
| "SEARCH_INTEREST"
| "PRESENCE";
}

§Properties

§
negativeGeoTargetType?: "UNSPECIFIED" | "UNKNOWN" | "PRESENCE_OR_INTEREST" | "PRESENCE"
[src]

The setting used for negative geotargeting in this particular campaign.

§
positiveGeoTargetType?: "UNSPECIFIED" | "UNKNOWN" | "PRESENCE_OR_INTEREST" | "SEARCH_INTEREST" | "PRESENCE"
[src]

The setting used for positive geotargeting in this particular campaign.