Class: BingAdsApi::V8::AdIntelligenceService::AdIntelligenceService

Inherits:
AdsCommonForBingAds::SavonService show all
Defined in:
lib/bing_ads_api/v8/ad_intelligence_service.rb

Instance Method Summary collapse

Constructor Details

#initialize(config, endpoint) ⇒ AdIntelligenceService

Returns a new instance of AdIntelligenceService.



15
16
17
18
# File 'lib/bing_ads_api/v8/ad_intelligence_service.rb', line 15

def initialize(config, endpoint)
  namespace = 'https://adcenter.microsoft.com/v8'
  super(config, endpoint, namespace, :v8)
end

Instance Method Details

#get_estimated_bid_by_keyword_ids(*args, &block) ⇒ Object



28
29
30
# File 'lib/bing_ads_api/v8/ad_intelligence_service.rb', line 28

def get_estimated_bid_by_keyword_ids(*args, &block)
  return execute_action('get_estimated_bid_by_keyword_ids', args, &block)
end

#get_estimated_bid_by_keywords(*args, &block) ⇒ Object



36
37
38
# File 'lib/bing_ads_api/v8/ad_intelligence_service.rb', line 36

def get_estimated_bid_by_keywords(*args, &block)
  return execute_action('get_estimated_bid_by_keywords', args, &block)
end

#get_estimated_position_by_keyword_ids(*args, &block) ⇒ Object



32
33
34
# File 'lib/bing_ads_api/v8/ad_intelligence_service.rb', line 32

def get_estimated_position_by_keyword_ids(*args, &block)
  return execute_action('get_estimated_position_by_keyword_ids', args, &block)
end

#get_estimated_position_by_keywords(*args, &block) ⇒ Object



40
41
42
# File 'lib/bing_ads_api/v8/ad_intelligence_service.rb', line 40

def get_estimated_position_by_keywords(*args, &block)
  return execute_action('get_estimated_position_by_keywords', args, &block)
end

#get_historical_keyword_performance(*args, &block) ⇒ Object



52
53
54
# File 'lib/bing_ads_api/v8/ad_intelligence_service.rb', line 52

def get_historical_keyword_performance(*args, &block)
  return execute_action('get_historical_keyword_performance', args, &block)
end

#get_historical_keyword_performance_by_device(*args, &block) ⇒ Object



56
57
58
# File 'lib/bing_ads_api/v8/ad_intelligence_service.rb', line 56

def get_historical_keyword_performance_by_device(*args, &block)
  return execute_action('get_historical_keyword_performance_by_device', args, &block)
end

#get_historical_search_count(*args, &block) ⇒ Object



44
45
46
# File 'lib/bing_ads_api/v8/ad_intelligence_service.rb', line 44

def get_historical_search_count(*args, &block)
  return execute_action('get_historical_search_count', args, &block)
end

#get_historical_search_count_by_device(*args, &block) ⇒ Object



48
49
50
# File 'lib/bing_ads_api/v8/ad_intelligence_service.rb', line 48

def get_historical_search_count_by_device(*args, &block)
  return execute_action('get_historical_search_count_by_device', args, &block)
end

#get_keyword_categories(*args, &block) ⇒ Object



68
69
70
# File 'lib/bing_ads_api/v8/ad_intelligence_service.rb', line 68

def get_keyword_categories(*args, &block)
  return execute_action('get_keyword_categories', args, &block)
end

#get_keyword_demographics(*args, &block) ⇒ Object



72
73
74
# File 'lib/bing_ads_api/v8/ad_intelligence_service.rb', line 72

def get_keyword_demographics(*args, &block)
  return execute_action('get_keyword_demographics', args, &block)
end

#get_keyword_locations(*args, &block) ⇒ Object



64
65
66
# File 'lib/bing_ads_api/v8/ad_intelligence_service.rb', line 64

def get_keyword_locations(*args, &block)
  return execute_action('get_keyword_locations', args, &block)
end

#get_publisher_keyword_performance(*args, &block) ⇒ Object



20
21
22
# File 'lib/bing_ads_api/v8/ad_intelligence_service.rb', line 20

def get_publisher_keyword_performance(*args, &block)
  return execute_action('get_publisher_keyword_performance', args, &block)
end

#suggest_keywords_for_url(*args, &block) ⇒ Object



24
25
26
# File 'lib/bing_ads_api/v8/ad_intelligence_service.rb', line 24

def suggest_keywords_for_url(*args, &block)
  return execute_action('suggest_keywords_for_url', args, &block)
end

#suggest_keywords_from_existing_keywords(*args, &block) ⇒ Object



60
61
62
# File 'lib/bing_ads_api/v8/ad_intelligence_service.rb', line 60

def suggest_keywords_from_existing_keywords(*args, &block)
  return execute_action('suggest_keywords_from_existing_keywords', args, &block)
end