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

Account Level Data #255

Closed mofa closed 4 years ago

mofa commented 4 years ago

I want to pull top level account data without any campaigns, so I am passing entity = ACCOUNT and for entity IDs I am just passing the account ID. I am always getting empty result. Note that campaign entity works.

Also in the library there doesn't seem to be stats on the account level so I am doing this as a custom call.

Thanks.