Hi,

i am trying to retrieve data for a campaign and all the targets for that
campaign using campaignservice and campaigntarget service.

In order to know the network types -- for which the campaign is targeted i
am using CampaignTargetService for this campaign.


from the explanation which is given to me at the following link,

http://groups.google.com/group/adwords-api/browse_thread/thread/c722fccc74fce55/afd14051c3b7b32d?lnk=gst&q=network+targeting+v2009#afd14051c3b7b32d


there shouldn't be a case when i will get only "CONTENT_CONTEXUAL" as
networktarget without "CONTENT_NETWORK".

but when i am trying to get targets for a particular campaign i am getting
"CONTENT_CONTEXUAL" as targeted network.

but when i logged into UI to check about this campaign, the campaign is
actually targeted only at search networks.

so technically i will expected the network targets to return only 2 types of
networks "GOOGLE_SEARCH", "SEARCH_NETWORK". but i am receiving a 3rd one
which is "CONTENT_CONTEXUAL".

please find the soap response i have received.


<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>
  <soap:Header>
    <ResponseHeader xmlns="https://adwords.google.com/api/adwords/cm/v200909
">
      <requestId>XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX</requestId>
      <operations>6</operations>
      <responseTime>361</responseTime>
      <units>1</units>
    </ResponseHeader>
  </soap:Header>
  <soap:Body>
    <getResponse xmlns="https://adwords.google.com/api/adwords/cm/v200909";>
      <rval>
        <totalNumEntries>6</totalNumEntries>
        <Page.Type>CampaignTargetPage</Page.Type>
        <entries xsi:type="AdScheduleTargetList" xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance";>

<campaignId>XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX</campaignId>
          <TargetList.Type>AdScheduleTargetList</TargetList.Type>
          <targets>
            <Target.Type>AdScheduleTarget</Target.Type>
            <dayOfWeek>MONDAY</dayOfWeek>
            <startHour>7</startHour>
            <startMinute>ZERO</startMinute>
            <endHour>20</endHour>
            <endMinute>THIRTY</endMinute>
            <bidMultiplier>1.0</bidMultiplier>
          </targets>
          <targets>
            <Target.Type>AdScheduleTarget</Target.Type>
            <dayOfWeek>TUESDAY</dayOfWeek>
            <startHour>7</startHour>
            <startMinute>ZERO</startMinute>
            <endHour>20</endHour>
            <endMinute>THIRTY</endMinute>
            <bidMultiplier>1.0</bidMultiplier>
          </targets>
          <targets>
            <Target.Type>AdScheduleTarget</Target.Type>
            <dayOfWeek>WEDNESDAY</dayOfWeek>
            <startHour>7</startHour>
            <startMinute>ZERO</startMinute>
            <endHour>20</endHour>
            <endMinute>THIRTY</endMinute>
            <bidMultiplier>1.0</bidMultiplier>
          </targets>
          <targets>
            <Target.Type>AdScheduleTarget</Target.Type>
            <dayOfWeek>THURSDAY</dayOfWeek>
            <startHour>7</startHour>
            <startMinute>ZERO</startMinute>
            <endHour>20</endHour>
            <endMinute>THIRTY</endMinute>
            <bidMultiplier>1.0</bidMultiplier>
          </targets>
          <targets>
            <Target.Type>AdScheduleTarget</Target.Type>
            <dayOfWeek>FRIDAY</dayOfWeek>
            <startHour>7</startHour>
            <startMinute>ZERO</startMinute>
            <endHour>20</endHour>
            <endMinute>THIRTY</endMinute>
            <bidMultiplier>1.0</bidMultiplier>
          </targets>
        </entries>
        <entries xsi:type="DemographicTargetList" xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance";>

<campaignId>XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX</campaignId>
          <TargetList.Type>DemographicTargetList</TargetList.Type>
        </entries>
        <entries xsi:type="GeoTargetList" xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance";>

<campaignId>XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX</campaignId>
          <TargetList.Type>GeoTargetList</TargetList.Type>
          <targets xsi:type="CountryTarget">
            <Target.Type>CountryTarget</Target.Type>
            <excluded>false</excluded>
            <countryCode>US</countryCode>
          </targets>
        </entries>
        <entries xsi:type="LanguageTargetList" xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance";>

<campaignId>XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX</campaignId>
          <TargetList.Type>LanguageTargetList</TargetList.Type>
          <targets>
            <Target.Type>LanguageTarget</Target.Type>
            <languageCode>en</languageCode>
          </targets>
        </entries>
        <entries xsi:type="NetworkTargetList" xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance";>

<campaignId>XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX</campaignId>
          <TargetList.Type>NetworkTargetList</TargetList.Type>
          <targets>
            <Target.Type>NetworkTarget</Target.Type>
            <networkCoverageType>GOOGLE_SEARCH</networkCoverageType>
          </targets>
          <targets>
            <Target.Type>NetworkTarget</Target.Type>
            <networkCoverageType>SEARCH_NETWORK</networkCoverageType>
          </targets>
          <targets>
            <Target.Type>NetworkTarget</Target.Type>
            <networkCoverageType>CONTENT_CONTEXTUAL</networkCoverageType>
          </targets>
        </entries>
        <entries xsi:type="PlatformTargetList" xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance";>

<campaignId>XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX</campaignId>
          <TargetList.Type>PlatformTargetList</TargetList.Type>
        </entries>
      </rval>
    </getResponse>
  </soap:Body>
</soap:Envelope>


Thank you,
Sai Raghavendra.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

Reply via email to