put https://koddi.io/console/v2/member_groups//advertisers//campaigns//partial
Response
Field | Type | Description |
---|---|---|
id | int | The id of the campaign |
advertiser_id | int | The advertiser ID that corresponds to the campaign |
name | string | The name of the campaign |
start_date | string | The start date of the campaign |
end_date | string | The end date of the campaign |
status | string | The campaign status |
always_on | bool | The always on flag |
is_auto_bid | bool | The automation for base bid flag |
enable_frequency_capping | bool | The frequency capping flag |
frequency_capping | string | The frequency capping amount |
pacing | string | The pacing type. Possible values: Evenly, ASAP |
budget | object | The budget details of the campaign |
type | string | The type of budget |
amount | float | The budget amount |
primary_goal | object | The primary goal for the campaign |
type | string | The goal type. Possible values are ROAS, GRE, Spend, and Volume. |
value | string | The goal value |
error | object | The object containing the details of any errors that may have occured with the call |
error | string | The error message |
code | int | The code corresponding to the type of error |
payload | array of strings | A list of error messages describing which validations failed, in addition to the first error message |
metadata | object | The campaign metadata |