Struct google_dfareporting2d7::PricingSchedule [] [src]

pub struct PricingSchedule {
    pub start_date: Option<String>,
    pub end_date: Option<String>,
    pub flighted: Option<bool>,
    pub disregard_overdelivery: Option<bool>,
    pub cap_cost_option: Option<String>,
    pub pricing_periods: Option<Vec<PricingSchedulePricingPeriod>>,
    pub pricing_type: Option<String>,
    pub testing_start_date: Option<String>,
    pub floodlight_activity_id: Option<String>,
}

Pricing Schedule

This type is not used in any activity, and only used as part of another schema.

Fields

Placement start date. This date must be later than, or the same day as, the campaign start date. The hours, minutes, and seconds of the start date should not be set, as doing so will result in an error. This field is required on insertion.

Placement end date. This date must be later than, or the same day as, the placement start date, but not later than the campaign end date. If, for example, you set 6/25/2015 as both the start and end dates, the effective placement date is just that day only, 6/25/2015. The hours, minutes, and seconds of the end date should not be set, as doing so will result in an error. This field is required on insertion.

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

Whether cap costs are ignored by ad serving.

Placement cap cost option.

Pricing periods for this placement.

Placement pricing type. This field is required on insertion.

Testing start date of this placement. The hours, minutes, and seconds of the start date should not be set, as doing so will result in an error.

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

Trait Implementations

impl Default for PricingSchedule
[src]

[src]

Returns the "default value" for a type. Read more

impl Clone for PricingSchedule
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for PricingSchedule
[src]

[src]

Formats the value using the given formatter.

impl Part for PricingSchedule
[src]