issues
search
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
Minor updates
#227
Closed
smaeda-ks
closed
5 years ago
smaeda-ks
commented
5 years ago
Change
Move
Analytics
class from the
resource.py
to the new
analytics.py
since it's just doesn't make sense at all to keep it in there.
User Impact
: For those who historically imported Analytics class from
resource.py
need to change import path:
from twitter_ads.resouce import Analytics
from twitter_ads.analytics import Analytics
Add
[x] LineItemApps -
doc
[x] LineItemPlacements -
doc
[x] ContentCategories -
doc
[x] IabCategories -
doc
Documentation
[ ] Add more general usage code comments as much as possible... (aligning with Sphinx style)
Change
Analytics
class from theresource.py
to the newanalytics.py
since it's just doesn't make sense at all to keep it in there. User Impact: For those who historically imported Analytics class fromresource.py
need to change import path:Add
Documentation