Sha256: 3aef5ef1aa99d8369bea78bf982c2ac23425739179f409b830768481e03c4301

Contents?: true

Size: 798 Bytes

Versions: 8

Compression:

Stored size: 798 Bytes

Contents

<?xml version="1.0"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
  <s:Header>
    <h:TrackingId xmlns:h="https://bingads.microsoft.com/CampaignManagement/v13">0f780b92-8feb-42be-aebb-49e2f17b98d5</h:TrackingId>
  </s:Header>
  <s:Body>
    <GetBulkDownloadStatusResponse xmlns="https://bingads.microsoft.com/CampaignManagement/v13">
      <Errors xmlns:i="http://www.w3.org/2001/XMLSchema-instance" i:nil="true"/>
      <ForwardCompatibilityMap xmlns:a="http://schemas.datacontract.org/2004/07/System.Collections.Generic" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"/>
      <PercentComplete>100</PercentComplete>
      <RequestStatus>Completed</RequestStatus>
      <ResultFileUrl>cool_url</ResultFileUrl>
    </GetBulkDownloadStatusResponse>
  </s:Body>
</s:Envelope>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
bing_ads_ruby_sdk-1.5.0 spec/fixtures/bulk/get_bulk_download_status/standard_response.xml
bing_ads_ruby_sdk-1.3.4 spec/fixtures/bulk/get_bulk_download_status/standard_response.xml
bing_ads_ruby_sdk-1.3.3 spec/fixtures/bulk/get_bulk_download_status/standard_response.xml
bing_ads_ruby_sdk-1.3.2 spec/fixtures/bulk/get_bulk_download_status/standard_response.xml
bing_ads_ruby_sdk-1.3.1 spec/fixtures/bulk/get_bulk_download_status/standard_response.xml
bing_ads_ruby_sdk-1.3.0 spec/fixtures/bulk/get_bulk_download_status/standard_response.xml
bing_ads_ruby_sdk-1.2.0 spec/fixtures/bulk/get_bulk_download_status/standard_response.xml
bing_ads_ruby_sdk-1.1.1 spec/fixtures/bulk/get_bulk_download_status/standard_response.xml