Sha256: 245b9735b2f109501ed77ed32374d61b6192403a58c3d086c7b8c5e4ebb95c1c

Contents?: true

Size: 1.36 KB

Versions: 5

Compression:

Stored size: 1.36 KB

Contents

<!-- Post to 'https://adwords-sandbox.google.com/api/adwords/cm/v200909/AdParamService' -->
<?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_2+sem4ruby@gmail.com
      </clientEmail>
    </s:RequestHeader>
  </env:Header>
  <env:Body>
    <mutate xmlns='https://adwords.google.com/api/adwords/cm/v200909'>
      <operations xsi:type='AdParamOperation'>
        <operator>
          SET
        </operator>
        <operand>
          <adGroupId>
            3060219043
          </adGroupId>
          <criterionId>
            11536082
          </criterionId>
          <paramIndex>
            1
          </paramIndex>
          <insertionText>
            $99.99
          </insertionText>
        </operand>
      </operations>
    </mutate>
  </env:Body>
</env:Envelope>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
sem4r-0.1.6 spec/sem4r/ad_param/fixtures/mutate_set-req.xml
sem4r-0.1.5 spec/sem4r/ad_param/fixtures/mutate_set-req.xml
sem4r-0.1.3 spec/sem4r/ad_param/fixtures/mutate_set-req.xml
sem4r-0.1.2 spec/sem4r/ad_param/fixtures/mutate_set-req.xml
sem4r-0.1.1 spec/fixtures/services/ad_param/mutate_set-req.xml