class BingAdsApi::V8::AdIntelligenceService::AdIntelligenceService
Public Class Methods
new(config, endpoint)
click to toggle source
Calls superclass method
# 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
Public Instance Methods
get_estimated_bid_by_keyword_ids(*args, &block)
click to toggle source
# 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)
click to toggle source
# 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)
click to toggle source
# 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)
click to toggle source
# 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)
click to toggle source
# 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)
click to toggle source
# 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)
click to toggle source
# 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)
click to toggle source
# 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)
click to toggle source
# 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)
click to toggle source
# 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)
click to toggle source
# 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)
click to toggle source
# 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)
click to toggle source
# 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)
click to toggle source
# 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
Private Instance Methods
get_module()
click to toggle source
# File lib/bing_ads_api/v8/ad_intelligence_service.rb, line 82 def get_module() return BingAdsApi::V8::AdIntelligenceService end
get_service_registry()
click to toggle source
# File lib/bing_ads_api/v8/ad_intelligence_service.rb, line 78 def get_service_registry() return AdIntelligenceServiceRegistry end