Quantcast
Viewing all articles
Browse latest Browse all 2504

REST API - analyticsReportResults return nested JSON format (5 Comments)

Topic by David Wright

Does anyone know if it is possible to change the format / nesting of the JSON as returned by the analyticsReportResults function of the REST api?

Ideally we want something like:

{
"Report1":
[
"Column1":"value",
"Column2":"value"

"Subreport1":[
"Column3":"value",
"Column4":"value"
]
}

]
}

If not possible using the Analytics report function would there be any other way to achieve it using the REST API?

Thanks, David


Viewing all articles
Browse latest Browse all 2504

Trending Articles