Show / Hide Table of Contents

Class DeliverySchedule

Delivery Schedule.

Inheritance
System.Object
DeliverySchedule
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Dfareporting.v3_3.Data
Assembly: Google.Apis.Dfareporting.v3_3.dll
Syntax
public class DeliverySchedule : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.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
System.Nullable<System.Boolean>

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
System.Nullable<System.Int64>

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
System.String

Implements

IDirectResponseSchema
In This Article
Back to top