Thank you Josh,

If you need a requestId:

<get xmlns="https://adwords.google.com/api/adwords/cm/v201309"; 
xmlns:cm="https://adwords.google.com/api/adwords/cm/v201309";>
   <serviceSelector xsi3:type="cm:Selector">
    <cm:fields>AdServingOptimizationStatus</cm:fields>
    <cm:fields>Amount</cm:fields>
    <cm:fields>BidCeiling</cm:fields>
    <cm:fields>BidType</cm:fields>
    <cm:fields>BiddingStrategyId</cm:fields>
    <cm:fields>BiddingStrategyName</cm:fields>
    <cm:fields>BiddingStrategyType</cm:fields>
    <cm:fields>BudgetId</cm:fields>
    <cm:fields>BudgetName</cm:fields>
    <cm:fields>BudgetReferenceCount</cm:fields>
    <cm:fields>BudgetStatus</cm:fields>
    <cm:fields>CpcBid</cm:fields>
    <cm:fields>DeliveryMethod</cm:fields>
    <cm:fields>Eligible</cm:fields>
    <cm:fields>EndDate</cm:fields>
    <cm:fields>EnhancedCpcEnabled</cm:fields>
    <cm:fields>FrequencyCapMaxImpressions</cm:fields>
    <cm:fields>Id</cm:fields>
    <cm:fields>IsBudgetExplicitlyShared</cm:fields>
    <cm:fields>Level</cm:fields>
    <cm:fields>Name</cm:fields>
    <cm:fields>Period</cm:fields>
    <cm:fields>PricingMode</cm:fields>
    <cm:fields>RejectionReasons</cm:fields>
    <cm:fields>ServingStatus</cm:fields>
    <cm:fields>Settings</cm:fields>
    <cm:fields>StartDate</cm:fields>
    <cm:fields>Status</cm:fields>
    <cm:fields>TargetContentNetwork</cm:fields>
    <cm:fields>TargetGoogleSearch</cm:fields>
    <cm:fields>TargetPartnerSearchNetwork</cm:fields>
    <cm:fields>TargetSearchNetwork</cm:fields>
    <cm:fields>TimeUnit</cm:fields>
    <cm:predicates xsi3:type="cm:Predicate">
     <cm:field>Status</cm:field>
     <cm:operator>IN</cm:operator>
     <cm:values>ACTIVE</cm:values>
     <cm:values>PAUSED</cm:values>
    </cm:predicates>
    <cm:paging xsi3:type="cm:Paging">
     <cm:startIndex>0</cm:startIndex>
     <cm:numberResults>100</cm:numberResults>
    </cm:paging>
   </serviceSelector>
  </get>



*** Incoming SOAP ******************************************************
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>
 <soap:Header>
  <ResponseHeader xmlns="https://adwords.google.com/api/adwords/cm/v201309";>
   <requestId>0004ed1cb2c2aec80ae5688900002fee</requestId>
   <serviceName>CampaignService</serviceName>
   <methodName>get</methodName>
   <operations>1</operations>
   <responseTime>541</responseTime>
  </ResponseHeader>
 </soap:Header>
 <soap:Body>
  <soap:Fault>
   <faultcode>soap:Server</faultcode>
   <faultstring>[SelectorError.INVALID_FIELD_NAME @ serviceSelector; 
trigger:'CpcBid']</faultstring>
   <detail>
    <ApiExceptionFault 
xmlns="https://adwords.google.com/api/adwords/cm/v201309";>
     <message>[SelectorError.INVALID_FIELD_NAME @ serviceSelector; 
trigger:'CpcBid']</message>
     <ApplicationException.Type>ApiException</ApplicationException.Type>
     <errors xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:type="SelectorError">
      <fieldPath>serviceSelector</fieldPath>
      <trigger>CpcBid</trigger>
      <errorString>SelectorError.INVALID_FIELD_NAME</errorString>
      <ApiError.Type>SelectorError</ApiError.Type>
      <reason>INVALID_FIELD_NAME</reason>
     </errors>
    </ApiExceptionFault>
   </detail>
  </soap:Fault>
 </soap:Body>
</soap:Envelope>

On Thursday, December 5, 2013 10:38:01 PM UTC+1, Josh Radcliff (AdWords API 
Team) wrote:
>
> Hi,
>
> As far as I can tell those fields should be selectable.  I'm investigating 
> and will provide an update once I have more information.
>
> Cheers,
> Josh, AdWords API Team
>
> On Monday, December 2, 2013 11:56:00 AM UTC-5, Leny wrote:
>>
>> Hi,
>>
>> I am trying to get every available fields from the 
>> CampaignService<https://developers.google.com/adwords/api/docs/appendix/selectorfields#v201309-CampaignService>
>>  on 
>> the API v201309, but sadly a few fields are returning an INVALID_FIELD_NAME 
>> error :
>> BiddingStrategySource
>> ContentBid
>> CpcBid
>> CpcBidSource
>> CpmBid
>> CpmBidSource
>> PageOnePromotedBidCeiling
>> PageOnePromotedBidChangesForRaisesOnly
>> PageOnePromotedBidModifier
>> PageOnePromotedRaiseBidWhenBudgetConstained
>> PageOnePromotedRaiseBidWhenLowQualityScore
>> PageOnePromotedStrategyGoal
>> PercentCpaBid
>> PercentCpaBidSource
>> TargetCpa
>> TargetCpaBid
>> TargetSpendBidCeiling
>> TargetSpendSpendTarget
>>
>> Is there any logic making those fields not selectable I could have missed 
>> ?
>>
>> Thank you.
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.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