sprinklr-inc/twitter4j-ads

Add support for Batch API

Closed this issue · 1 comments

Batch API is important for scaling writes and realtime optimization scenarios to Campaign, Line Items, and Targeting Criteria as an extreme amount of them will not be possible to done in parallel in the single POST/PUT endpoints.

Relevant endpoints to implement:
https://dev.twitter.com/ads/reference/post/batch/accounts/%3Aaccount_id/targeting_criteria
https://dev.twitter.com/ads/reference/post/batch/accounts/%3Aaccount_id/line_items
https://dev.twitter.com/ads/reference/post/batch/accounts/%3Aaccount_id/campaigns

Added in latest commit