Twitter Ads API SDK for Ruby v0.3.0
This is a big release!
We’ve added a number of new, highly requested features including full native support for Tailored Audiences, TON API uploads, Video management and Video App Download Cards.
Working with Tailored Audiences and the TON API has never been easier. The Ruby SDK handles everything for you. Here’s an example of how easy it is to work with Tailored Audiences in v0.3.0:
# create a new tailored audience
audience = TwitterAds::TailoredAudience.create(account, '/path/to/file', 'my list', 'EMAIL')
# update an existing tailored audience
audience.update('/path/to/file', 'TWITTER_ID', 'REMOVE')
# check the status pending audience changes
audience.status
For more examples, checkout the project on GitHub.
New Features / Changes:
- Added support for
TwitterAds::TailoredAudience. (@brandonmblack)
- Added support for
TwitterAds::Cards::VideoAppDownloadCard. (@brandonmblack)
- Added support for
TwitterAds::Cards::ImageConversationCard. (@brandonmblack)
- Added support for
TwitterAds::Cards::VideoConversationCard. (@brandonmblack)
- Added support for
TwitterAds::TONUpload. (@brandonmblack)
- Added support for promoted only Tweet creation via
TwitterAds::Tweet#create. (@brandonmblack)
- Added full support for promoted video management via
TwitterAds::Video. (@brandonmblack)
- Added support for
TwitterAds::Creative::PromotedTweet#stats. (@jacobmoe)
- Fix to ensure that
reload! and load both work with deleted objects. (@brandonmblack)
https://rubygems.org/gems/twitter-ads/versions/0.3.0
To get started, you can install the SDK from RubyGems and then head over to the project homepage to read through the current set of documentation and examples.
# install the ruby sdk
gem install twitter-ads
# update an existing install
gem update twitter-ads
Project Homepage:
http://twitterdev.github.io/twitter-ruby-ads-sdk/
Project Roadmap:
Have a question? Need to report an issue?
We
code. Want to send us a pull request?
Please check out our contributing guidelines available here.