I am trying to use query parameter in custom report as dimension , but I am getting null every time.
url : http://akavikadu-eval-prod.apigee.net/odatatest/Products?$format=json
var count = context.getVariable(‘request.queryparams.count’);
if (count > 0) { var queryString = context.getVariable(‘request.querystring’); context.setVariable(“flow.analytics.queryparameters”,queryString); }
I am using this variable in statistic collector (flow.analytics.queryparameters).
In trace window I can see the query parameter.