xdevplatform / twitter-python-ads-sdk

A Twitter supported and maintained Ads API SDK for Python.
https://twitterdev.github.io/twitter-python-ads-sdk/
MIT License
189 stars 106 forks source link

Metrics for Paused and Deleted Tweets - active_entities #206

Closed shaun10 closed 5 years ago

shaun10 commented 5 years ago

Can active_entities take with_deleted = true?

https://twittercommunity.com/t/metrics-for-paused-and-deleted-tweets-active-entities/128179

If so will that then result in including paused and deleted tweets? How can we pass it to this method? Just as a dictionary with? -

{'with_deleted' : True} Will that work?

smaeda-ks commented 5 years ago

@shaun10 Answered in https://twittercommunity.com/t/metrics-for-paused-and-deleted-tweets-active-entities/128179

I'm closing this as this is not an issue.