BusinessChainAssignedTargetingOptionDetails
import type { BusinessChainAssignedTargetingOptionDetails } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";
Details for assigned Business chain targeting option. This will be populated
in the details field of an AssignedTargetingOption when targeting_type is
TARGETING_TYPE_BUSINESS_CHAIN
.
interface BusinessChainAssignedTargetingOptionDetails {
readonly displayName?: string;
proximityRadiusAmount?: number;
proximityRadiusUnit?: "DISTANCE_UNIT_UNSPECIFIED" | "DISTANCE_UNIT_MILES" | "DISTANCE_UNIT_KILOMETERS";
targetingOptionId?: string;
}§Properties
§
readonly displayName?: string
[src]Output only. The display name of a business chain, e.g. "KFC", "Chase Bank".
§
proximityRadiusAmount?: number
[src]Required. The radius of the area around the business chain that will be
targeted. The units of the radius are specified by proximity_radius_unit.
Must be 1 to 800 if unit is DISTANCE_UNIT_KILOMETERS
and 1 to 500 if unit
is DISTANCE_UNIT_MILES
. The minimum increment for both cases is 0.1.
Inputs will be rounded to the nearest acceptable value if it is too
granular, e.g. 15.57 will become 15.6.