singer-io / tap-bing-ads

A Singer.io tap for extracting data from the Bing Ads API
GNU Affero General Public License v3.0
13 stars 30 forks source link

Handling error responses vs empty report responses #19

Closed agaman closed 6 years ago

agaman commented 6 years ago

It turns out that an empty response URL with a successful response is actually just an empty report.

https://docs.microsoft.com/en-us/bingads/reporting-service/reportrequeststatus

This changeset handles 3 cases for the incremental downloading of a report:

nick-mccoy commented 6 years ago

👍