We have bunch of accounts and are able to get the data for all the accounts except the following
https://ads-api.twitter.com/1/accounts/c9rvgv/promoted_tweets
Hi, @SriKavikondala. Sorry to hear you’re running into trouble with this. Are you seeing the following error message?
{
"errors": [
{
"code": "SERVICE_UNAVAILABLE",
"message": "Service unavailable due to request timeout; please try the request again later"
}
],
"request": {
"params": {}
}
}
We are aware of this issue and are working toward a solution, but we don’t have a timeframe for when this might be resolved.
@SriKavikondala: In the meantime, you could specify the line item IDs in your requests, as follows:
$ twurl -H ads-api.twitter.com "/1/accounts/xxxxx/promoted_tweets?line_item_ids=aaaa,bbbb,cccc"