Sha256: 710bad999b0fbb768885b8a46851e6543500fca95329e80f4f8aeda06d6b93d5
Contents?: true
Size: 1.41 KB
Versions: 5
Compression:
Stored size: 1.41 KB
Contents
<!-- Post to 'https://adwords-sandbox.google.com/api/adwords/cm/v200909/CampaignService' --> <?xml version="1.0" encoding="utf-8" ?> <env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns="https://adwords.google.com/api/adwords/cm/v200909" xmlns:s="https://adwords.google.com/api/adwords/cm/v200909"> <env:Header> <s:RequestHeader env:mustUnderstand="0"> <authToken>***censured***</authToken> <userAgent>Sem4r Adwords Ruby Client Library (http://github.com/sem4r/sem4r)</userAgent> <developerToken>***censured***</developerToken> <clientEmail>client_1+sem4ruby@gmail.com</clientEmail> </s:RequestHeader> </env:Header> <env:Body> <mutate xmlns="https://adwords.google.com/api/adwords/cm/v200909"> <operations xsi:type="CampaignOperation"> <operator>ADD</operator> <operand> <name>campaign 2010-02-13 09:39:46 +0100</name> <status>PAUSED</status> <budget> <period>DAILY</period> <amount xsi:type="Money"> <microAmount>50000000</microAmount> </amount> <deliveryMethod>STANDARD</deliveryMethod> </budget> <biddingStrategy xsi:type="ManualCPC"></biddingStrategy> </operand> </operations> </mutate> </env:Body> </env:Envelope>
Version data entries
5 entries across 5 versions & 1 rubygems