App Keyword
POST
/expose/keyword/metrics-rankCredits Cost
Cost Type | Cost Credits |
---|---|
Request Credits | 1 |
Credits Cost of Each Metrics
Rank
Cost Type | Cost Credits |
---|---|
Base Credits | 10 |
Installs
Cost Type | Cost Credits |
---|---|
Base Credits | 10 |
Request
Body 参数application/json
appId
string
必需
Application ID or packageName
region
string
必需
Two character region code,like US.
默认值:
US
metrics
array[string]
必需
Keyword Metrics
枚举值:
RANKINSTALL
keywords
array[string] | null
可选
Filtered Keywords
<= 5 items
device
enum<string> | enum<null>
可选
App Store Device, only for AppStore query.
枚举值:
IPHONEIPAD
timezone
integer | null
必需
Your timezone,enter 8 for UTC+8,enter -7 for UTC-7.
示例
{
"appId": "416048305",
"region": "KR",
"metrics": [
"RANK",
"INSTALL"
],
"keywords": [
"alight motion",
"북플레이",
"alight motion"
],
"device": "IPHONE",
"timezone": 0
}
Request samples
返回响应
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
数据结构
requestParam
object (KeywordRankMetricsQuery)
可选
Your request param.
appId
string | null
必需
Application ID or packageName
region
string | null
必需
Two character region code,like US.
默认值:
US
metrics
array[string] | null
必需
Keyword Metrics
枚举值:
RANKINSTALL
keywords
array[string] | null
可选
Filtered Keywords
<= 5 items
device
enum<string> | enum<null>
可选
App Store Device, only for AppStore query.
枚举值:
IPHONEIPAD
timezone
integer | null
必需
Your timezone,enter 8 for UTC+8,enter -7 for UTC-7.
result
array [object {3}] | null
可选
Your response.
keyword
string | null
Keyword
rank
object (KeywordInfo)
Rank
installs
object (KeywordInfo)
Installs
creditsCost
object (OpenApiPointCostVO)
可选
Credits cost info.
requestCredits
integer | null
可选
baseCredits
integer | null
可选
extraCredits
integer | null
可选
totalCostCredits
integer | null
可选
示例
{
"code": 200,
"msg": "success",
"data": {
"requestParam": {
"appId": "416048305",
"region": "KR",
"metrics": [
"RANK",
"INSTALL"
],
"keywords": [
"alight motion",
"북플레이",
"alight motion"
],
"device": "IPHONE",
"timezone": 0
},
"result": [
{
"keyword": "alight motion",
"rank": {
"value": 37,
"date": "2024-05-14"
}
},
{
"keyword": "북플레이",
"rank": {
"value": 137,
"date": "2024-05-14"
}
}
],
"creditsCost": {
"requestCredits": 1,
"baseCredits": 20,
"extraCredits": 0,
"totalCostCredits": 21
}
}
}
最后修改时间: 7 个月前