Sha256: 2294c5b211b60be9f3bca1ed15ed51133ee17edaeb51fd63e2ed0a27b735e00a
Contents?: true
Size: 614 Bytes
Versions: 6
Compression:
Stored size: 614 Bytes
Contents
= Yahoo::AdsEstimates Yahoo::AdsEstimates is a rails plugin for querying Yahoo's ads service for estimates of Max CPC, Impressions, and Clicks. == Usage y = Yahoo::AdsEstimates.new('git') y.max_cpcs => [1.12, 1.12] y.impressions => [1.43, 1.43] y.clicks => [0.09, 0.09] y = Yahoo::AdsEstimates.new('git', [10.0]) y.max_cpcs => [1.12] == Credits Yahoo::AdsEstimates was created, and is maintained by {Joshua Krall}[http://github.com/jkrall]. More info at {Transparent Development}[http://transfs.com/devblog], the {Transparent Financial Services}[http://transfs.com] development blog.
Version data entries
6 entries across 6 versions & 1 rubygems