class SpyFu::Api::AdHistory

Constants

BASE_ENDPOINT

More information: www.spyfu.com/apis/ad_history_api/domain_ad_history

Public Instance Methods

domain_ad_history(params) click to toggle source

Get ad history by domain

# File lib/spyfu/api/ad_history.rb, line 8
def domain_ad_history(params)
  send_get "domain_ad_history", params
end
domain_ad_history_with_metrics(params) click to toggle source

Get ad history by domain with metrics

# File lib/spyfu/api/ad_history.rb, line 13
def domain_ad_history_with_metrics(params)
  send_get "domain_ad_history_with_metrics", params
end
term_ad_history(params) click to toggle source

Get ad history by domain by Term

# File lib/spyfu/api/ad_history.rb, line 18
def term_ad_history(params)
  send_get "term_ad_history", params
end