Sha256: 2162aac3363aa2ae44ae40603fac572f62db3259a409ba798f4248397d858dbb

Contents?: true

Size: 740 Bytes

Versions: 4

Compression:

Stored size: 740 Bytes

Contents

<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:tns="https://bingads.microsoft.com/CampaignManagement/v10"
              xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
    <env:Header>
        <tns:CustomerAccountId><%= account.account_id %></tns:CustomerAccountId>
        <tns:CustomerId><%= account.customer_id %></tns:CustomerId>
        <tns:DeveloperToken><%= account.developer_token %></tns:DeveloperToken>
        <tns:AuthenticationToken><%= authentication_token %></tns:AuthenticationToken>
    </env:Header>
    <env:Body>
        <tns:GetAdGroupsByCampaignIdRequest>
            <tns:CampaignId><%= campaign_id %></tns:CampaignId>
        </tns:GetAdGroupsByCampaignIdRequest>
    </env:Body>
</env:Envelope>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
soapy_bing-0.3.1 lib/soapy_bing/soap/templates/get_ad_groups_by_campaign_id.xml.erb
soapy_bing-0.3.0 lib/soapy_bing/soap/templates/get_ad_groups_by_campaign_id.xml.erb
soapy_bing-0.2.0 lib/soapy_bing/soap/templates/get_ad_groups_by_campaign_id.erb.xml
soapy_bing-0.1.0 lib/soapy_bing/soap/templates/get_ad_groups_by_campaign_id.erb.xml