java.lang.NoSuchMethodError:
org.apache.commons.lang.ArrayUtils.contains([CC)Z
at
org.apache.commons.configuration.PropertiesConfiguration$PropertiesReader.doParseProperty(PropertiesConfiguration.java:889)
at
org.apache.commons.configuration.PropertiesConfiguration$PropertiesRea
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)