Resend it as I did not get a response. Please help if you know this error, thanks
--- On Mon, 3/29/10, von journ <[email protected]> wrote: From: von journ <[email protected]> Subject: AdWords API weird error when get campaign negative criterion using CampaignCriterionService To: [email protected] Cc: [email protected] Date: Monday, March 29, 2010, 5:39 AM Hi, We got error when trying to download campaign negative criterions. the code is CampaignCriterionService criterionService2 = GetCampaignCriterionService(account); CampaignCriterionSelector ccs = new CampaignCriterionSelector(); ccs.idFilters = new CampaignCriterionIdFilter[1]; ccs.idFilters[0] = new CampaignCriterionIdFilter(); ccs.idFilters[0].campaignId = parent.ID; ccs.idFilters[0].campaignIdSpecified = true; CampaignCriterionPage ccp = criterionService2.get(ccs); the error message is Enum com.google.ads.api.services.campaignmgmt.criterion.campaigncriterion.v200909.jaxbgen.ContentLabelType does not have a constant corresponding to BELOW_THE_FOLD while invoking public abstract com.google.ads.api.services.campaignmgmt.criterion.campaigncriterion.v200909.jaxbgen.CampaignCriterionPage com.google.ads.api.services.campaignmgmt.criterion.campaigncriterion.v200909.jaxbgen.CampaignCrite thanks Jiong -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on April 22, 2010. 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 To unsubscribe from this group, send email to adwords-api+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on April 22, 2010. 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 To unsubscribe from this group, send email to adwords-api+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
