Hi,

When fetching entities using AdGroupBidModifierService we observed that 
Criterion.Type field for criterion is set to 'Criterion' instead of 
'Platform', also type field is not returned when CriteriaType is passed in 
fields selector.

Request body:
  <soapenv:Body>
    <get xmlns="https://adwords.google.com/api/adwords/cm/v201302";>
      <selector>
        <fields>CampaignId</fields>
        <fields>AdGroupId</fields>
        <fields>BidModifier</fields>
        <fields>Id</fields>
        <fields>BidModifierSource</fields>
        <fields>CriteriaType</fields>
        <predicates>
          <field>AdGroupId</field>
          <operator>IN</operator>
          <values>__ADGROUP_ID__</values>
        </predicates>
        <predicates>
          <field>BidModifierSource</field>
          <operator>IN</operator>
          <values>AD_GROUP</values>
        </predicates>
      </selector>
    </get>
  </soapenv:Body>

Response body:
  <soap:Body>
    <getResponse xmlns="https://adwords.google.com/api/adwords/cm/v201302";>
      <rval>
        <totalNumEntries>1</totalNumEntries>
        <Page.Type>AdGroupBidModifierPage</Page.Type>
        <entries>
          <campaignId>__CAMPAIGN_ID__</campaignId>
          <adGroupId>__ADGROUP_ID__</adGroupId>
          <criterion>
            <id>30001</id>
            <Criterion.Type>Criterion</Criterion.Type>
          </criterion>
          <bidModifier>0.9</bidModifier>
          <bidModifierSource>AD_GROUP</bidModifierSource>
        </entries>
      </rval>
    </getResponse>
  </soap:Body>

Is this correct behavoiur ?

Radosław Pociecha

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to