Had this issue, too. Was able to de-dupe in python after the request using a dict. However I fixed the request by changing my field selection of 'Text' to 'KeywordText' as suggested and 'Status' to 'AdGroupStatus'. Was hoping to select Status (userStatus) as a field, but that seems to generate duplicates.
My working, non-duplicate field list is currently 'AdGroupId', 'Id', 'KeywordText', 'AdGroupStatus', 'ApprovalStatus', 'QualityScore', 'Impressions', 'Clicks', 'AveragePosition', 'AverageCpc' with 'CriteriaType' equals ['KEYWORD'] and AdGroupStatus equals ['ENABLED]'. w On Thursday, January 12, 2012 11:54:20 PM UTC-8, Cap'n of d'Ship 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 --- 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.
