Show / Hide Table of Contents

Class DeliveryControl

Message contains details about how the deal will be paced.

Inheritance
object
DeliveryControl
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AuthorizedBuyersMarketplace.v1.Data
Assembly: Google.Apis.AuthorizedBuyersMarketplace.v1.dll
Syntax
public class DeliveryControl : IDirectResponseSchema

Properties

CompanionDeliveryType

Output only. Specifies roadblocking in a main companion lineitem.

Declaration
[JsonProperty("companionDeliveryType")]
public virtual string CompanionDeliveryType { get; set; }
Property Value
Type Description
string

CreativeRotationType

Output only. Specifies strategy to use for selecting a creative when multiple creatives of the same size are available.

Declaration
[JsonProperty("creativeRotationType")]
public virtual string CreativeRotationType { get; set; }
Property Value
Type Description
string

DeliveryRateType

Output only. Specifies how the impression delivery will be paced.

Declaration
[JsonProperty("deliveryRateType")]
public virtual string DeliveryRateType { 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

FrequencyCap

Output only. Specifies any frequency caps. Cannot be filtered within ListDealsRequest.

Declaration
[JsonProperty("frequencyCap")]
public virtual IList<FrequencyCap> FrequencyCap { get; set; }
Property Value
Type Description
IList<FrequencyCap>

RoadblockingType

Output only. Specifies the roadblocking type in display creatives.

Declaration
[JsonProperty("roadblockingType")]
public virtual string RoadblockingType { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX