Class PricingSchedule
Pricing Schedule
Inheritance
System.Object
PricingSchedule
Implements
Google.Apis.Requests.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_4.Data
Assembly: Google.Apis.Dfareporting.v3_4.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 |
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
Google.Apis.Requests.IDirectResponseSchema