Re: How to Get Keyword User status in v201402

2014-06-16 Thread Danial Klimkin
Hello, What is the error you are receiving? -Danial, AdWords API Team. On Saturday, June 14, 2014 8:23:54 AM UTC+4, sathik jack wrote: > > I am trying to get Keyword user status in V201402 using following method, > but i am getting error ? Please provide a suggestion. > > Selector selector =

How to Get Keyword User status in v201402

2014-06-16 Thread sathik jack
I am trying to get Keyword user status in V201402 using following method, but i am getting error ? Please provide a suggestion. Selector selector = builder .fields("Id", "AdGroupId", "KeywordMatchType", "KeywordText","Status") .orderAscBy("AdGroupId") .offset(offset)