during the upgrade from v10 to v11 , we found an issue with the endpoint https://ads-api.twitter.com/11/accounts/:account_id/promoted_tweets.
as per the below screen shots we can see that when we call the API with one line_item_id we get more that 1000 tweets , and when the same line_item_id is part of set of line_items_ids we get only 6 tweets
Hello,
Thanks for reaching out. I see that on your second screenshot, the count=1000 param is specified. This could be one of the reason why not all records are being shown given the fact that there are so many line_item_ids that you have queried for using the API call.
Given this limit of count=1000 for this API, it would be better if you can just query based on just this line_item_id=65897 and not include the rest of line_item_ids.