Re: Getting duplicate keywords while using java API

2014-05-08 Thread Danial Klimkin
Hello Kiran, Can you send us the full XML of the request and complete server response? Please send directly over email ("Reply to author" on the right). -Danial, AdWords API Team. On Thursday, May 8, 2014 11:09:59 AM UTC+4, Kiran wrote: > > I am trying to fetch all the keywords in an AdGroup

Getting duplicate keywords while using java API

2014-05-08 Thread Kiran
I am trying to fetch all the keywords in an AdGroup. In the result I am getting every keyword 3 times (with same match type and ID). Code: Selector selector = new Selector(); selector.setFields(new String[] {"Id", "AdGroupId", "MatchType", "KeywordText", "DestinationUrl", "Status"});