I'm using the PHP lib.

According to the following page: 
 
https://developers.google.com/adwords/api/docs/appendix/selectorfields#v201309-AdGroupService

I should be able to query for the following values:

BidType
BiddingStrategyId
BiddingStrategyName
BiddingStrategySource
BiddingStrategyType
CampaignId
CampaignName
ContentBid
ContentBidCriterionTypeGroup
CpcBid
CpcBidSource
CpmBid
CpmBidSource
EnhancedCpcEnabled
ExperimentDeltaStatus
ExperimentId
ExperimentRowStatus
Id
MaxContentCpcMultiplier
MaxCpcMultiplier
MaxCpmMultiplier
Name
PageOnePromotedBidCeiling
PageOnePromotedBidChangesForRaisesOnly
PageOnePromotedBidModifier
PageOnePromotedRaiseBidWhenBudgetConstained
PageOnePromotedRaiseBidWhenLowQualityScore
PageOnePromotedStrategyGoal
PercentCpaBid
PercentCpaBidSource
PricingMode
Settings
Status
TargetCpa
TargetCpaBid
TargetSpendBidCeiling
TargetSpendSpendTarget

When I add all the values to the $selector->fields array, running the query 
gives me SelectorError.INVALID_FIELD_NAME errors for the following:

CpcBidSource
CpmBidSource
ExperimentRowStatus
PageOnePromotedBidCeiling
PageOnePromotedBidChangesForRaisesOnly
PageOnePromotedBidModifier
PageOnePromotedRaiseBidWhenBudgetConstained
PageOnePromotedRaiseBidWhenLowQualityScore
PageOnePromotedStrategyGoal
PercentCpaBidSource
PricingMode
TargetSpendBidCeiling
TargetSpendSpendTarget

Why am I not able to query these values?

On a related note, is it possible to query all values without having to 
specify each one in the array?


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to