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

GoogleAdsSearchads360V0Common__LocationGroupInfo

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

A radius around a list of locations specified through a feed.

interface GoogleAdsSearchads360V0Common__LocationGroupInfo {
feedItemSets?: string[];
geoTargetConstants?: string[];
radius?: bigint;
radiusUnits?:
| "UNSPECIFIED"
| "UNKNOWN"
| "METERS"
| "MILES"
| "MILLI_MILES";
}

§Properties

§
feedItemSets?: string[]
[src]

FeedItemSets whose FeedItems are targeted. If multiple IDs are specified, then all items that appear in at least one set are targeted. This field cannot be used with geo_target_constants. This is optional and can only be set in CREATE operations.

§
geoTargetConstants?: string[]
[src]

Geo target constant(s) restricting the scope of the geographic area within the feed. Currently only one geo target constant is allowed.

§
radius?: bigint
[src]

Distance in units specifying the radius around targeted locations. This is required and must be set in CREATE operations.

§
radiusUnits?: "UNSPECIFIED" | "UNKNOWN" | "METERS" | "MILES" | "MILLI_MILES"
[src]

Unit of the radius. Miles and meters are supported for geo target constants. Milli miles and meters are supported for feed item sets. This is required and must be set in CREATE operations.