google_api_dfa_reporting v0.8.0 GoogleApi.DFAReporting.V34.Model.PricingSchedule View Source
Pricing Schedule
Attributes
capCostOption
(type:String.t
, default:nil
) - Placement cap cost option.endDate
(type:Date.t
, default:nil
) - 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.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.V34.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
) - 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.testingStartDate
(type:Date.t
, default:nil
) - 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.DFAReporting.V34.Model.PricingSchedule{ capCostOption: String.t(), endDate: Date.t(), flighted: boolean(), floodlightActivityId: String.t(), pricingPeriods: [ GoogleApi.DFAReporting.V34.Model.PricingSchedulePricingPeriod.t() ], pricingType: String.t(), startDate: Date.t(), testingStartDate: Date.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.