Quantcast
Channel: Discussion Forum > Connect Data Services
Viewing all articles
Browse latest Browse all 2504

How to read Analytic report data using get method? (2 Comments)

$
0
0

Topic by bambino chakma

Hi ,

Please help!!

I am accessing the analytic report using following method(in Java),  any idea how I can read the data of individual column?

RNObject[] runAnalyticsObjects = new RNObject[] {analyticsReport};  
RNObjectsResult getResults = _service.get(runAnalyticsObjects, processingOptions, clientInfoHeader);      

RNObject[] rnObjects = getResults.getRNObjects();

 

Thanks.


Viewing all articles
Browse latest Browse all 2504

Trending Articles