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#targetingsettings #237

Closed jasonhebert closed 5 months ago

jasonhebert commented 5 months ago

Describe the bug The documentation describes a campaign.targetingSettings property as an enum. The documentation lists the available values of that enum as MANUAL and AUTO. The API response objects are however returned with additional values. Currently the additional values I am receiving ar CONTEXTUAL, T00020, and T00030.

URL of the content https://advertising.amazon.com/API/docs/en-us/reference/common-models/enums#targetingsettings

Description of what the documentation currently says The section providing the definition of the TargetingSettings enum lists the accepted values for the enum.

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 image

Example of value received from API response: image

Additional context

elizafarley commented 5 months ago

Hi @jasonhebert, T00020 and T00030 are valid responses for Sponsored Display campaigns. I will update the documentation to reflect that. CONTEXTUAL is not a valid response, and should instead by coming through as T00020. If you are seeing CONTEXTUAL, please open a Jira ticket so the engineering team can investigate.

jasonhebert commented 5 months ago

Thank you. I'll be sure to do that if I see it (CONTEXTUAL) again.