Pricing Schedule
JSON representation |
---|
{ "testingStartDate": string, "startDate": string, "endDate": string, "pricingType": enum ( |
Fields | |
---|---|
testing |
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. |
start |
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. |
end |
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. |
pricing |
Placement pricing type. This field is required on insertion. |
cap |
Placement cap cost option. |
flighted |
Whether this placement is flighted. If true, pricing periods will be computed automatically. |
pricing |
Pricing periods for this placement. |
floodlight |
Floodlight activity ID associated with this placement. This field should be set when placement pricing type is set to
. |
PlacementPricingType
Available pricing types that can be selected for a placement.
Enums | |
---|---|
PRICING_TYPE_CPM |
|
PRICING_TYPE_CPC |
|
PRICING_TYPE_CPA |
|
PRICING_TYPE_FLAT_RATE_IMPRESSIONS |
|
PRICING_TYPE_FLAT_RATE_CLICKS |
|
PRICING_TYPE_CPM_ACTIVEVIEW |
PlacementCapCostOption
Cap cost for the selected pricing
Enums | |
---|---|
CAP_COST_NONE |
|
CAP_COST_MONTHLY |
|
CAP_COST_CUMULATIVE |
PricingSchedulePricingPeriod
Pricing Period
JSON representation |
---|
{ "startDate": string, "endDate": string, "units": string, "rateOrCostNanos": string, "pricingComment": string } |
Fields | |
---|---|
start |
Pricing period start date. This date must be later than, or the same day as, the placement start date. The hours, minutes, and seconds of the start date should not be set, as doing so will result in an error. |
end |
Pricing period end date. This date must be later than, or the same day as, the pricing period start date, but not later than the placement end date. The period end date can be the same date as the period start date. If, for example, you set 6/25/2015 as both the start and end dates, the effective pricing period 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. |
units |
Units of this pricing period. Acceptable values are
to
, inclusive. |
rate |
Rate or cost of this pricing period in nanos (i.e., multiplied by 1000000000). Acceptable values are
to
, inclusive. |
pricing |
Comments for this pricing period. |