Class DeliveryControl
Message contains details about how the deal will be paced.
Implements
Inherited Members
Namespace: Google.Apis.AuthorizedBuyersMarketplace.v1alpha.Data
Assembly: Google.Apis.AuthorizedBuyersMarketplace.v1alpha.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 |