Ruby wrapper for the Adzerk API.
sudo gem install adzerk
Be sure and get your API key. Log into the management application at http://manage.adzerk.net/. Then, click on the settings tab, followed by the API Keys tab.
Refer to the https://github.com/adzerk/adzerk-api/wiki of this repository for the properties needed for update and create.
require 'adzerk'
client = Adzerk::Client.new('your_api_key')
client.sites.list
Copyright © 2011-2016 Adzerk, Inc.