Sha256: 81cec35b268d23a534926fa254cd5a95f200973c5addeb3500efb11cfa62e0b1

Contents?: true

Size: 1.5 KB

Versions: 5

Compression:

Stored size: 1.5 KB

Contents

<!-- response -->
<soap:Envelope xmlns:soap='http://schemas.xmlsoap.org/soap/envelope/'>
  <soap:Header>
    <ResponseHeader xmlns='https://adwords.google.com/api/adwords/cm/v200909'>
      <requestId>
        cb9fe90403a0dcf363d831a535bcbeea
      </requestId>
      <operations>
        1
      </operations>
      <responseTime>
        153
      </responseTime>
      <units>
        1
      </units>
    </ResponseHeader>
  </soap:Header>
  <soap:Body>
    <getResponse xmlns='https://adwords.google.com/api/adwords/cm/v200909'>
      <rval>
        <totalNumEntries>
          1
        </totalNumEntries>
        <Page.Type>
          AdGroupAdPage
        </Page.Type>
        <entries>
          <adGroupId>
            3060217920
          </adGroupId>

          <ad xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:type='TextAd'>
            <id>218770</id>
            <url>http://www.pluto.com</url>
            <displayUrl>www.Pluto.com</displayUrl>
            <approvalStatus>UNCHECKED</approvalStatus>
            <Ad.Type>TextAd</Ad.Type>
            <headline>Vieni da noi</headline>
            <description1>vieni da noi</description1>
            <description2>arivieni da noi</description2>
          </ad>

          <status>ENABLED</status>
          <stats>
            <network>SEARCH</network>
            <Stats.Type>AdStats</Stats.Type>
            <percentServed>0.0</percentServed>
          </stats>
        </entries>
      </rval>
    </getResponse>
  </soap:Body>
</soap:Envelope>
<!-- end -->

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
sem4r-0.1.6 spec/sem4r/ad_group_ad/fixtures/get_text_ad-res.xml
sem4r-0.1.5 spec/sem4r/ad_group_ad/fixtures/get_text_ad-res.xml
sem4r-0.1.3 spec/sem4r/ad_group_ad/fixtures/get_text_ad-res.xml
sem4r-0.1.2 spec/sem4r/ad_group_ad/fixtures/get_text_ad-res.xml
sem4r-0.1.1 spec/fixtures/services/ad_group_ad/get_text_ad-res.xml