Hi,
There is two questions.
- A best way to fetch Promoted Tweet async data and creatives with image , video url , text.
- A solution for the error from
Tweet.preview()
1
Now I’m trying to generate Promoted Tweet Report.
But I’m not sure how to fetch PromotedTweet data and each creatives including image,video ,url, text .
Which is the best way to fetch async data and creatives ??
2
An error is below.
twitter_ads.error.Forbidden: <Forbidden object at 0x10509fac8 code=403 details=[{'code': 'NOT_FOUND', 'message': 'User ******** was not found'}]>
I’m sure that account_id includes tweet_id.
Thanks , yasu