Adobe warehouse segment doesn't work
I have tried with 3 types of segments, but none of them works. There are data in the result but it doesn't consider segment. Could someone help me?
{
"reportDescription": {
"reportSuiteID": "{reportSuiteID}",
"dateFrom": "2015-10-01",
"dateTo": "2015-10-01",
"source": "warehouse",
"elements": [{
"id": "browser"
}],
"segments":[
{
"id":"{segmentId}"
}
],
}
}
{
"reportDescription": {
"reportSuiteID": "{reportSuiteID}",
"dateFrom": "2015-10-01",
"dateTo": "2015-10-01",
"source": "warehouse",
"elements": [{
"id": "browser"
}],
"segments":[
{
"id":"dw:{segmentId}"
}
],
}
}
{
"reportDescription": {
"reportSuiteID": "{reportSuiteID}",
"dateFrom": "2015-10-01",
"dateTo": "2015-10-01",
"source": "warehouse",
"elements": [{
"id": "browser"
}],
"segment_id":"{segmentId}"
}
}
