Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions x-ads-api/campaign-management/reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1081,7 +1081,7 @@ Create a new campaign associated with the current account.
</ParamField>

<ParamField query="standard_delivery" type="boolean" default="true">
**Deprecated at the campaign level.** Since budget optimization is always `LINE_ITEM`, standard versus accelerated delivery is configured on the line item via its `standard_delivery` parameter. See [Budget Pacing](/x-ads-api/campaign-management/reference#budget-pacing) for more information.
**Deprecated at the campaign level.** Since budget optimization is always `LINE_ITEM`, standard versus accelerated delivery is configured on the line item via its `standard_delivery` parameter. See [Budget Pacing](/x-ads-api/campaign-management#budget-pacing) for more information.
</ParamField>

<ParamField query="total_budget_amount_local_micro" type="long" optional>
Expand Down Expand Up @@ -1268,7 +1268,7 @@ Update the specified campaign associated with the current account.
</ParamField>

<ParamField query="standard_delivery" type="boolean" default="true">
**Deprecated at the campaign level.** Since budget optimization is always `LINE_ITEM`, standard versus accelerated delivery is configured on the line item via its `standard_delivery` parameter. See [Budget Pacing](/x-ads-api/campaign-management/reference#budget-pacing) for more information.
**Deprecated at the campaign level.** Since budget optimization is always `LINE_ITEM`, standard versus accelerated delivery is configured on the line item via its `standard_delivery` parameter. See [Budget Pacing](/x-ads-api/campaign-management#budget-pacing) for more information.
</ParamField>

<ParamField query="total_budget_amount_local_micro" type="long" optional>
Expand Down Expand Up @@ -3051,7 +3051,7 @@ Setting either `android_app_store_identifier` or `ios_app_store_identifier` will
</ParamField>

<ParamField query="standard_delivery" type="boolean" optional>
Enable standard or accelerated delivery. See [Budget Pacing](/x-ads-api/campaign-management/reference#budget-pacing) for more information on standard versus accelerated delivery. Only available when `budget_optimization` is set to `LINE_ITEM` for the parent campaign.
Enable standard or accelerated delivery. See [Budget Pacing](/x-ads-api/campaign-management#budget-pacing) for more information on standard versus accelerated delivery. Only available when `budget_optimization` is set to `LINE_ITEM` for the parent campaign.
</ParamField>

<ParamField query="total_budget_amount_local_micro" type="long" optional>
Expand Down