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
The problem is that while adId is automatically added and returned, if adId is request the amazon api generates an error. So the connector needs to handle adId without requesting it be returned from amazon (this does seem like an amazon bug)
This adId is pretty important to actually use this report data when you need to break down by adId
Steps to Reproduce
Create a source connector and connection to amazon ads
See that adId is missing from sponsored_products_report_stream
Are you willing to submit a PR?
I will be submitting a PR with a fix for this
The text was updated successfully, but these errors were encountered:
Environment
Airbyte version: example is 0.35.12-alpha
OS Version / Instance: macOS
Deployment: Docker
Source Connector and version: Amazon Ads 0.1.3
Severity: Medium
Step where error happened: Sync Job
Current Behavior
sponsored_products_report_stream does not return adId
Expected Behavior
adId should be returned for the productAds and asins report. It is added automatically by Amazon to the report
See the amazon documentation in this link for the metrics list. https://advertising.amazon.com/API/docs/en-us/concepts/reporting/report-types#product-ad-reports
The problem is that while adId is automatically added and returned, if adId is request the amazon api generates an error. So the connector needs to handle adId without requesting it be returned from amazon (this does seem like an amazon bug)
This adId is pretty important to actually use this report data when you need to break down by adId
Steps to Reproduce
Are you willing to submit a PR?
I will be submitting a PR with a fix for this
The text was updated successfully, but these errors were encountered: