View Source GoogleApi.DisplayVideo.V3.Model.DeviceTypeAssignedTargetingOptionDetails (google_api_display_video v0.36.0)

Targeting details for device type. This will be populated in the details field of an AssignedTargetingOption when targeting_type is TARGETING_TYPE_DEVICE_TYPE.

Attributes

  • deviceType (type: String.t, default: nil) - Required. The display name of the device type.
  • youtubeAndPartnersBidMultiplier (type: float(), default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DisplayVideo.V3.Model.DeviceTypeAssignedTargetingOptionDetails{
    deviceType: String.t() | nil,
    youtubeAndPartnersBidMultiplier: float() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.