Hello I had a similar problem - you need to be extremely careful with the strings you use to set up your selector. For example for matchtype you should be using
"KeywordMatchType". see http://code.google.com/apis/adwords/docs/reference/latest/AdGroupCriterionService.Keyword.html not "MatchType" and for text you need "KeywordText" not "Text". Hope this helps On Jan 13, 7:54 am, Cap'n of d'Ship <[email protected]> wrote: > these are the fields we are retrieving > "AdGroupId", "CriterionUse", "Id", "SystemServingStatus", "Status", > "ApprovalStatus", > "DestinationUrl", "FirstPageCpc", "MaxCpc", "MaxCpm", > "EnhancedCpcEnabled", > "PercentCpa", "Text", "MatchType") > > all 3 instances returned have the same criterion id. > > is this a bug or is there a combination that we shouldn't be getting? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
