My questions are:
1) Can we get a result as xml or csv format? if yes, how to pass the parameter?
2) In the json result, some values are not string, this made it hard to parser it.
searchAbsoluteTopImpressionShare": 0.625,
3) The json node have multiple levels, like adGroupCriterion.positionEstimates.effectiveCpcBidMicros, can we get a normalized json node which has only 2 levels. I have tried using "AS" to rename the query columns, but it does not work.