29 lines
727 B
YAML
29 lines
727 B
YAML
type: object
|
|
properties:
|
|
start_date:
|
|
description: Start date and time. For example, "2017-09-10 20:10"
|
|
type: string
|
|
end_date:
|
|
description: End date and time. For example, "2017-09-10 20:10"
|
|
type: string
|
|
timezone:
|
|
description: Timezone for the time range. For example, "Europe/Madrid".
|
|
type: string
|
|
cost:
|
|
description: Cost for the time range. For example, "19.22".
|
|
type: string
|
|
currency:
|
|
description: Currency of cost. For example "EUR".
|
|
type: string
|
|
only_campaign_uniques:
|
|
description: Apply new costs to unique clicks only.
|
|
type: boolean
|
|
filters:
|
|
$ref: ../schemas/FilterCostRequest.yaml
|
|
required:
|
|
- start_date
|
|
- end_date
|
|
- timezone
|
|
- cost
|
|
- currency
|