Class PricingSchedule
Inheritance
PricingSchedule
Assembly: Google.Apis.Dfareporting.v4.dll
Syntax
public class PricingSchedule : IDirectResponseSchema
Properties
CapCostOption
Placement cap cost option.
Declaration
[JsonProperty("capCostOption")]
public virtual string CapCostOption { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
EndDate
Declaration
[JsonProperty("endDate")]
public virtual string EndDate { get; set; }
Property Value
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
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
PricingPeriods
Pricing periods for this placement.
Declaration
[JsonProperty("pricingPeriods")]
public virtual IList<PricingSchedulePricingPeriod> PricingPeriods { get; set; }
Property Value
PricingType
Placement pricing type. This field is required on insertion.
Declaration
[JsonProperty("pricingType")]
public virtual string PricingType { get; set; }
Property Value
StartDate
Declaration
[JsonProperty("startDate")]
public virtual string StartDate { get; set; }
Property Value
TestingStartDate
Declaration
[JsonProperty("testingStartDate")]
public virtual string TestingStartDate { get; set; }
Property Value
Implements