Hello,
i am using your api to get report informations with campaign and code tracking.
I try this:
{
"reportDescription":{
"reportSuiteID":"MYRSID",
"dateFrom":"2017-05-20",
"dateTo":"2017-05-26",
"metrics":[
{"id":"revenue"},{"id":"orders"},{"id":"visits"},{"id":"bouncerate"}
],
"sortBy":"revenue",
"elements": [
{
"id": "trackingCode",
"classification": "Campaigns",
"top": 20,
"startingWith": 1
},
{
"id": "trackingCode",
"top": 20
}
]
}
}
This code works well if i delete bracket with classification = campaigns.
But when i run this, i get the error : invalid element.
I need to get metrics with campaign name , not only trackingcode.
Do you have a solution ?
I try it by API Explorer v1.3 > Report > QueueRanked. THen Report > Get.
In API 1.4, i got Invalid classification \"Campaigns\" for element \"trackingcode\"",
Thanks.
Yohann