New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

the_trade_desk_ads

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

the_trade_desk_ads

  • 0.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Gem Version Build Status Coverage Status

TheTradeDesk Marketing API SDK for Ruby

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

FAQs

Package last updated on 21 May 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc