{
"requestParam": {
"appId": "string",
"region": "US",
"metrics": [
"DOWNLOAD_FORECAST"
],
"device": "IPHONE",
"start": "string",
"end": "string"
},
"result": {
"downloadForecast": [
{
"date": "string",
"value": 0
}
],
"revenueForecast": [
{
"date": "string",
"value": 0
}
],
"visibilityScore": [
{
"date": "string",
"value": 0
}
],
"rating": [
{
"date": "string",
"value": {
"ratingCount": [
0
],
"totalCount": 0,
"avgScore": 0
}
}
],
"ratingChange": [
{
"date": "string",
"value": {
"ratingCount": [
0
],
"totalCount": 0,
"avgScore": 0
}
}
]
},
"creditsCost": {
"requestCredits": 0,
"baseCredits": 0,
"extraCredits": 0,
"totalCostCredits": 0
}
}