Class DeliverySchedule
Delivery Schedule.
Implements
Inherited Members
Namespace: Google.Apis.Dfareporting.v4.Data
Assembly: Google.Apis.Dfareporting.v4.dll
Syntax
public class DeliverySchedule : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FrequencyCap
Limit on the number of times an individual user can be served the ad within a specified period of time.
Declaration
[JsonProperty("frequencyCap")]
public virtual FrequencyCap FrequencyCap { get; set; }
Property Value
| Type | Description |
|---|---|
| FrequencyCap |
HardCutoff
Whether or not hard cutoff is enabled. If true, the ad will not serve after the end date and time. Otherwise the ad will continue to be served until it has reached its delivery goals.
Declaration
[JsonProperty("hardCutoff")]
public virtual bool? HardCutoff { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
ImpressionRatio
Impression ratio for this ad. This ratio determines how often each ad is served relative to the others. For example, if ad A has an impression ratio of 1 and ad B has an impression ratio of 3, then Campaign Manager will serve ad B three times as often as ad A. Acceptable values are 1 to 10, inclusive.
Declaration
[JsonProperty("impressionRatio")]
public virtual long? ImpressionRatio { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
Priority
Serving priority of an ad, with respect to other ads. The lower the priority number, the greater the priority with which it is served.
Declaration
[JsonProperty("priority")]
public virtual string Priority { get; set; }
Property Value
| Type | Description |
|---|---|
| string |