Hi, Thanks for putting together the comprehensive list. I created a Google Spreadsheet with the combined list from both of your messages and marked the following for each service/field combination:
- Beta - If TRUE, then the field is from a Beta feature and therefore will not be valid unless an account has been enabled for that feature. - Request successful - Indicates if I was able to successfully issue a request containing the field. For Beta features I marked this column "n/a". Link to the spreadsheet: https://docs.google.com/spreadsheet/ccc?key=0AqkutUbIzrQLdHFIb0FiQlFDMmozNXp1dmZIbjRnTHc#gid=0 I will follow up on the rows where *Request successful* = *FALSE* and post an update once I have more information. Cheers, Josh, AdWords API Team On Tuesday, December 17, 2013 6:12:09 AM UTC-5, Leny wrote: > > Thank you Josh for the follow up. > > I have a list for each sevice, could you please also have a look ? > > Regards. > > *AdGroupService: > CpcBidSource, > CpmBidSource, > EnhancedCpcEnabled, > ExperimentRowStatus, > PageOnePromotedBidCeiling > PageOnePromotedBidChangesForRaisesOnly, > PageOnePromotedBidModifier, > PageOnePromotedRaiseBidWhenBudgetConstained, > PageOnePromotedRaiseBidWhenLowQualityScore, > PageOnePromotedStrategyGoal, > PercentCpaBid, > PercentCpaBidSource, > PricingMode, > TargetSpendBidCeiling, > TargetSpendSpendTarget, > LandscapeCurrent, > LandscapeType > > *SharedCriterionService: > CriteriaCoverage, > CriteriaSamples, > Parameter > > *CampaignCriterionService: > CriteriaCoverage, > CriteriaSamples, > OperatingSystemName, > Parameter > > *CampaignAdExtensionService: > IconMediaId, > IsCallTrackingEnabled, > PhoneNumber, > > *AdGroupCriterionService: > ContentBid, > CriteriaCoverage, > CriteriaSamples, > EnhancedCpcEnabled, > PageOnePromotedBidCeiling, > PageOnePromotedBidChangesForRaisesOnly, > PageOnePromotedBidModifier, > PageOnePromotedRaiseBidWhenBudgetConstained, > PageOnePromotedRaiseBidWhenLowQualityScore, > PageOnePromotedStrategyGoal, > Parameter, > PricingMode, > TargetCpa, > TargetCpaBid, > TargetSpendBidCeiling, > TargetSpendSpendTarget, > TopOfPageCpc > > *AdGroupAdService: > Description1, > Description2, > ReadyToPlayOnTheWeb > > *FeedItemService: > Scheduling > > > On Thursday, December 12, 2013 12:31:16 AM UTC+1, Josh Radcliff (AdWords > API Team) wrote: >> >> Hi, >> >> I confirmed that our documentation is incorrect in this case. The fields >> you mentioned are not actually selectable. >> >> I'll follow up to correct the documentation. Thanks for pointing this >> out. >> >> Cheers, >> Josh, AdWords API Team >> >> On Monday, December 9, 2013 8:49:15 AM UTC-8, Leny wrote: >>> >>> 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.
