Query keyword installation data within a time range. This operation is free.
Request
Body Params application/json
{
"appId": "com.facebook.katana",
"appName": "",
"platform": 1,
"region": "US",
"startTime": 1631171845877,
"endTime": 1631258245877,
"page": 0,
"pageSize": 30
}
Request Code Samples
curl --location --request POST 'https://uat.asoworld.com/openApi/Keyword/keywordInstallList' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "com.facebook.katana",
"appName": "",
"platform": 1,
"region": "US",
"startTime": 1631171845877,
"endTime": 1631258245877,
"page": 0,
"pageSize": 30
}'
Responses
application/json
Successfully retrieved keyword install data
{
"P": {
"installCount": 150,
"installCost": 300,
"pageTotal": 1,
"list": [
{
"appId": "com.facebook.katana",
"platform": 1,
"region": "US",
"allCost": 300,
"allCount": 150,
"wordCount": 150
}
]
}
}
Modified at 2026-02-04 07:19:21