Hello,
We use Twitter Ads API v3 and faced an issue when /accounts/*/promoted_tweets endpoint doesn’t return data with line_item_ids.
An example:
Request:
https://ads-api.twitter.com/3/accounts/%account_id%/promoted_tweets?count=500&with_deleted=true&line_item_ids=%id%&with_total_count=true
Response:
{
u'data':[
],
u'next_cursor':u'8tl7hdji8',
u'request':{
u'params':{
u'count':500,
u'with_deleted':True,
u'account_id':u'*',
u'line_item_ids':[
u'*'
],
u'with_total_count':True
}
},
u'total_count':4052
}
As you can see data is empty. The next 8 responses with cursor don’t contain data too. Can you suggest what can cause the issue?