[source-amazon-ads] Add Sponsored Products Search Terms Report stream #74366
Replies: 3 comments
|
Hi Ramon Gonzalez (@sultar44), thank you for opening this discussion! This is a well-articulated feature request. The Search Terms Report ( Since the Amazon Ads API already supports this report type via the same async report pattern used by the existing keyword report streams, this looks like a natural addition to the connector. I'm escalating this to the internal team for review and prioritization. I'll follow up with a tracking link shortly. Need more help? Join Airbyte Community Slack for peer support, or if you're a Cloud customer, open a support ticket referencing this URL. This message is generated from Devin.ai (internal session link). |
|
This feature request has been escalated to the internal team for review and prioritization: https://github.com/airbytehq/oncall/issues/11556 This message is generated from Devin.ai (internal session link). |
|
Ramon Gonzalez (@sultar44) Hello! Thank you for submitting this feature request. PR 74367 was merged. Two streams were added:
The addition of these search terms report streams should address your needs. As the requested feature was added, this issue will now be closed. Have a great rest of your day! |
Uh oh!
There was an error while loading. Please reload this page.
The Amazon Ads connector currently supports Sponsored Products keyword-level daily reports (sponsored_products_keywords_report_stream_daily) but does NOT include the Search Terms Report.
These are fundamentally different data:
• Keywords report = performance of keywords you're bidding on
• Search terms report = actual customer search queries that triggered your ads
The Search Terms Report is critical for:
• Negative keyword optimization (finding irrelevant queries eating budget)
• New keyword discovery (finding high-converting queries to add as keywords)
• Understanding actual customer intent vs. broad/phrase match expansion
Amazon Ads API endpoint: The data is available via the Sponsored Products v3 Reporting API with reportType: spSearchTerm. It follows the same async report pattern as the existing keyword reports.
Suggested stream name: sponsored_products_search_terms_report_stream_daily
This would be a huge addition for anyone running Sponsored Products campaigns. Currently I have to maintain a custom script to pull this and push it to BigQuery alongside Airbyte.
All reactions