Hi Iarisa, My best guess is that you are not passing the selector field for keyword text when retrieving the keywords. The relevant list is available at https://developers.google.com/adwords/api/docs/appendix/selectorfields#v201306-AdGroupCriterionService. Try adding KeywordText to the list of fields in your selector.
Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, August 29, 2013 5:53:16 PM UTC+1, larisa bolgova wrote: > > My code on java. > I have 4 different keywords, which I added by adwords web site. > I'm using GetAllAdGroupCriteria(), which returns object, containing 4 > entries. > Each entry contains 'Criterion' object with 'Type' - KEYWORD, 'matchType' > - BROAD, some other fields and the main field 'text' is null. > I can understand what I'm doing wrong. Why text field of keyword is null > > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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.
