Sha256: 8cc706a2f76c0c8dd5b894249f6d41a2d10fcbb1f90271450b206f7a43327646

Contents?: true

Size: 1.03 KB

Versions: 4

Compression:

Stored size: 1.03 KB

Contents

<!-- Post to 'https://adwords-sandbox.google.com/api/adwords/info/v201008/InfoService' -->
 
<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/v201008' xmlns:s='https://adwords.google.com/api/adwords/info/v201008'>
  <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>
    </s:RequestHeader>
  </env:Header>
  <env:Body>
    <s:get>
      <s:selector>
        <s:dateRange>
          <min>
            20100101
          </min>
          <max>
            20101120
          </max>
        </s:dateRange>
        <s:apiUsageType>
          UNIT_COUNT
        </s:apiUsageType>
      </s:selector>
    </s:get>
  </env:Body>
</env:Envelope>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
sem4r-0.1.6 spec/sem4r/info/fixtures/get_unit_count-req.xml
sem4r-0.1.5 spec/sem4r/info/fixtures/get_unit_count-req.xml
sem4r-0.1.3 spec/sem4r/info/fixtures/get_unit_count-req.xml
sem4r-0.1.2 spec/sem4r/info/fixtures/get_unit_count-req.xml