DeviceTypeAssignedTargetingOptionDetails
import type { DeviceTypeAssignedTargetingOptionDetails } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";
Targeting details for device type. This will be populated in the details
field of an AssignedTargetingOption when targeting_type is
TARGETING_TYPE_DEVICE_TYPE
.
interface DeviceTypeAssignedTargetingOptionDetails {
deviceType?:
| "DEVICE_TYPE_UNSPECIFIED"
| "DEVICE_TYPE_COMPUTER"
| "DEVICE_TYPE_CONNECTED_TV"
| "DEVICE_TYPE_SMART_PHONE"
| "DEVICE_TYPE_TABLET"
| "DEVICE_TYPE_CONNECTED_DEVICE";
readonly youtubeAndPartnersBidMultiplier?: number;
}§Properties
§
deviceType?: "DEVICE_TYPE_UNSPECIFIED" | "DEVICE_TYPE_COMPUTER" | "DEVICE_TYPE_CONNECTED_TV" | "DEVICE_TYPE_SMART_PHONE" | "DEVICE_TYPE_TABLET" | "DEVICE_TYPE_CONNECTED_DEVICE"
[src]Required. The display name of the device type.
§
readonly youtubeAndPartnersBidMultiplier?: number
[src]Output only. Bid multiplier allows you to show your ads more or less frequently based on the device type. It will apply a multiplier on the original bid price. When this field is 0, it indicates this field is not applicable instead of multiplying 0 on the original bid price. For example, if the bid price without multiplier is $10.0 and the multiplier is 1.5 for Tablet, the resulting bid price for Tablet will be $15.0. Only applicable to YouTube and Partners line items.