amzn / ads-advanced-tools-docs

Code samples and supplements for the Amazon Ads advanced tools center
https://advertising.amazon.com/API/docs/en-us/index
MIT No Attribution
88 stars 33 forks source link

Issue Report: /en-us/guides/account-management/average-daily-budget #106

Closed satishaher closed 1 year ago

satishaher commented 1 year ago

If you need help troubleshooting a problem with the Amazon Ads API, visit the Amazon Ads API service desk. Issues are for reporting documentation bugs and requesting enhancements only.

Describe the bug Incorrect code snippet to set isOptedOutForAverageDailyBudgetIncrease to false, on page https://advertising.amazon.com/API/docs/en-us/guides/account-management/average-daily-budget

URL of the content https://advertising.amazon.com/API/docs/en-us/guides/account-management/average-daily-budget

Description of what the documentation currently says It says

use POST /accountBudgets/featureFlags and set isOptedOutForAverageDailyBudgetIncrease to false

However in code snippet from where user can copy payload it says { "featureFlags": { "isOptedOutForAverageDailyBudgetIncrease": true } }

Description of what the documentation should say For code snippet it should be { "featureFlags": { "isOptedOutForAverageDailyBudgetIncrease": false } }

Screenshots

Screenshot 2023-07-04 at 2 35 36 PM

Additional context Add any other context about the problem here.

jerirose commented 1 year ago

Hi @satishaher , thank you for bringing this to our attention! That value has now been corrected.