sprinklr-inc/twitter4j-ads

v2 changes in TwitterAdsPromotedTweetApi remove possibility of filtering by lineItemId

Closed this issue · 2 comments

This change removes necessary filtering by lineItemId:

7ec7b43#diff-b919ebda3da5967e5d4cea251abc3438

In v2 of the Twitter Ads API, a list of lineItemIds can be passed instead.

We have removed the line_item_id parameter from the GET accounts/:account_id/promoted_tweets endpoint, which we previously marked as deprecated. (Note: the line_item_ids parameter is not affected.)

https://twittercommunity.com/t/ads-api-version-2/90360?utm_campaign=OT_NW_ADS_Updates_US_EN_171027&utm_medium=email&utm_source=Eloqua

My point was that the line_item_ids parameter doesn't seem to be exposed at all: https://github.com/sprinklr-inc/twitter4j-ads/blob/master/twitter4j-ads/src/twitter4j/api/TwitterAdsPromotedTweetApi.java#L32

Am I missing something?