Class: BingAdsApi::V8::ReportingService::ReportingService

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

Instance Method Summary collapse

Constructor Details

#initialize(config, endpoint) ⇒ ReportingService

Returns a new instance of ReportingService.



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

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

Instance Method Details

#poll_generate_report(*args, &block) ⇒ Object



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

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

#submit_generate_report(*args, &block) ⇒ Object



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

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