google_api_dfa_reporting v0.18.0 GoogleApi.DFAReporting.V33.Model.PricingSchedule View Source

Pricing Schedule

Attributes

  • capCostOption (type: String.t, default: nil) - Placement cap cost option.
  • disregardOverdelivery (type: boolean(), default: nil) - Whether cap costs are ignored by ad serving.
  • endDate (type: Date.t, default: nil) -
  • flighted (type: boolean(), default: nil) - Whether this placement is flighted. If true, pricing periods will be computed automatically.
  • floodlightActivityId (type: String.t, default: nil) - Floodlight activity ID associated with this placement. This field should be set when placement pricing type is set to PRICING_TYPE_CPA.
  • pricingPeriods (type: list(GoogleApi.DFAReporting.V33.Model.PricingSchedulePricingPeriod.t), default: nil) - Pricing periods for this placement.
  • pricingType (type: String.t, default: nil) - Placement pricing type. This field is required on insertion.
  • startDate (type: Date.t, default: nil) -
  • testingStartDate (type: Date.t, default: nil) -

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.DFAReporting.V33.Model.PricingSchedule{
  capCostOption: String.t(),
  disregardOverdelivery: boolean(),
  endDate: Date.t(),
  flighted: boolean(),
  floodlightActivityId: String.t(),
  pricingPeriods: [
    GoogleApi.DFAReporting.V33.Model.PricingSchedulePricingPeriod.t()
  ],
  pricingType: String.t(),
  startDate: Date.t(),
  testingStartDate: Date.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.