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
87 stars 33 forks source link

Issue Report: /en-us/reference/common-models/enums#event #277

Open jasonhebert opened 2 months ago

jasonhebert commented 2 months ago

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.

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 as PURCHASE, and VIEW.

Description of what the documentation should say The documentation should list the available values of the Event enum as PURCHASE, and VIEWS.

Screenshots Target_Event The examples below show the different values for the Event enum. The API response only returns the plural value VIEWS Target_Event_example_view Target_Event_example_views

Additional context