Class DeviceTypeAssignedTargetingOptionDetails
Targeting details for device type. This will be populated in the details field of an AssignedTargetingOption
when targeting_type is TARGETING_TYPE_DEVICE_TYPE
.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v3.Data
Assembly: Google.Apis.DisplayVideo.v3.dll
Syntax
public class DeviceTypeAssignedTargetingOptionDetails : IDirectResponseSchema
Properties
DeviceType
Required. The display name of the device type.
Declaration
[JsonProperty("deviceType")]
public virtual string DeviceType { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
YoutubeAndPartnersBidMultiplier
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.
Declaration
[JsonProperty("youtubeAndPartnersBidMultiplier")]
public virtual double? YoutubeAndPartnersBidMultiplier { get; set; }
Property Value
Type | Description |
---|---|
double? |