No commit activity in last 3 years
No release in over 3 years
Rails plugin for querying Yahoo Ads for estimated CPC, impressions, and clicks
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0
 Project Readme

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. More info at Transparent Development, the Transparent Financial Services development blog.