I am also having the same issue using the .net library; my code was working before but since some days ago I started getting this same error; I am getting this exception when I try to retrieve the list of keywords for and AdGroup; here is my code; I am using the sandbox mode(v201003): Dim AdGroupCriterionSelectorObj As New AdGroupCriterionSelector Dim AdGroupCriterionIdFilterObj As New AdGroupCriterionIdFilter AdGroupCriterionIdFilterObj.adGroupId = adGroupId AdGroupCriterionIdFilterObj.adGroupIdSpecified = True AdGroupCriterionSelectorObj.idFilters = New AdGroupCriterionIdFilter() {AdGroupCriterionIdFilterObj} adGroupCriterionPage = AdGroupCriterionServiceObj.get(AdGroupCriterionSelectorObj)
Is there a solution for this problem? The strange part of this behavior is that each user looks to be getting the error with a particular method; in my case all the other calls are working except this one(AdGroupCriterionServiceObj.get(AdGroupCriterionSelectorObj)) Thanks -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 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