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