Show / Hide Table of Contents

Class PricingSchedule

Pricing Schedule

Inheritance
System.Object
PricingSchedule
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 PricingSchedule : IDirectResponseSchema

Properties

CapCostOption

Placement cap cost option.

Declaration
[JsonProperty("capCostOption")]
public virtual string CapCostOption { get; set; }
Property Value
Type Description
System.String

DisregardOverdelivery

Whether cap costs are ignored by ad serving.

Declaration
[JsonProperty("disregardOverdelivery")]
public virtual bool? DisregardOverdelivery { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

EndDate

Declaration
[JsonProperty("endDate")]
public virtual string EndDate { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Flighted

Whether this placement is flighted. If true, pricing periods will be computed automatically.

Declaration
[JsonProperty("flighted")]
public virtual bool? Flighted { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

FloodlightActivityId

Floodlight activity ID associated with this placement. This field should be set when placement pricing type is set to PRICING_TYPE_CPA.

Declaration
[JsonProperty("floodlightActivityId")]
public virtual long? FloodlightActivityId { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

PricingPeriods

Pricing periods for this placement.

Declaration
[JsonProperty("pricingPeriods")]
public virtual IList<PricingSchedulePricingPeriod> PricingPeriods { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<PricingSchedulePricingPeriod>

PricingType

Placement pricing type. This field is required on insertion.

Declaration
[JsonProperty("pricingType")]
public virtual string PricingType { get; set; }
Property Value
Type Description
System.String

StartDate

Declaration
[JsonProperty("startDate")]
public virtual string StartDate { get; set; }
Property Value
Type Description
System.String

TestingStartDate

Declaration
[JsonProperty("testingStartDate")]
public virtual string TestingStartDate { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
In This Article
Back to top