Skip to content

Releases: xdevplatform/twitter-python-ads-sdk

v1.2.1

23 Mar 21:04
Compare
Choose a tag to compare
  • Bug fixes to support TON upload

v 1.2.0

19 Dec 19:13
Compare
Choose a tag to compare

New release v1.2.0

Changes:

v1.0.0

27 May 15:26
Compare
Choose a tag to compare
  • Migrated from Ads API v0 to v1
  • Updated reach estimation to support v1, with new response object and required parameters
  • Updated analytics response object and new input parameters for v1
  • Added support for v1 async analytics
  • Added support for tailored audience permissions

v0.2.0

28 Jan 21:03
Compare
Choose a tag to compare
  • Added TON API upload support through TONUpload (@brandonblack)
  • Added full Tailored Audience support through TailoredAudience (@brandonblack)
  • Added examples/tailored_audience.py (@brandonblack)
  • Added error handling example to examples/manual_request.py (@garethpaul)
  • Refactor of modeled error classes, handles non-standard API responses (@brandonblack)
  • Fixed incorrect param, using campaign_ids vs 'param' in examples/promoted_tweet.py (@garethpaul)

v0.1.3

04 Jan 22:48
Compare
Choose a tag to compare
  • Fix to handle inconsistent API response in PromotedTweet.save() (@jackMort)
  • Added .first to the Cursor class (@garethpaul)

v0.1.2

17 Dec 21:10
Compare
Choose a tag to compare
  • Fixing Cursor to handle next cursor and request params correctly. (@jackMort)

v0.1.1

16 Dec 07:38
Compare
Choose a tag to compare
  • Refactor of resource subclasses. (@brandonblack)
  • Fix for void methods that should be returning self. (@brandonblack)
  • Fix for incorrect return value in Acccount.load(). (@jackMort)
  • Added support for httplib2 and fixing http.client support in Python 3. (@thelostscientist)

Note: backward compatibility for deprecated APIs will remain in place until v1.0.0.

v0.1.0

15 Dec 03:25
Compare
Choose a tag to compare

Initial Release