Skip to content

vaporware/the-trade-desk-ruby-ads-sdk

 
 

Repository files navigation

Gem Version Build Status Coverage Status

Facebook Ads

This gem allows you to manage your TheTradeDesk Ads using a ruby interface. It allows you to list, create, update and destroy TheTradeDesk Ad objects (advertisers, campaigns, ad groups, etc) and get reports about the performance of TheTradeDesk Ads.

Still in early development - DO NOT USE

Install

gem install the_trade_desk_ads

Or, add the following to your Gemfile:

gem 'the_trade_desk_ads', '~> 0.1'

Ruby Version

Requires Ruby >= 2.0

Permissions

You'll need a Login and a Password in order to use TheTradeDesk's Advertising API.

TheTradeDeskAds.login = '[YOUR_LOGIN]'
TheTradeDeskAds.password = '[YOUR_PASSWORD]'

API Version

This gem currently uses v3 of the Advertising API. You can change the version as desired with the following:

TheTradeDeskAds.base_uri = 'https://apisb.thetradedesk.com/v3/'

Console

This gem provides a console using Pry and AwesomePrint for you to test & debug. It reads the Login and Password from files called test_login and test_password.

echo [YOUR_LOGIN] > test_login
echo [YOUR_PASSWORD] > test_password
bin/console

@TODO:

  • Everything

About

Ruby SDK for TheTradeDesk Ads API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%