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
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"});