Skip to content
This repository was archived by the owner on Jul 13, 2025. It is now read-only.
This repository was archived by the owner on Jul 13, 2025. It is now read-only.

Confirming there is an issue with "query" #688

Description

@guillim

Hi there,

While trying to get the "query" term into my reports using your npm package, I have some issue. I notices you already spotted it here :

But basically, any kind of Sponsored brand report will not allow the query to be in the report for some unknown reason.

Even trying the API example from official doc https://advertising.amazon.com/API/docs/en-us/reference/sponsored-brands/2/reports

will not give the as it should be

[                                                                                           
 {"keywordId":123, "query": "red iphone case", "impressions": 584920, "clicks": 2989},         
 {"keywordId":123, "query": "blue iphone 6s case", "impressions": 8348230, "clicks": 16483},   
 {"keywordId":456, "query": "chuck taylor all star", "impressions": 83910, "clicks": 2483},    
 {"keywordId":456, "query": "converse chuck taylor", "impressions": 2349190, "clicks": 1238},  
 {"keywordId":456, "query": "chuck taylor", "impressions": 291827, "clicks": 1289},            
 {"keywordId":789, "query": "rare earth magnets", "impressions": 99375092, "clicks": 912037},  
 {"keywordId":789, "query": "magnets", "impressions": 93894023, "clicks": 238482},             
 {"keywordId":789, "query": "strong magnets", "impressions": 292, "clicks": 1}                 
]

instead we have this :

[                                                                                           
 {"keywordId":123, "impressions": 584920, "clicks": 2989},         
 {"keywordId":123, "impressions": 8348230, "clicks": 16483},   
 {"keywordId":456, "impressions": 83910, "clicks": 2483},    
 {"keywordId":456, "impressions": 2349190, "clicks": 1238},  
 {"keywordId":456, "impressions": 291827, "clicks": 1289},            
 {"keywordId":789, "impressions": 99375092, "clicks": 912037},  
 {"keywordId":789, "impressions": 93894023, "clicks": 238482},             
 {"keywordId":789, "impressions": 292, "clicks": 1}                 
]

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions