Sha256: 5ccd1c058a5d3079fbe7b2bda35a765258f3fea2fd4d0adb08908be7c8ece1ae
Contents?: true
Size: 1.61 KB
Versions: 3
Compression:
Stored size: 1.61 KB
Contents
# Bluekai [![Gem Version](http://img.shields.io/gem/v/bluekai.svg)](http://rubygems.org/gems/bluekai) [![Circle CI](https://circleci.com/gh/ad2games/bluekai.png?style=shield&circle-token=323d6ce1376f1473cab4474d89f8fc7287446595)](https://circleci.com/gh/ad2games/bluekai) [![Code Climate](https://codeclimate.com/repos/5523e6d8695680516e00144d/badges/40648ea53c768dd15de5/gpa.svg)](https://codeclimate.com/repos/5523e6d8695680516e00144d/feed) [![Test Coverage](https://codeclimate.com/repos/5523e6d8695680516e00144d/badges/40648ea53c768dd15de5/coverage.svg)](https://codeclimate.com/repos/5523e6d8695680516e00144d/feed) ## Installation Add this line to your application's Gemfile: gem 'bluekai' And then execute: $ bundle Or install it yourself as: $ gem install bluekai ## Usage Before you start, please ensure the following variables are correctly set in your environment: `ENV['BLUEKAI_DOMAIN']`, `ENV['BLUEKAI_API_USER_KEY']`, `ENV['BLUEKAI_API_PRIVATE_KEY']` and `ENV['BLUEKAI_PARTNER_ID']` List all self-classification categories ```ruby Bluekai::Client.new.category_list({}) ``` Read category parameters including estimated reach (estimated number of unique users based on 30-day inventory) on desktop ```ruby Bluekai::Client.new.category_read({category_id: 421426, stats: 'true', device_type: 'desktop'}) ``` ## Contributing 1. Fork it ( https://github.com/[my-github-username]/bluekai/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
bluekai-0.0.3 | README.md |
bluekai-0.0.2 | README.md |
bluekai-0.0.1 | README.md |