ProximityLocationListAssignedTargetingOptionDetails
import type { ProximityLocationListAssignedTargetingOptionDetails } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";
Targeting details for proximity location list. This will be populated in the
details field of an AssignedTargetingOption when targeting_type is
TARGETING_TYPE_PROXIMITY_LOCATION_LIST
.
interface ProximityLocationListAssignedTargetingOptionDetails {
proximityLocationListId?: bigint;
proximityRadius?: number;
proximityRadiusUnit?: "PROXIMITY_RADIUS_UNIT_UNSPECIFIED" | "PROXIMITY_RADIUS_UNIT_MILES" | "PROXIMITY_RADIUS_UNIT_KILOMETERS";
}§Properties
§
proximityLocationListId?: bigint
[src]Required. ID of the proximity location list. Should refer to the
location_list_id field of a LocationList resource whose type is
TARGETING_LOCATION_TYPE_PROXIMITY
.