Hi,I am trying to fetch some variables(both conversion & traffic
variables) using reporting API , tried the QUEUE method which is step-1
in API explorer. PFB the code .{ "reportDescription":{
"reportSuiteID":"XXXXXdev", "dateFrom":"2017-12-01",
"dateTo":"2017-12-25", "metrics":[ { "id":"Visits" } ],
"sortBy":"Visits", "elements":[ { "id":"eVar1", "top":2 } ], }}The above
code is working and i am getting the response with the report ID. But ,
if i change the "id" in "elements" to some out-of-the ...