You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The documentation describes a campaign.optimization.placementBidAdjustment.placement property as an enum. The documentation lists the available values of that enum as HOME_PAGE, TOP_OF_SEARCH, PRODUCT_PAGE, and REST_OF_SEARCH with mappings to the equivalent values for Sponsored Products and Sponsored Brands. The values that are returned from the API, and listed in the documentation examples, are not the listed values for that enum but the mapped equivalent.
Description of what the documentation currently says
The section providing the definition of the Placement enum lists the accepted and mapped values for the enum. The examples also show the mapped value of the enum instead of the stated expected value.
Description of what the documentation should say
I am not sure if this is a documentation error or an error in the API responses.
Screenshots
In the following screenshot the value for placement shows the mapped value of PLACEMENT_TOP. The definition of the enum shows that the value should be TOP_OF_SEARCH.
Additional context
The text was updated successfully, but these errors were encountered:
I checked with the engineering team, and this is indeed a bug. The documentation reflects the correct values. I'll let you know here when this has been resolved. Thanks for reporting this issue!
Describe the bug
The documentation describes a
campaign.optimization.placementBidAdjustment.placement
property as an enum. The documentation lists the available values of that enum asHOME_PAGE
,TOP_OF_SEARCH
,PRODUCT_PAGE
, andREST_OF_SEARCH
with mappings to the equivalent values for Sponsored Products and Sponsored Brands. The values that are returned from the API, and listed in the documentation examples, are not the listed values for that enum but the mapped equivalent.URL of the content
https://advertising.amazon.com/API/docs/en-us/reference/common-models/enums#placement
Description of what the documentation currently says
The section providing the definition of the Placement enum lists the accepted and mapped values for the enum. The examples also show the mapped value of the enum instead of the stated expected value.
Description of what the documentation should say
I am not sure if this is a documentation error or an error in the API responses.
Screenshots
In the following screenshot the value for
placement
shows the mapped value ofPLACEMENT_TOP
. The definition of the enum shows that the value should beTOP_OF_SEARCH
.Additional context
The text was updated successfully, but these errors were encountered: