Hi all, I have a problem when I get all the keywords from campaigns.
I get all keywords by using AdGroupCriterionService and get about 200,000 keywords. But when I go to the Campaign Management page -> all campaigns -> keyword tab, I just found that this client only have about 160,000. What's the difference between API and web page? Or should I add some other filters? Here's the codes: //KEYWORD means it filtered by criteria type which is "KEYWORD" //currentPage and listNum is about paging //defaultFields is the static fields array I created manually AdGroupCriterionPage adGroupCriterionPage = adGroupCriterionDAO.findByCriteriaType("KEYWORD", currentPage, listNum, IAdGroupCriterionDAO.defaultFields); int totalNum = adGroupCriterionPage.getTotalNumEntries(); //returns about 200,000, but the client only have about 160,000 keywords. Any hint will be pleasure. Best regards, Brandon -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 --- 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.