Thnx Danial for ur information.But I need to get all the fields ,so I dont want to set each field for selector.Is there any code to set all the fields by not defining each and every field.i.e., i need to get all the fields not only what I specified.
On Jun 24, 8:46 pm, Danial Klimkin <[email protected]> wrote: > Hello Sanju, > > As the error states you need to specify the list of fields you would like to > get back, for example: > selector.setFields(new String[] {"Id", "AdGroupId"}); > > Check out the example for more details: > > http://code.google.com/p/google-api-adwords-java/source/browse/trunk/... > > The list of possible fields could be found here: > > http://code.google.com/apis/adwords/docs/appendix/selectorfields.html... > > -Danial, AdWords API Team. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
