Adobe Report API for Segmented Data
I am trying to pull SiteCat segmented data using the below code through https://marketing.adobe.com/developer/api-explorer#Report.Run (1.4 REST). The requirement is to pull top pages reports with page view as a metric. We have multi-suite tagging, I just wanted to pull only some pages by applying a segment, but the segment code is not working. Can you please help!
{
"reportDescription": {
"reportSuiteID": "xxxx",
"metrics": [
{ "id": "pageviews" }
],
"elements": [
{ "id": "page" }
],
"ReportSuite.GetSegments": [
{ "id": "58855e1ae4b0d27de3125a98"}
],
"source": "realtime"
}
}