Sha256: 97fff427aa0dcdd7fcdae0d4580fa62efe64a862ef4ad6dc31ee12a331ba7859
Contents?: true
Size: 451 Bytes
Versions: 4
Compression:
Stored size: 451 Bytes
Contents
module SoapyBing module Soap module Request class SubmitGenerateReportRequest < Base API_BASE_URL = 'https://reporting.api.bingads.microsoft.com'.freeze API_VERSION = 9 API_ENDPOINT = "#{API_BASE_URL}/Api/Advertiser/Reporting/V#{API_VERSION}/ReportingService.svc".freeze def perform Response::SubmitGenerateReportResponse.new(post(API_ENDPOINT)) end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems