Hi
I am trying to get the marginalCpc using the getCriterionBidLandscape 
service.
I am making soap call to the service.
*Request :*
SOAP-ENV:Envelope 
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201506";>
  <SOAP-ENV:Header>
    <ns1:RequestHeader>
      <ns1:clientCustomerId>XXXXXXX</ns1:clientCustomerId>
      <ns1:developerToken>XXXXXXXXXXXXX</ns1:developerToken>
      <ns1:userAgent>XXXXXXXXX</ns1:userAgent>
    </ns1:RequestHeader>
  </SOAP-ENV:Header>
  <SOAP-ENV:Body>
    <ns1:getCriterionBidLandscape>
      <ns1:serviceSelector>
        <ns1:fields>AdGroupId</ns1:fields>
        <ns1:fields>CriterionId</ns1:fields>
        <ns1:fields>StartDate</ns1:fields>
        <ns1:fields>EndDate</ns1:fields>
        <ns1:fields>Bid</ns1:fields>
        <ns1:fields>MarginalCpc</ns1:fields>
        <ns1:fields>LocalClicks</ns1:fields>
        <ns1:fields>LocalCost</ns1:fields>
        <ns1:fields>LocalImpressions</ns1:fields>
        <ns1:predicates>
          <ns1:field>AdGroupId</ns1:field>
          <ns1:operator>IN</ns1:operator>
          <ns1:values>22530699393</ns1:values>
        </ns1:predicates>
        <ns1:paging>
          <ns1:startIndex>0</ns1:startIndex>
          <ns1:numberResults>500</ns1:numberResults>
        </ns1:paging>
      </ns1:serviceSelector>
    </ns1:getCriterionBidLandscape>
  </SOAP-ENV:Body>
</SOAP-ENV:Envelope>


*I am getting the error in response :*
<errors xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:type="SelectorError">
            <fieldPath/>
            <trigger>MarginalCpc</trigger>
            <errorString>SelectorError.INVALID_FIELD_NAME</errorString>
            <ApiError.Type>SelectorError</ApiError.Type>
            <reason>INVALID_FIELD_NAME</reason>
          </errors>
Please suggest how to get the marginal cpc data. 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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
--- 
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 adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/151dcf4c-a1d2-4d25-8b5e-f62d7a097247%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to