Best Practices¶
This article describes best practices for generating reports using the DSP Reporting API.
Time Series Report¶
Size |
Normal |
Description |
|
{
"reportOption": {
"dimensionTypeIds": [],
"metricTypeIds": [ 44, 1, 2 ],
...
}
}
Group By Report¶
Size |
Huge |
Description |
|
Top N Report¶
Size |
Normal |
Description |
|
{
"dimensionTypeIds": [21],
"limitSpec": {
"columns": [
{
"metricTypeId": 44
}
],
"limit": 10,
}
}