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 target.targetDetails.event property as an enum. The documentation lists the available values of that enum as PURCHASE, and VIEW. The values that are returned from the API are PURCHASE and VIEWS. The documentation lists in the example schemas both the values VIEW and VIEWS.
Describe the bug
The documentation describes a
target.targetDetails.event
property as an enum. The documentation lists the available values of that enum asPURCHASE
, andVIEW
. The values that are returned from the API arePURCHASE
andVIEWS
. The documentation lists in the example schemas both the valuesVIEW
andVIEWS
.URL of the content
https://advertising.amazon.com/API/docs/en-us/reference/common-models/enums#event
Description of what the documentation currently says
The documentation lists the available values of the
Event
enum asPURCHASE
, andVIEW
.Description of what the documentation should say
The documentation should list the available values of the
Event
enum asPURCHASE
, andVIEWS
.Screenshots
The examples below show the different values for the
Event
enum. The API response only returns the plural valueVIEWS
Additional context
The text was updated successfully, but these errors were encountered: