API Specification
Ad Insights API (1.0.0)
Download OpenAPI specification:Download
REST API for GameAnalytics Ad Insights, part of the MarketIQ product suite.
Get filter field dimension information
header Parameters
| Authorization required | string Example: {{Authorization}} Token authentication |
Request Body schema: application/json
| elementType required | integer Element category: 1001: Industry, 1002: Asset tag, 1003: Game theme, 1004: New industry classification; 2001: Ad platform, 2002: Global, 2003: Ad title language, 2004: Operating system, 2005: Copy language, 2006: New ad platform, 2007: Major media; 3001: Creative spec (deprecated), 3002: Engagement metric, 3003: Call to action, 3004: Monetization method, 3005: Listing status, 3006: Product type, 3007: Payment type, 3011: Image spec, 3012: Video spec, 3013: Creative type; 4001: Marketing objective, 4002: Site-building tool, 4003: Landing page local format, 4004: Company type, 5001: Ad placement |
Responses
Request samples
- Payload
{- "elementType": 1004
}Response samples
- 200
{- "code": "200",
- "data": [
- {
- "elementType": 2004,
- "elementCode": "Android_2_1",
- "nameCn": "Android",
- "nameEn": "Android",
- "nameJp": "Android",
- "nameKr": "Android",
- "searchName": null,
- "orderNum": 1,
- "colorIcon": "android",
- "level": 3,
- "parentElementCode": null,
- "authHidden": null,
- "ccode": "1"
}, - {
- "elementType": 2004,
- "elementCode": "iOS_2_2",
- "nameCn": "iOS",
- "nameEn": "IOS",
- "nameJp": "iOS",
- "nameKr": "iOS",
- "searchName": null,
- "orderNum": 2,
- "colorIcon": "ios",
- "level": 3,
- "parentElementCode": null,
- "authHidden": null,
- "ccode": "2"
}
], - "traceId": "6d0f02f1-c924-4576-9466-0a60d8d97048",
- "message": "成功",
- "jPath": null
}Get top apps list
header Parameters
| Authorization required | string Example: {{Authorization}} Token authentication |
Request Body schema: application/json
| pageIndex required | integer Page number |
| pageSize required | integer Items per page |
| dayMode | string Date; defaults to 30 days. E.g.: 2023-01 D3 D7 D30 |
| tradeLevel1 | Array of strings Industry type level-1 tag; empty by default. Value comes from the filter-options endpoint where elementType=1004 and level=2 (ccode value). |
| tradeLevel2 | Array of strings Industry type level-2 tag; empty by default. Value comes from the filter-options endpoint where elementType=1004 and level=3 (ccode value). |
| tradeLevel3 | Array of strings Industry type level-3 tag; empty by default. Value comes from the filter-options endpoint where elementType=1004 and level=4 (ccode value). |
| countryLevel2 | Array of strings Level-2 target country; empty by default. Value comes from the filter-options endpoint where elementType=2002 (ccode value). |
| adfactionIds | Array of strings Ad platform; empty by default. Value comes from the filter-options endpoint where elementType=2006 (ccode value). |
| mediaIds | Array of strings Delivery media; empty by default. Value comes from the filter-options endpoint where elementType=2007 (ccode value). |
| subMediaIds | Array of strings Monetization media; empty by default. |
| device | Array of strings Operating system; empty by default. Value comes from the filter-options endpoint where elementType=2004 (ccode value). |
| isNew | boolean Whether newly added; defaults to false. |
| searchType | string Search dimension, i.e. what to search; empty by default. Enum: 1: App/product name/AppID 2: Developer name |
| keyWord | string Search keyword; empty by default. |
| subjectType | Array of strings Game theme; empty by default. Value comes from the filter-options endpoint where elementType=1003 (ccode value). |
| sortField | string Sort rule; three sort options: 1 = creatives found, 2 = most recently found, 3 = days running; choose one. |
| sortRule | string Ascending or descending: desc = descending, asc = ascending. |
| productType | Array of strings Product category; empty by default. Value comes from the filter-options endpoint where elementType=3006 (ccode value). |
| selling | Array of strings Listing status; empty by default. Value comes from the filter-options endpoint where elementType=3005 (ccode value). |
| monetization | Array of strings Monetization method; empty by default. Value comes from the filter-options endpoint where elementType=3004 (ccode value). |
| payType | Array of strings Payment method; empty by default. Value comes from the filter-options endpoint where elementType=3007 (ccode value). |
Responses
Request samples
- Payload
{- "pageIndex": 1,
- "pageSize": 10,
- "dayMode": "D30",
- "tradeLevel1": [ ],
- "tradeLevel2": [ ],
- "tradeLevel3": [
- "6022703"
], - "countryLevel2": [
- "US"
], - "adfactionIds": [
- "209913252"
], - "mediaIds": [ ],
- "subMediaIds": [ ],
- "device": [
- "1"
], - "isNew": false,
- "searchType": "1",
- "keyWord": "Cash’em All: Play & Win",
- "subjectType": [ ],
- "productType": [
- "1"
], - "selling": [
- "1",
- "-1"
], - "monetization": [
- "1"
], - "payType": [
- "2"
], - "sortField": 1,
- "sortRule": "desc"
}Response samples
- 200
{- "code": "200",
- "data": {
- "pageIndex": 1,
- "pageSize": 10,
- "totalSize": 1,
- "list": [
- {
- "productId": "online.cashemall.app",
- "materialCnt": 0,
- "materialCntMode": 21,
- "creativeCnt": 0,
- "creativeCntMode": 22,
- "preplayMaterialCnt": 0,
- "preplayMaterialCntMode": 3,
- "findCnt": 28,
- "findCntMode": 19,
- "firstTime": "2023-07-15",
- "firstTimeMode": "2023-10-14",
- "lastTime": "2023-11-07",
- "aggsProductName": null,
- "pkg": "online.cashemall.app",
- "showCost": 240,
- "versionList": {
- "4.6.1-cashemall": [
- {
- "name": "Cash’em All: Play & Win",
- "pkg": "online.cashemall.app",
- "geo": "",
- "oss_type": 2,
- "date": "2022-12-21",
- "version": "4.6.1-cashemall"
}, - {
- "name": "Cash’em All: Play & Win",
- "pkg": "online.cashemall.app",
- "geo": "",
- "oss_type": 2,
- "date": "2022-12-21",
- "version": "4.6.1-cashemall"
}
], - "4.6.0-cashemall": [
- {
- "name": "Cash’em All: Play & Win",
- "pkg": "online.cashemall.app",
- "geo": "",
- "oss_type": 2,
- "date": "2022-11-20",
- "version": "4.6.0-cashemall"
}, - {
- "name": "Cash’em All: Play & Win",
- "pkg": "online.cashemall.app",
- "geo": "",
- "oss_type": 2,
- "date": "2022-11-20",
- "version": "4.6.0-cashemall"
}
]
}
}
], - "folderTotalSize": null,
- "newNum": 0,
- "latestDate": 1699286400000
}, - "traceId": "52ee00b7-3508-4db2-bfc5-12aa10fc74a5",
- "message": null,
- "jPath": null
}Get top app details
query Parameters
| productId required | string Example: productId=com.xingin.xhs Product ID |
| dayMode | string Example: dayMode=D3 Date; defaults to 30 days. E.g.: 2023-01 D3 D7 D30 |
header Parameters
| Authorization required | string Example: {{Authorization}} Token authentication |
Responses
Response samples
- 200
{- "code": "200",
- "data": {
- "productId": "com.xingin.xhs",
- "materialCnt": 833,
- "materialCntMode": 141,
- "creativeCnt": 1187,
- "creativeCntMode": 187,
- "preplayMaterialCnt": 0,
- "preplayMaterialCntMode": 3,
- "findCnt": 106,
- "findCntMode": 3,
- "firstTime": "2023-07-19",
- "firstTimeMode": "2023-11-05",
- "lastTime": "2023-11-07",
- "aggsProductName": null,
- "pkg": "com.xingin.xhs",
- "showCost": 822,
- "versionList": {
- "7.65.7": [
- {
- "name": "小红书 - 你的生活指南",
- "pkg": "com.xingin.xhs",
- "geo": "",
- "oss_type": 2,
- "date": "2023-02-09",
- "version": "7.65.7"
}, - {
- "name": "小红书 - 你的生活指南",
- "pkg": "com.xingin.xhs",
- "geo": "",
- "oss_type": 2,
- "date": "2023-02-09",
- "version": "7.65.7"
}, - {
- "name": "小红书 - 你的生活指南",
- "pkg": "com.xingin.xhs",
- "geo": "",
- "oss_type": 2,
- "date": "2023-02-09",
- "version": "7.65.7"
}
], - "7.53.8": [
- {
- "name": "小红书 - 你的生活指南",
- "pkg": "com.xingin.xhs",
- "geo": "",
- "oss_type": 2,
- "date": "2022-12-07",
- "version": "7.53.8"
}, - {
- "name": "小红书 - 你的生活指南",
- "pkg": "com.xingin.xhs",
- "geo": "",
- "oss_type": 2,
- "date": "2022-12-07",
- "version": "7.53.8"
}, - {
- "name": "小红书 - 你的生活指南",
- "pkg": "com.xingin.xhs",
- "geo": "",
- "oss_type": 2,
- "date": "2022-12-07",
- "version": "7.53.8"
}
]
}, - "tradeLevel1": [
- "604"
], - "tradeLevel2": [
- "60401"
], - "tradeLevel3": [
- "6040104"
], - "countries": [
- {
- "cnt": 187,
- "find_cnt": 822,
- "name": "Mainland China",
- "geo": "CN",
- "oss_type": 2
}
], - "productType": [
- 1
], - "adFactionList": [
- {
- "id": "1703612183",
- "cnt": 182,
- "find_cnt": 814,
- "name": "Tencent Advertising",
- "oss_type": 1
}, - {
- "id": "1407743888",
- "cnt": 2,
- "find_cnt": 3,
- "name": "NetEase Efficiencies",
- "oss_type": 1
}, - {
- "id": "572274491",
- "cnt": 2,
- "find_cnt": 4,
- "name": "Vivo",
- "oss_type": 1
}, - {
- "id": "281803926",
- "cnt": 1,
- "find_cnt": 1,
- "name": "Hupu",
- "oss_type": 1
}
], - "mediaList": [
- {
- "id": "1570058984",
- "cnt": 54,
- "name": "QQ Music",
- "oss_type": 1
}, - {
- "id": "148545817",
- "cnt": 49,
- "name": "Kuwo Music",
- "oss_type": 1
}, - {
- "id": "1314265205",
- "cnt": 45,
- "name": "Youlianghui Alliance",
- "oss_type": 1
}, - {
- "id": "2122252936",
- "cnt": 44,
- "name": "Ku Gou Music",
- "oss_type": 1
}, - {
- "id": "1107857423",
- "cnt": 13,
- "name": "QQ Book",
- "oss_type": 1
}, - {
- "id": "987196418",
- "cnt": 2,
- "name": "Netease News",
- "oss_type": 1
}, - {
- "id": "1602373056",
- "cnt": 1,
- "name": "Vivo Video",
- "oss_type": 1
}, - {
- "id": "281803926",
- "cnt": 1,
- "name": "Hupu",
- "oss_type": 1
}, - {
- "id": "2036227882",
- "cnt": 1,
- "name": "Vivo Browser",
- "oss_type": 1
}
], - "uaList": [
- 1
], - "monetization": [
- 1
], - "selling": 1,
- "payType": [
- 2
], - "seaputStatus": -1,
- "aggsAppName": "小红书 – 你的生活指南",
- "productNameDefault": {
- "name": "小红书 – 你的生活指南",
- "pkg": "com.xingin.xhs",
- "geo": "",
- "oss_type": 2
}, - "companyId": "1280369970",
- "companyName": "行吟信息科技(上海)有限公司",
- "dmpState": 1,
- "subjectType": [ ],
- "productFirstTime": null,
- "distributeCountryCreativeList": [
- {
- "id": null,
- "cnt": 187,
- "find_cnt": 822,
- "name": "Mainland China",
- "geo": "CN"
}
], - "distributeCountryMaterialList": [
- {
- "id": null,
- "cnt": 141,
- "find_cnt": 0,
- "name": "Mainland China",
- "geo": "CN"
}
], - "distributeMediaMaterialList": [
- {
- "id": "2122252936",
- "cnt": 42,
- "name": "酷狗音乐",
- "logo": "mtg_pkg/android_logo/com.kugou.android.png",
- "oss_type": 1
}, - {
- "id": "1602373056",
- "cnt": 1,
- "name": "vivo视频",
- "logo": "0e20389d473c4d8276051988a2ae705b.png",
- "oss_type": 1
}
], - "distributeMediaCreativeList": [
- {
- "id": "1602373056",
- "cnt": 1,
- "name": "Vivo Video",
- "oss_type": 1
}, - {
- "id": "1107857423",
- "cnt": 13,
- "name": "QQ Book",
- "oss_type": 1
}
], - "distributeAdFactionMaterialList": [
- {
- "id": "1703612183",
- "cnt": 139,
- "find_cnt": 0,
- "name": "Tencent Advertising",
}, - {
- "id": "572274491",
- "cnt": 2,
- "find_cnt": 0,
- "name": "Vivo",
}
], - "distributeAdFactionCreativeList": [
- {
- "id": "1703612183",
- "cnt": 182,
- "find_cnt": 814,
- "name": "Tencent Advertising",
}, - {
- "id": "1407743888",
- "cnt": 2,
- "find_cnt": 3,
- "name": "NetEase Efficiencies",
}, - {
- "id": "572274491",
- "cnt": 2,
- "find_cnt": 4,
- "name": "Vivo",
}, - {
- "id": "281803926",
- "cnt": 1,
- "find_cnt": 1,
- "name": "Hupu",
}
], - "distributeAdmediaMaterialList": [
- {
- "id": "150697907",
- "cnt": 5,
- "find_cnt": 0,
- "name": "全民K歌",
}, - {
- "id": "2122252936",
- "cnt": 5,
- "find_cnt": 0,
- "name": "酷狗音乐",
}
], - "distributeMaterialTypeMaterialList": [
- {
- "id": "2",
- "cnt": 141,
- "find_cnt": 0,
- "name": "Video"
}
], - "distributeImageSizeMaterialList": [ ],
- "distributeVideoSizeMaterialList": [
- {
- "id": null,
- "cnt": 89,
- "find_cnt": 0,
- "size": "720*1280"
}, - {
- "id": null,
- "cnt": 33,
- "find_cnt": 0,
- "size": "1280*720"
}, - {
- "id": null,
- "cnt": 11,
- "find_cnt": 0,
- "size": "360*640"
}, - {
- "id": null,
- "cnt": 7,
- "find_cnt": 0,
- "size": "640*360"
}, - {
- "id": null,
- "cnt": 1,
- "find_cnt": 0,
- "size": "1334*750"
}
], - "distributeLanguageMaterialList": [
- {
- "id": null,
- "cnt": 141,
- "find_cnt": 0,
- "language": "Simplified Chinese"
}
], - "distributeDeviceMaterialList": [
- {
- "id": "1",
- "cnt": 141,
- "name": ""
}
], - "distributeDeviceCreativeList": [
- {
- "id": "1",
- "cnt": 187,
- "name": ""
}
], - "datas": [
- {
- "date": "2023-10-09",
- "material_cnt": 2,
- "material_cnt_new": 0,
- "creative_find_cnt": 29,
- "creative_cnt": 2
}, - {
- "date": "2023-10-10",
- "material_cnt": 6,
- "material_cnt_new": 2,
- "creative_find_cnt": 23,
- "creative_cnt": 7
}, - {
- "date": "2023-10-11",
- "material_cnt": 9,
- "material_cnt_new": 2,
- "creative_find_cnt": 26,
- "creative_cnt": 9
}, - {
- "date": "2023-10-12",
- "material_cnt": 9,
- "material_cnt_new": 3,
- "creative_find_cnt": 41,
- "creative_cnt": 9
}, - {
- "date": "2023-10-13",
- "material_cnt": 59,
- "material_cnt_new": 57,
- "creative_find_cnt": 227,
- "creative_cnt": 69
}, - {
- "date": "2023-10-14",
- "material_cnt": 49,
- "material_cnt_new": 37,
- "creative_find_cnt": 417,
- "creative_cnt": 58
}, - {
- "date": "2023-10-15",
- "material_cnt": 60,
- "material_cnt_new": 36,
- "creative_find_cnt": 471,
- "creative_cnt": 80
}, - {
- "date": "2023-10-16",
- "material_cnt": 42,
- "material_cnt_new": 20,
- "creative_find_cnt": 255,
- "creative_cnt": 51
}, - {
- "date": "2023-10-17",
- "material_cnt": 44,
- "material_cnt_new": 19,
- "creative_find_cnt": 141,
- "creative_cnt": 51
}, - {
- "date": "2023-10-18"
}, - {
- "date": "2023-10-19"
}, - {
- "date": "2023-10-20",
- "material_cnt": 46,
- "material_cnt_new": 26,
- "creative_find_cnt": 203,
- "creative_cnt": 70
}, - {
- "date": "2023-10-21",
- "material_cnt": 30,
- "material_cnt_new": 19,
- "creative_find_cnt": 83,
- "creative_cnt": 35
}, - {
- "date": "2023-10-22",
- "material_cnt": 64,
- "material_cnt_new": 36,
- "creative_find_cnt": 285,
- "creative_cnt": 77
}, - {
- "date": "2023-10-23",
- "material_cnt": 45,
- "material_cnt_new": 22,
- "creative_find_cnt": 300,
- "creative_cnt": 55
}, - {
- "date": "2023-10-24",
- "material_cnt": 52,
- "material_cnt_new": 28,
- "creative_find_cnt": 376,
- "creative_cnt": 66
}, - {
- "date": "2023-10-25",
- "material_cnt": 85,
- "material_cnt_new": 50,
- "creative_find_cnt": 370,
- "creative_cnt": 106
}, - {
- "date": "2023-10-26",
- "material_cnt": 80,
- "material_cnt_new": 38,
- "creative_find_cnt": 357,
- "creative_cnt": 100
}, - {
- "date": "2023-10-27",
- "material_cnt": 49,
- "material_cnt_new": 17,
- "creative_find_cnt": 300,
- "creative_cnt": 60
}, - {
- "date": "2023-10-28",
- "material_cnt": 64,
- "material_cnt_new": 34,
- "creative_find_cnt": 260,
- "creative_cnt": 75
}, - {
- "date": "2023-10-29",
- "material_cnt": 76,
- "material_cnt_new": 40,
- "creative_find_cnt": 275,
- "creative_cnt": 94
}, - {
- "date": "2023-10-30",
- "material_cnt": 83,
- "material_cnt_new": 51,
- "creative_find_cnt": 260,
- "creative_cnt": 95
}, - {
- "date": "2023-10-31",
- "material_cnt": 82,
- "material_cnt_new": 42,
- "creative_find_cnt": 329,
- "creative_cnt": 89
}, - {
- "date": "2023-11-01",
- "material_cnt": 66,
- "material_cnt_new": 33,
- "creative_find_cnt": 333,
- "creative_cnt": 90
}, - {
- "date": "2023-11-02",
- "material_cnt": 60,
- "material_cnt_new": 28,
- "creative_find_cnt": 247,
- "creative_cnt": 68
}, - {
- "date": "2023-11-03",
- "material_cnt": 38,
- "material_cnt_new": 15,
- "creative_find_cnt": 246,
- "creative_cnt": 51
}, - {
- "date": "2023-11-04",
- "material_cnt": 59,
- "material_cnt_new": 28,
- "creative_find_cnt": 327,
- "creative_cnt": 69
}, - {
- "date": "2023-11-05",
- "material_cnt": 49,
- "material_cnt_new": 20,
- "creative_find_cnt": 352,
- "creative_cnt": 68
}, - {
- "date": "2023-11-06",
- "material_cnt": 67,
- "material_cnt_new": 39,
- "creative_find_cnt": 230,
- "creative_cnt": 87
}, - {
- "date": "2023-11-07",
- "material_cnt": 54,
- "material_cnt_new": 24,
- "creative_find_cnt": 240,
- "creative_cnt": 60
}
], - "datasAvg": 58.36666666666667
}, - "traceId": "4edce7be-84a2-49af-8f7f-45720e0cf701",
- "message": null,
- "jPath": null
}Get top images list
header Parameters
| Authorization required | string Example: {{Authorization}} Token authentication |
Request Body schema: application/json
| keyWord | string Search keyword; empty by default. |
| keyWordType | string Search dimension, i.e. what to search; empty by default. Enum: 0: App/product name/AppID 1: Developer name 2: Ad title/description |
| isNew | boolean Whether newly added; defaults to false. |
Array of objects Creative metrics. gs: format qxd: clarity | |
| appealTypeList | Array of strings Call to action; value comes from the filter-options endpoint where elementType=3003 (ccode value). |
| languages | Array of strings Delivery language; empty by default. Value comes from the filter-options endpoint where elementType=2005 (ccode value). |
object | |
required | object |
| adMediaType | Array of strings Ad type / ad placement / ad placement media; empty by default. Value comes from the filter-options endpoint where elementType=5001 (ccode value). |
Responses
Request samples
- Payload
{- "keyWord": "Fortune Greedy Rabbit",
- "keyWordType": "0",
- "isNew": false,
- "creativeList": [
- {
- "creativeKey": "gs",
- "creativeValue": "2"
}
], - "appealTypeList": [ ],
- "languages": [
- "other"
], - "productOption": {
- "productType": [
- "1"
], - "selling": [
- "1",
- "-1"
], - "monetization": [ ],
- "payType": [
- "2"
]
}, - "baseOption": {
- "tradeLevel1": [ ],
- "tradeLevel2": [ ],
- "tradeLevel3": [
- "6022703"
], - "subjectType": [ ],
- "countryLevel2": [
- "BR"
], - "adfactionIds": [
- "1337338246"
], - "mediaIds": [ ],
- "device": [
- "1"
], - "dayMode": "D30",
- "pageIndex": 1,
- "pageSize": 20,
- "sortField": "1",
- "sortRule": "desc"
}, - "adMediaType": [
- "99194611"
]
}Response samples
- 200
{- "code": "200",
- "data": {
- "pageIndex": 1,
- "pageSize": 20,
- "totalSize": 1,
- "list": [
- {
- "id": "bf38a35d917827b4ae8fa37d0523bb1d",
- "title": null,
- "describe": null,
- "findCnt": 1,
- "findCntMode": 1,
- "creativeCnt": 1,
- "creativeCntSum": 1,
- "showCnt": 2,
- "firstTime": 1697083200000,
- "firstPartTime": 1697083200000,
- "lastTime": 1697083200000,
- "appList": [
- {
- "id": "cat.hvnycnek.klbdvs",
- "cnt": null,
- "name": "Fortune Greedy Rabbit",
- "geo": null,
- "pkg": "cat.hvnycnek.klbdvs",
- "developer": "",
- "developerId": -1,
- "appCategory": [ ],
- "percent": null,
- "deviceList": null
}
], - "productCnt": 1,
- "sourceAppList": [
- {
- "id": "cat.hvnycnek.klbdvs",
- "cnt": 1,
- "name": "Fortune Greedy Rabbit",
- "geo": null,
- "pkg": "cat.hvnycnek.klbdvs",
- "developer": "",
- "developerId": -1,
- "appCategory": [ ],
- "percent": null,
- "deviceList": null
}
],
}
], - "folderTotalSize": null,
- "newNum": 0,
- "latestDate": 1697083200000
}, - "traceId": "2fb77c70-cd8d-4aff-919c-47343493391b",
- "message": null,
- "jPath": null
}Get top image details
query Parameters
| materialId required | string Example: materialId=edfaf1dfdd300b54ba66999b97b95b21 Image asset fingerprint |
| dayMode | string Example: dayMode=2023-09 Date; defaults to 30 days. E.g.: 2023-01 D3 D7 D30 |
header Parameters
| Authorization required | string Example: {{Authorization}} Token authentication |
Responses
Response samples
- 200
{- "code": "200",
- "data": {
- "id": "edfaf1dfdd300b54ba66999b97b95b21",
- "title": "搜狐视频-2023播主大会",
- "describe": "以视频会友 不亦乐乎",
- "findCnt": 32,
- "findCntMode": 21,
- "creativeCnt": 5,
- "creativeCntSum": -1,
- "showCnt": 161,
- "firstTime": 1689825600000,
- "firstPartTime": 1693972800000,
- "lastTime": 1696046400000,
- "appList": [
- {
- "id": "com.sohu.sohuvideo",
- "cnt": 5,
- "name": "搜狐视频",
- "geo": null,
- "pkg": "com.sohu.sohuvideo",
- "developer": "北京搜狐新媒体信息技术有限公司",
- "developerId": 1568676641,
- "appCategory": [ ],
- "percent": null,
- "deviceList": null
}
], - "productCnt": 1,
- "sourceAppList": [
- {
- "id": "com.sohu.sohuvideo",
- "cnt": 5,
- "name": "搜狐视频",
- "geo": null,
- "pkg": "com.sohu.sohuvideo",
- "developer": "北京搜狐新媒体信息技术有限公司",
- "developerId": 1568676641,
- "appCategory": [ ],
- "percent": null,
- "deviceList": null
}
], - "tradeLevel1": [
- "604"
], - "tradeLevel2": [
- "60403"
], - "tradeLevel3": [
- "6040302"
], - "subjectType": [ ],
- "adFactionList": [
- {
- "id": "721212364",
- "cnt": 5,
- "name": "Xiaomi Marketing",
- "geo": null,
- "pkg": null,
- "developer": null,
- "developerId": null,
- "appCategory": null,
- "percent": null,
- "deviceList": null
}
], - "mediaInfoList": [
- {
- "id": "1098577740",
- "cnt": 5,
- "name": "小米天气",
- "geo": null,
- "pkg": null,
- "developer": null,
- "developerId": null,
- "appCategory": null,
- "percent": null,
- "deviceList": null
}
], - "languages": [
- "Simplified Chinese"
], - "countryCodes": null,
- "countryResInfo": [
- {
- "id": null,
- "cnt": 5,
- "name": "Mainland China",
- "geo": "CN",
- "pkg": null,
- "developer": null,
- "developerId": null,
- "appCategory": null,
- "percent": null,
- "deviceList": null
}
], - "deviceList": [
- "1"
], - "selling": [
- 0
], - "monetization": [ ],
- "payType": [
- 1
], - "productType": [
- 1
], - "onlyNewlyAdded": 0,
- "materialShape": 3,
- "adMediaInfoList": [
- {
- "id": null,
- "cnt": null,
- "name": "Native Ads",
- "logo": null,
- "geo": null,
- "pkg": null,
- "developer": null,
- "developerId": null,
- "appCategory": null,
- "percent": null,
- "deviceList": null
}
], - "phrase50LatestIds": [ ],
- "phrase50HotIds": null,
- "phrase50ShowIds": [ ],
- "distributeMediaCreativeList": [
- {
- "id": "1098577740",
- "cnt": 5,
- "name": "小米天气",
- "logo": "NULL",
- "geo": null,
- "pkg": null,
- "subject": null,
- "caption": null,
- "developer": null,
- "developerId": null,
- "opCompanyId": null,
- "opCompanyName": null,
- "appCategory": null,
- "percent": null,
- "deviceList": null,
- "highLight": null,
- "ophighLight": null,
- "highLightPkg": null,
- "ossType": 1,
- "countryCn": null,
- "countryEn": null,
- "tradeIds": null
}
], - "distributeProductCreativeList": [
- {
- "id": "com.sohu.sohuvideo",
- "cnt": 5,
- "name": "搜狐视频",
- "logo": "logo_myapp_6429.jpg",
- "geo": null,
- "pkg": "com.sohu.sohuvideo",
- "subject": null,
- "caption": null,
- "developer": "北京搜狐新媒体信息技术有限公司",
- "developerId": "1568676641",
- "opCompanyId": null,
- "opCompanyName": null,
- "appCategory": null,
- "percent": null,
- "deviceList": null,
- "highLight": null,
- "ophighLight": null,
- "highLightPkg": null,
- "ossType": 1,
- "countryCn": null,
- "countryEn": null,
- "tradeIds": [
- "6040302"
]
}
], - "distributeAdFactionCreativeList": [
- {
- "id": "721212364",
- "cnt": 5,
- "name": "小米营销",
- "logo": "static/adfa/28.png",
- "geo": null,
- "pkg": null,
- "subject": null,
- "caption": null,
- "developer": null,
- "developerId": null,
- "opCompanyId": null,
- "opCompanyName": null,
- "appCategory": null,
- "percent": null,
- "deviceList": null,
- "highLight": null,
- "ophighLight": null,
- "highLightPkg": null,
- "ossType": 1,
- "countryCn": null,
- "countryEn": null,
- "tradeIds": null
}
], - "demoadWebSite": [ ],
- "showCntArray": [
- {
- "day": "2023-09-29",
- "cnt": 1
}, - {
- "day": "2023-09-13",
- "cnt": 23
}, - {
- "day": "2023-09-23",
- "cnt": 12
}, - {
- "day": "2023-09-14",
- "cnt": 5
}, - {
- "day": "2023-09-20",
- "cnt": 13
}, - {
- "day": "2023-09-28",
- "cnt": 2
}, - {
- "day": "2023-09-24",
- "cnt": 5
}, - {
- "day": "2023-09-08",
- "cnt": 2
}, - {
- "day": "2023-09-17",
- "cnt": 19
}, - {
- "day": "2023-09-11",
- "cnt": 9
}, - {
- "day": "2023-09-06",
- "cnt": 1
}, - {
- "day": "2023-09-25",
- "cnt": 8
}, - {
- "day": "2023-09-10",
- "cnt": 15
}, - {
- "day": "2023-09-16",
- "cnt": 24
}, - {
- "day": "2023-09-21",
- "cnt": 2
}, - {
- "day": "2023-09-22",
- "cnt": 1
}, - {
- "day": "2023-09-30",
- "cnt": 7
}, - {
- "day": "2023-09-15",
- "cnt": 2
}, - {
- "day": "2023-09-27",
- "cnt": 1
}, - {
- "day": "2023-09-18",
- "cnt": 3
}, - {
- "day": "2023-09-12",
- "cnt": 6
}
], - "appealType": "[]",
- "adType": null,
- "size": "512*512",
- "width": 512,
- "height": 512,
- "preplay50LatestIds": null,
- "preplay50HotIds": null,
- "preplay50ShowIds": null,
- "demoad50LatestIds": null,
- "demoad50HotIds": null,
- "demoad50ShowIds": null
}, - "traceId": "18aecd4a-d5df-4992-8e15-963a5581aab2",
- "message": null,
- "jPath": null
}Get top videos list
header Parameters
| Authorization required | string Example: {{Authorization}} Token authentication |
Request Body schema: application/json
| keyWord | string Search keyword; empty by default. |
| keyWordType | string Search dimension, i.e. what to search; empty by default. Enum: 0: App/product name/AppID 1: Developer name 2: Ad title/description 3: Short-drama title |
| isNew | boolean Whether newly added; defaults to false. |
Array of objects Creative metrics. gs: format qxd: clarity spsc: video duration | |
| appealTypeList | Array of strings Call to action; empty by default. Value comes from the filter-options endpoint where elementType=3003 (ccode value). |
Array of objects Engagement metric | |
| languages | Array of strings Delivery language; empty by default. Value comes from the filter-options endpoint where elementType=2005 (ccode value). |
object | |
required | object |
| adMediaType | Array of strings Ad type / ad placement / ad placement media; empty by default. Value comes from the filter-options endpoint where elementType=5001 (ccode value). |
Responses
Request samples
- Payload
{- "keyWord": "Dots Connect",
- "keyWordType": "0",
- "isNew": false,
- "creativeList": [
- {
- "creativeKey": "spsc",
- "creativeValue": "less30"
}, - {
- "creativeKey": "qxd",
- "creativeValue": "HD"
}, - {
- "creativeKey": "gs",
- "creativeValue": "2"
}
], - "appealTypeList": [ ],
- "interactionList": [
- {
- "interactionKey": "share",
- "interactionValue": "0,100"
}, - {
- "interactionKey": "comment",
- "interactionValue": "0,100"
}, - {
- "interactionKey": "like",
- "interactionValue": "0,100"
}
], - "languages": [
- "en"
], - "productOption": {
- "productType": [
- "1"
], - "selling": [
- "1",
- "-1"
], - "monetization": [ ],
- "payType": [
- "2"
]
}, - "baseOption": {
- "tradeLevel1": [ ],
- "tradeLevel2": [ ],
- "tradeLevel3": [
- "6022703"
], - "subjectType": [ ],
- "countryLevel2": [
- "BR"
], - "adfactionIds": [
- "1337338246"
], - "mediaIds": [ ],
- "device": [
- "1"
], - "dayMode": "D30",
- "pageIndex": 1,
- "pageSize": 20,
- "sortField": "1",
- "sortRule": "desc"
}, - "adMediaType": [
- "99194611"
]
}Response samples
- 200
{- "code": "200",
- "data": {
- "pageIndex": 1,
- "pageSize": 20,
- "totalSize": 1,
- "list": [
- {
- "id": "01d3e61aa4d78489bdb4bb2e51270c55",
- "title": "Dots Connect",
- "describe": "",
- "findCnt": 1,
- "findCntMode": 1,
- "creativeCnt": 1,
- "creativeCntSum": 1,
- "showCnt": 1,
- "firstTime": 1697428800000,
- "firstPartTime": 1697428800000,
- "lastTime": 1697428800000,
- "appList": [
- {
- "id": "com.dots.connect.game.one",
- "cnt": null,
- "name": "Dots Connect",
- "geo": null,
- "pkg": "com.dots.connect.game.one",
- "developer": "",
- "developerId": -1,
- "appCategory": [ ],
- "percent": null,
- "deviceList": null
}
], - "productCnt": 1,
- "sourceAppList": [
- {
- "id": "com.dots.connect.game.one",
- "cnt": 1,
- "name": "Dots Connect",
- "geo": null,
- "pkg": "com.dots.connect.game.one",
- "developer": "",
- "developerId": -1,
- "appCategory": [ ],
- "percent": null,
- "deviceList": null
}
], - "videoTimeSpan": 25,
- "likeCnt": 0,
- "commentCnt": 0,
- "shareCnt": 0,
- "playCnt": 0,
- "interactionIndexList": [
- {
- "id": 1337338246,
- "playCount": null,
- "shareCount": null,
- "likeCount": null,
- "commentCount": null
}
]
}
], - "folderTotalSize": null,
- "newNum": 0,
- "latestDate": 1697428800000
}, - "traceId": "1bcd5359-5ebb-48fb-85bf-23f08d4dd708",
- "message": null,
- "jPath": null
}Get top video details
query Parameters
| materialId required | string Example: materialId=148e5ccceb600678e63b36368a5fdca6 Video asset fingerprint |
| dayMode | string Example: dayMode=D30 Date; defaults to 30 days. E.g.: 2023-01 D3 D7 D30 |
header Parameters
| Authorization required | string Example: {{Authorization}} Token authentication |
Responses
Response samples
- 200
{- "code": "200",
- "data": {
- "id": "148e5ccceb600678e63b36368a5fdca6",
- "title": "UtksmyfXChK2Jn1s8tUkZQ",
- "describe": "",
- "findCnt": 20,
- "findCntMode": 4,
- "creativeCnt": 250,
- "creativeCntSum": 1358,
- "showCnt": 252,
- "firstTime": 1695441600000,
- "firstPartTime": 1696824000000,
- "lastTime": 1697083200000,
- "appList": [
- {
- "id": "1200391796",
- "cnt": 250,
- "name": "June's Journey",
- "geo": null,
- "pkg": "1200391796",
- "developer": "",
- "developerId": -1,
- "appCategory": [ ],
- "percent": null,
- "deviceList": null
}
], - "productCnt": 1,
- "sourceAppList": [
- {
- "id": "1200391796",
- "cnt": 250,
- "name": "June's Journey",
- "geo": null,
- "pkg": "1200391796",
- "developer": "",
- "developerId": -1,
- "appCategory": [ ],
- "percent": null,
- "deviceList": null
}
], - "tradeLevel1": [
- "602"
], - "tradeLevel2": [
- "60224"
], - "tradeLevel3": [
- "6022401"
], - "subjectType": [ ],
- "adFactionList": [
- {
- "id": "1337338246",
- "cnt": 250,
- "name": "Admob",
- "geo": null,
- "pkg": null,
- "developer": null,
- "developerId": null,
- "appCategory": null,
- "percent": null,
- "deviceList": null
}
], - "mediaInfoList": [
- {
- "id": "1337338246",
- "cnt": 250,
- "name": "Admob",
- "geo": null,
- "pkg": null,
- "developer": null,
- "developerId": null,
- "appCategory": null,
- "percent": null,
- "deviceList": null
}
], - "languages": [
- "Bulgarian",
- "Yoruba",
- "English",
- "Dutch",
- "Uzbek",
- "Czech",
- "Arabic",
- "Slovak",
- "Welsh",
- "Azerbaijani",
- "Hmong",
- "Maltese",
- "Polish",
- "Albanian",
- "Zulu",
- "Kurdish",
- "Danish",
- "Russian",
- "Chichewa",
- "Somali"
], - "countryCodes": null,
- "countryResInfo": [
- {
- "id": null,
- "cnt": 99,
- "name": "Philippines",
- "geo": "PH",
- "pkg": null,
- "developer": null,
- "developerId": null,
- "appCategory": null,
- "percent": null,
- "deviceList": null
}, - {
- "id": null,
- "cnt": 55,
- "name": "India",
- "geo": "IN",
- "pkg": null,
- "developer": null,
- "developerId": null,
- "appCategory": null,
- "percent": null,
- "deviceList": null
}
], - "deviceList": [
- "2"
], - "selling": [
- 1
], - "monetization": [ ],
- "payType": [
- 2
], - "productType": [
- 1
], - "onlyNewlyAdded": 0,
- "materialShape": 2,
- "adMediaInfoList": [
- {
- "id": null,
- "cnt": null,
- "name": "Rewarded Video Ads",
- "logo": null,
- "geo": null,
- "pkg": null,
- "developer": null,
- "developerId": null,
- "appCategory": null,
- "percent": null,
- "deviceList": null
}
], - "phrase50LatestIds": [ ],
- "phrase50HotIds": null,
- "phrase50ShowIds": [ ],
- "distributeMediaCreativeList": [
- {
- "id": "1337338246",
- "cnt": 250,
- "name": "Admob",
- "logo": "/static/version2/overseas6.png",
- "geo": null,
- "pkg": null,
- "subject": null,
- "caption": null,
- "developer": null,
- "developerId": null,
- "opCompanyId": null,
- "opCompanyName": null,
- "appCategory": null,
- "percent": null,
- "deviceList": null,
- "highLight": null,
- "ophighLight": null,
- "highLightPkg": null,
- "ossType": 2,
- "countryCn": null,
- "countryEn": null,
- "tradeIds": null
}
], - "distributeProductCreativeList": [
- {
- "id": "1200391796",
- "cnt": 250,
- "name": "June's Journey",
- "geo": null,
- "pkg": "1200391796",
- "subject": null,
- "caption": null,
- "developer": "",
- "developerId": "-1",
- "opCompanyId": null,
- "opCompanyName": null,
- "appCategory": null,
- "percent": null,
- "deviceList": null,
- "highLight": null,
- "ophighLight": null,
- "highLightPkg": null,
- "ossType": 2,
- "countryCn": null,
- "countryEn": null,
- "tradeIds": [
- "6022401"
]
}
], - "distributeAdFactionCreativeList": [
- {
- "id": "1337338246",
- "cnt": 250,
- "name": "Admob",
- "logo": "",
- "geo": null,
- "pkg": null,
- "subject": null,
- "caption": null,
- "developer": null,
- "developerId": null,
- "opCompanyId": null,
- "opCompanyName": null,
- "appCategory": null,
- "percent": null,
- "deviceList": null,
- "highLight": null,
- "ophighLight": null,
- "highLightPkg": null,
- "ossType": -1,
- "countryCn": null,
- "countryEn": null,
- "tradeIds": null
}
], - "videoTimeSpan": 30,
- "likeCnt": 0,
- "commentCnt": 0,
- "shareCnt": 0,
- "playCnt": 0,
- "interactionIndexList": [
- {
- "id": 1337338246,
- "playCount": null,
- "shareCount": null,
- "likeCount": null,
- "commentCount": null
}
], - "demoadWebSite": [ ],
- "showCntArray": [
- {
- "day": "2023-10-09",
- "cnt": 91
}, - {
- "day": "2023-10-10",
- "cnt": 78
}, - {
- "day": "2023-10-12",
- "cnt": 42
}, - {
- "day": "2023-10-11",
- "cnt": 41
}
], - "appealType": null,
- "adType": null,
- "size": "720*1280",
- "width": 720,
- "height": 1280,
- "preplay50LatestIds": null,
- "preplay50HotIds": null,
- "preplay50ShowIds": null,
- "demoad50LatestIds": null,
- "demoad50HotIds": null,
- "demoad50ShowIds": null
}, - "traceId": "c990316d-7a2a-48c5-bccc-4d6f216b23b2",
- "message": null,
- "jPath": null
}Get top ad-copy list
header Parameters
| Authorization required | string Example: {{Authorization}} Token authentication |
Request Body schema: application/json
| keyWord | string Search keyword; empty by default. |
| keyWordType | string Search dimension, i.e. what to search; empty by default. Enum: 0: App/product name/AppID 1: Developer name 2: Ad title/description |
| isNew | boolean Whether newly added; defaults to false. |
| languages | Array of strings Delivery language; empty by default. Value comes from the filter-options endpoint where elementType=2005 (ccode value). |
object | |
required | object |
Responses
Request samples
- Payload
{- "keyWord": "水果汇",
- "keyWordType": "0",
- "isNew": false,
- "languages": [ ],
- "productOption": {
- "productType": [ ],
- "selling": [ ],
- "monetization": [ ],
- "payType": [ ]
}, - "baseOption": {
- "tradeLevel1": [ ],
- "tradeLevel2": [ ],
- "tradeLevel3": [
- "6022703"
], - "subjectType": [ ],
- "countryLevel2": [
- "CN"
], - "adfactionIds": [
- "1655832474"
], - "mediaIds": [
- "600846345"
], - "device": [
- "1"
], - "dayMode": "D30",
- "pageIndex": 1,
- "pageSize": 4,
- "sortField": "1",
- "sortRule": "desc"
}
}Response samples
- 200
{- "code": "200",
- "data": {
- "pageIndex": 1,
- "pageSize": 20,
- "totalSize": 2,
- "list": [
- {
- "id": "508b97fd7a04478fac58e1273fda6ff3",
- "title": "",
- "describe": "Introducing+Alpha:++The+Ultimate+Play+to+Earn+Money+App!+",
- "findCnt": 10,
- "findCntMode": null,
- "creativeCnt": 3,
- "creativeCntSum": 3,
- "showCnt": 34,
- "firstTime": 1697947200000,
- "firstPartTime": null,
- "lastTime": 1699329600000,
- "appList": [
- {
- "id": "com.nftwalletapp",
- "cnt": null,
- "name": "alpha - Play and Earn Rewards",
- "geo": null,
- "pkg": "com.nftwalletapp",
- "developer": "",
- "developerId": -1,
- "appCategory": [ ],
- "percent": null,
- "deviceList": null
}
], - "sourceAppList": null,
- "materialCnt": 3
}, - {
- "id": "f67b0a386ceb0531600c37bd3f1cad37",
- "title": "",
- "describe": "Introducing Alpha: The Ultimate Play to Earn Money App! ",
- "findCnt": 3,
- "findCntMode": null,
- "creativeCnt": 2,
- "creativeCntSum": 2,
- "showCnt": 5,
- "firstTime": 1697947200000,
- "firstPartTime": null,
- "lastTime": 1698724800000,
- "appList": [
- {
- "id": "com.nftwalletapp",
- "cnt": null,
- "name": "alpha - Play and Earn Rewards",
- "geo": null,
- "pkg": "com.nftwalletapp",
- "developer": "",
- "developerId": -1,
- "appCategory": [ ],
- "percent": null,
- "deviceList": null
}
], - "sourceAppList": null,
- "materialCnt": 2
}
], - "folderTotalSize": null,
- "newNum": 0,
- "latestDate": 1699329600000
}, - "traceId": "08c597da-a2c8-4661-bf86-346c22b2dbd3",
- "message": null,
- "jPath": null
}Get top ad-copy details
query Parameters
| materialId required | string Example: materialId=03dffa4423ab8989449a2d4273a68508 Ad-copy fingerprint |
| dayMode | string Example: dayMode=D30 Date; defaults to 30 days. E.g.: 2023-01 D3 D7 D30 |
header Parameters
| Authorization required | string Example: {{Authorization}} Token authentication |
Responses
Response samples
- 200
{- "code": "200",
- "data": {
- "id": "03dffa4423ab8989449a2d4273a68508",
- "title": "快手",
- "describe": "精彩内容,不要错过!",
- "findCnt": 25,
- "findCntMode": null,
- "creativeCnt": 845,
- "creativeCntSum": 857,
- "showCnt": 3137,
- "firstTime": 1685678400000,
- "firstPartTime": null,
- "lastTime": 1699502400000,
- "appList": [
- {
- "id": "com.smile.gifmaker",
- "cnt": 551,
- "name": "快手",
- "geo": null,
- "pkg": "com.smile.gifmaker",
- "developer": "北京快手科技有限公司",
- "developerId": 446105038,
- "appCategory": [ ],
- "percent": null,
- "deviceList": null
}, - {
- "id": "440948110",
- "cnt": 272,
- "name": "快手",
- "geo": null,
- "pkg": "440948110",
- "developer": "Beijing Kwai Technology Co., Ltd.",
- "developerId": 1310891226,
- "appCategory": [ ],
- "percent": null,
- "deviceList": null
}, - {
- "id": "com.kuaishou.nebula",
- "cnt": 22,
- "name": "快手极速版",
- "geo": null,
- "pkg": "com.kuaishou.nebula",
- "developer": "北京快手科技有限公司",
- "developerId": 446105038,
- "appCategory": [ ],
- "percent": null,
- "deviceList": null
}
], - "sourceAppList": null,
- "tradeLevel1": [
- "604",
- "601"
], - "tradeLevel2": [
- "60401",
- "60102"
], - "tradeLevel3": [
- "6010203",
- "6040107"
], - "subjectType": [ ],
- "adFactionList": [
- {
- "id": "1703612183",
- "cnt": 845,
- "name": "Tencent Advertising",
- "geo": null,
- "pkg": null,
- "developer": null,
- "developerId": null,
- "appCategory": null,
- "percent": null,
- "deviceList": null
}
], - "mediaInfoList": [
- {
- "id": "1314265205",
- "cnt": 845,
- "name": "优量汇联盟",
- "geo": null,
- "pkg": null,
- "developer": null,
- "developerId": null,
- "appCategory": null,
- "percent": null,
- "deviceList": null
}
], - "languages": [
- "zh-cn"
], - "countryCodes": null,
- "countryResInfo": null,
- "deviceList": [
- "1",
- "2"
], - "selling": [
- 1
], - "monetization": [
- 1,
- 2,
- -1
], - "payType": [
- 2
], - "productType": [
- 1
], - "onlyNewlyAdded": 0,
- "materialCnt": 841
}, - "traceId": "779fd070-4427-40eb-a1ac-8f83e404147a",
- "message": null,
- "jPath": null
}Get top landing-pages list
header Parameters
| Authorization required | string Example: {{Authorization}} Token authentication |
Request Body schema: application/json
| keyWord | string Search dimension, i.e. what to search; empty by default. Enum: 0: App/product name/AppID 1: Developer name 2: Ad title/description |
| keyWordType | string Search keyword; empty by default. |
| isNew | boolean Whether newly added; defaults to false. |
| languages | Array of strings Delivery language; empty by default |
required | object |
| seelTargets | Array of strings Marketing objective; value comes from the filter-options endpoint where elementType=4001 and level=3 (ccode value). |
| webTools | Array of strings Site-building tool; value comes from the filter-options endpoint where elementType=4002 and level=3 (ccode value). |
| demoadFormats | Array of strings Landing page format; value comes from the filter-options endpoint where elementType=4003 and level=3 (ccode value). |
Responses
Request samples
- Payload
{- "keyWord": "Atlas Earth-Own Metaverse Land",
- "keyWordType": "0",
- "isNew": false,
- "baseOption": {
- "tradeLevel1": [ ],
- "tradeLevel2": [ ],
- "tradeLevel3": [
- "6022704"
], - "subjectType": [ ],
- "countryLevel2": [
- "US"
], - "adfactionIds": [
- "120132230"
], - "mediaIds": [ ],
- "device": [
- "1"
], - "dayMode": "D30",
- "startTime": "2023-10-10",
- "endTime": "2023-11-09",
- "pageIndex": 1,
- "pageSize": 4,
- "sortField": "1",
- "sortRule": "desc"
}, - "seelTargets": [ ],
- "webTools": [ ],
- "demoadFormats": [ ],
- "adMediaType": [ ]
}Response samples
- 200
{- "code": "200",
- "data": {
- "pageIndex": 1,
- "pageSize": 4,
- "totalSize": 2,
- "list": [
- {
- "id": "327acc7a34e918637f2642f91610886f30ac3ecd",
- "title": "球了个球",
- "describe": "提现秒到账",
- "findCnt": 1,
- "findCntMode": null,
- "creativeCnt": 1,
- "creativeCntSum": 1,
- "showCnt": 1,
- "firstTime": 1699070400000,
- "firstPartTime": 1699070400000,
- "lastTime": 1699070400000,
- "appList": [
- {
- "id": "6466628433",
- "cnt": null,
- "name": "<font color='red'>球</font><font color='red'>了</font><font color='red'>个</font><font color='red'>球</font>",
- "geo": null,
- "pkg": "6466628433",
- "developer": "",
- "developerId": -1,
- "appCategory": [ ],
- "percent": null,
- "deviceList": null
}
], - "sourceAppList": null,
- "webSite": "h5.gdt.qq.com"
}, - {
- "id": "7f84219fb343ab52a06fa68044d3e94ed3ec71d3",
- "title": "球了个球",
- "describe": "可以反复提现!",
- "findCnt": 1,
- "findCntMode": null,
- "creativeCnt": 1,
- "creativeCntSum": 1,
- "showCnt": 1,
- "firstTime": 1697342400000,
- "firstPartTime": 1697342400000,
- "lastTime": 1697342400000,
- "appList": [
- {
- "id": "6466628433",
- "cnt": null,
- "name": "<font color='red'>球</font><font color='red'>了</font><font color='red'>个</font><font color='red'>球</font>",
- "geo": null,
- "pkg": "6466628433",
- "developer": "",
- "developerId": -1,
- "appCategory": [ ],
- "percent": null,
- "deviceList": null
}
], - "sourceAppList": null,
- "webSite": "h5.gdt.qq.com"
}
], - "folderTotalSize": null,
- "newNum": 0,
- "latestDate": 1699070400000
}, - "traceId": "4f7e14d7-0752-447a-bde9-d94cffddd4b1",
- "message": null,
- "jPath": null
}Get top landing-page details
query Parameters
| materialId required | string Example: materialId=04805b9d063a631bb8632a188456fd47750bf5d8 Landing-page fingerprint |
| dayMode | string Example: dayMode=D30 Date; defaults to 30 days. E.g.: 2023-01 D3 D7 D30 |
header Parameters
| Authorization required | string Example: {{Authorization}} Token authentication |
Responses
Response samples
- 200
{- "code": "200",
- "data": {
- "id": "04805b9d063a631bb8632a188456fd47750bf5d8",
- "title": "Soul",
- "describe": "精彩内容,不要错过!",
- "findCnt": 24,
- "findCntMode": null,
- "creativeCnt": 198,
- "creativeCntSum": 198,
- "showCnt": 632,
- "firstTime": 1697169600000,
- "firstPartTime": 1697169600000,
- "lastTime": 1699329600000,
- "appList": [
- {
- "id": "cn.soulapp.android",
- "cnt": 198,
- "name": "Soul-年轻人的社交元宇宙",
- "geo": null,
- "pkg": "cn.soulapp.android",
- "developer": "上海任意门科技有限公司",
- "developerId": 1678874351,
- "appCategory": [ ],
- "percent": null,
- "deviceList": null
}
], - "sourceAppList": null,
- "tradeLevel1": [
- "604"
], - "tradeLevel2": [
- "60401"
], - "tradeLevel3": [
- "6040104"
], - "subjectType": [ ],
- "adFactionList": [
- {
- "id": "1703612183",
- "cnt": 198,
- "name": "Tencent Advertising",
- "geo": null,
- "pkg": null,
- "developer": null,
- "developerId": null,
- "appCategory": null,
- "percent": null,
- "deviceList": null
}
], - "mediaInfoList": [
- {
- "id": "1314265205",
- "cnt": 194,
- "name": "优量汇联盟",
- "geo": null,
- "pkg": null,
- "developer": null,
- "developerId": null,
- "appCategory": null,
- "percent": null,
- "deviceList": null
}, - {
- "id": "148545817",
- "cnt": 3,
- "name": "酷我音乐",
- "geo": null,
- "pkg": null,
- "developer": null,
- "developerId": null,
- "appCategory": null,
- "percent": null,
- "deviceList": null
}, - {
- "id": "1107857423",
- "cnt": 1,
- "name": "QQ阅读",
- "geo": null,
- "pkg": null,
- "developer": null,
- "developerId": null,
- "appCategory": null,
- "percent": null,
- "deviceList": null
}
], - "languages": [ ],
- "countryCodes": null,
- "countryResInfo": [
- {
- "id": null,
- "cnt": 198,
- "name": "Mainland China",
- "geo": "CN",
- "pkg": null,
- "developer": null,
- "developerId": null,
- "appCategory": null,
- "percent": null,
- "deviceList": null
}
], - "deviceList": [
- "1"
], - "onlyNewlyAdded": 1,
- "materialShape": null,
- "adMediaInfoList": [
- {
- "id": null,
- "cnt": null,
- "name": "Rewarded Video Ads",
- "logo": null,
- "geo": null,
- "pkg": null,
- "developer": null,
- "developerId": null,
- "appCategory": null,
- "percent": null,
- "deviceList": null
}, - {
- "id": null,
- "cnt": null,
- "name": "Banner Ads",
- "logo": null,
- "geo": null,
- "pkg": null,
- "developer": null,
- "developerId": null,
- "appCategory": null,
- "percent": null,
- "deviceList": null
}, - {
- "id": null,
- "cnt": null,
- "name": "Native Ads",
- "logo": null,
- "geo": null,
- "pkg": null,
- "developer": null,
- "developerId": null,
- "appCategory": null,
- "percent": null,
- "deviceList": null
}, - {
- "id": null,
- "cnt": null,
- "name": "Interstitial Ads",
- "logo": null,
- "geo": null,
- "pkg": null,
- "developer": null,
- "developerId": null,
- "appCategory": null,
- "percent": null,
- "deviceList": null
}
], - "phrase50LatestIds": [ ],
- "phrase50HotIds": null,
- "phrase50ShowIds": [ ],
- "distributeMediaCreativeList": [
- {
- "id": "1107857423",
- "cnt": 1,
- "name": "QQ阅读",
- "logo": "mtg_pkg/android_logo/com.qq.reader.png",
- "geo": null,
- "pkg": null,
- "subject": null,
- "caption": null,
- "developer": null,
- "developerId": null,
- "opCompanyId": null,
- "opCompanyName": null,
- "appCategory": null,
- "percent": null,
- "deviceList": null,
- "highLight": null,
- "ophighLight": null,
- "highLightPkg": null,
- "ossType": 1,
- "countryCn": null,
- "countryEn": null,
- "tradeIds": null
}, - {
- "id": "1314265205",
- "cnt": 194,
- "name": "优量汇联盟",
- "logo": "3fef700487a4fdd80f8627d135b466c4.png",
- "geo": null,
- "pkg": null,
- "subject": null,
- "caption": null,
- "developer": null,
- "developerId": null,
- "opCompanyId": null,
- "opCompanyName": null,
- "appCategory": null,
- "percent": null,
- "deviceList": null,
- "highLight": null,
- "ophighLight": null,
- "highLightPkg": null,
- "ossType": 1,
- "countryCn": null,
- "countryEn": null,
- "tradeIds": null
}, - {
- "id": "148545817",
- "cnt": 3,
- "name": "酷我音乐",
- "logo": "46b02df1705cc685e8e4488da4442484.png",
- "geo": null,
- "pkg": null,
- "subject": null,
- "caption": null,
- "developer": null,
- "developerId": null,
- "opCompanyId": null,
- "opCompanyName": null,
- "appCategory": null,
- "percent": null,
- "deviceList": null,
- "highLight": null,
- "ophighLight": null,
- "highLightPkg": null,
- "ossType": 1,
- "countryCn": null,
- "countryEn": null,
- "tradeIds": null
}
], - "distributeProductCreativeList": [
- {
- "id": "cn.soulapp.android",
- "cnt": 198,
- "name": "Soul-年轻人的社交元宇宙",
- "geo": null,
- "pkg": "cn.soulapp.android",
- "subject": null,
- "caption": null,
- "developer": "上海任意门科技有限公司",
- "developerId": "1678874351",
- "opCompanyId": null,
- "opCompanyName": null,
- "appCategory": null,
- "percent": null,
- "deviceList": null,
- "highLight": null,
- "ophighLight": null,
- "highLightPkg": null,
- "ossType": 1,
- "countryCn": null,
- "countryEn": null,
- "tradeIds": [
- "6040104"
]
}
], - "distributeAdFactionCreativeList": [
- {
- "id": "1703612183",
- "cnt": 198,
- "name": "腾讯广告",
- "logo": "static/adfa/1.png",
- "geo": null,
- "pkg": null,
- "subject": null,
- "caption": null,
- "developer": null,
- "developerId": null,
- "opCompanyId": null,
- "opCompanyName": null,
- "appCategory": null,
- "percent": null,
- "deviceList": null,
- "highLight": null,
- "ophighLight": null,
- "highLightPkg": null,
- "ossType": 1,
- "countryCn": null,
- "countryEn": null,
- "tradeIds": null
}
], - "webSite": "h5.gdt.qq.com",
- "webTool": [
- "-1"
], - "demoadFormat": [
- "1"
], - "sellTarget": [
- "1"
], - "material50LatestImageIds": null,
- "material50HotImageIds": null,
- "material50ShowImageIds": null,
- "material50LatestVideoIds": [ ],
- "material50HotVideoIds": null,
- "material50ShowVideoIds": [ ]
}, - "traceId": "b83af5d0-7352-4fcc-9807-44926c9d05d1",
- "message": null,
- "jPath": null
}Get top playables list
header Parameters
| Authorization required | string Example: {{Authorization}} Token authentication |
Request Body schema: application/json
| keyWord | string Search dimension, i.e. what to search; empty by default. Enum: 0: App/product name/AppID 1: Developer name 2: Ad title/description |
| keyWordType | string Search keyword; empty by default. |
| isNew | boolean Whether newly added; defaults to false. |
| languages | Array of strings Delivery language; empty by default |
required | object |
Responses
Request samples
- Payload
{- "keyWord": "JustPlay - Loyalty Program",
- "keyWordType": "0",
- "isNew": false,
- "languages": [ ],
- "baseOption": {
- "tradeLevel1": [ ],
- "tradeLevel2": [ ],
- "tradeLevel3": [
- "6022703"
], - "subjectType": [ ],
- "countryLevel2": [
- "US"
], - "adfactionIds": [
- "120132230"
], - "mediaIds": [ ],
- "device": [
- "2"
], - "dayMode": "D30",
- "pageIndex": 1,
- "pageSize": 4,
- "sortField": "1",
- "sortRule": "desc"
}
}Response samples
- 200
{- "code": "200",
- "data": {
- "pageIndex": 1,
- "pageSize": 4,
- "totalSize": 2,
- "list": [
- {
- "id": "0398cc7f6561e50030264e2edc0c4bf0",
- "title": null,
- "describe": null,
- "findCnt": 37,
- "findCntMode": 1,
- "creativeCnt": 1,
- "creativeCntSum": 1,
- "showCnt": 2,
- "firstTime": 1685592000000,
- "firstPartTime": 1698120000000,
- "lastTime": 1698120000000,
- "appList": [
- {
- "id": "6444946155",
- "cnt": null,
- "name": "JustPlay - Loyalty Program",
- "geo": null,
- "pkg": "6444946155",
- "developer": "",
- "developerId": -1,
- "appCategory": [ ],
- "percent": null,
- "deviceList": null
}
], - "sourceAppList": null,
}, - {
- "id": "e15d6fdd44956e5b5baf56f4fb899f58",
- "title": null,
- "describe": null,
- "findCnt": 39,
- "findCntMode": 1,
- "creativeCnt": 1,
- "creativeCntSum": 1,
- "showCnt": 1,
- "firstTime": 1685592000000,
- "firstPartTime": 1698552000000,
- "lastTime": 1698552000000,
- "appList": [
- {
- "id": "6444946155",
- "cnt": null,
- "name": "JustPlay - Loyalty Program",
- "geo": null,
- "pkg": "6444946155",
- "developer": "",
- "developerId": -1,
- "appCategory": [ ],
- "percent": null,
- "deviceList": null
}
], - "sourceAppList": null,
- "webSite": "h5.gdt.qq.com"
}
], - "folderTotalSize": null,
- "newNum": 0,
- "latestDate": 1698552000000
}, - "traceId": "2fe7e459-56bc-4433-baff-c581c372b6c0",
- "message": null,
- "jPath": null
}Get top playable details
query Parameters
| materialId required | string Example: materialId=0398cc7f6561e50030264e2edc0c4bf0 Playable fingerprint |
| dayMode | string Example: dayMode=D30 Date; defaults to 30 days. E.g.: 2023-01 D3 D7 D30 |
header Parameters
| Authorization required | string Example: {{Authorization}} Token authentication |
Responses
Response samples
- 200
{- "code": "200",
- "data": {
- "id": "0398cc7f6561e50030264e2edc0c4bf0",
- "title": null,
- "describe": null,
- "findCnt": 37,
- "findCntMode": 1,
- "creativeCnt": 1,
- "creativeCntSum": 1,
- "showCnt": 2,
- "firstTime": 1685592000000,
- "firstPartTime": 1698120000000,
- "lastTime": 1698120000000,
- "appList": [
- {
- "id": "6444946155",
- "cnt": 1,
- "name": "JustPlay - Loyalty Program",
- "geo": null,
- "pkg": "6444946155",
- "developer": "",
- "developerId": -1,
- "appCategory": [ ],
- "percent": null,
- "deviceList": null
}
], - "sourceAppList": null,
- "tradeLevel1": [
- "602"
], - "tradeLevel2": [
- "60227"
], - "tradeLevel3": [
- "6022703"
], - "subjectType": [ ],
- "adFactionList": [
- {
- "id": "120132230",
- "cnt": 1,
- "name": "Applovin",
- "geo": null,
- "pkg": null,
- "developer": null,
- "developerId": null,
- "appCategory": null,
- "percent": null,
- "deviceList": null
}
], - "mediaInfoList": [
- {
- "id": "120132230",
- "cnt": 1,
- "name": "Applovin",
- "geo": null,
- "pkg": null,
- "developer": null,
- "developerId": null,
- "appCategory": null,
- "percent": null,
- "deviceList": null
}
], - "languages": [ ],
- "countryCodes": null,
- "countryResInfo": [
- {
- "id": null,
- "cnt": 1,
- "name": "USA",
- "geo": "US",
- "pkg": null,
- "developer": null,
- "developerId": null,
- "appCategory": null,
- "percent": null,
- "deviceList": null
}
], - "deviceList": [
- "2"
], - "selling": null,
- "monetization": null,
- "payType": null,
- "productType": null,
- "onlyNewlyAdded": 0,
- "materialShape": null,
- "adMediaInfoList": [
- {
- "id": null,
- "cnt": null,
- "name": "Rewarded Video Ads",
- "logo": null,
- "geo": null,
- "pkg": null,
- "developer": null,
- "developerId": null,
- "appCategory": null,
- "percent": null,
- "deviceList": null
}
], - "phrase50LatestIds": null,
- "phrase50HotIds": null,
- "phrase50ShowIds": null,
- "distributeMediaCreativeList": [
- {
- "id": "120132230",
- "cnt": 1,
- "name": "Applovin",
- "logo": "/static/version2/overseas2.png",
- "geo": null,
- "pkg": null,
- "subject": null,
- "caption": null,
- "developer": null,
- "developerId": null,
- "opCompanyId": null,
- "opCompanyName": null,
- "appCategory": null,
- "percent": null,
- "deviceList": null,
- "highLight": null,
- "ophighLight": null,
- "highLightPkg": null,
- "ossType": 2,
- "countryCn": null,
- "countryEn": null,
- "tradeIds": null
}
], - "distributeProductCreativeList": [
- {
- "id": "6444946155",
- "cnt": 1,
- "name": "JustPlay - Loyalty Program",
- "geo": null,
- "pkg": "6444946155",
- "subject": null,
- "caption": null,
- "developer": "",
- "developerId": "-1",
- "opCompanyId": null,
- "opCompanyName": null,
- "appCategory": null,
- "percent": null,
- "deviceList": null,
- "highLight": null,
- "ophighLight": null,
- "highLightPkg": null,
- "ossType": 2,
- "countryCn": null,
- "countryEn": null,
- "tradeIds": [
- "6022703"
]
}
], - "distributeAdFactionCreativeList": [
- {
- "id": "120132230",
- "cnt": 1,
- "name": "Applovin",
- "logo": "/static/version2/overseas2.png",
- "geo": null,
- "pkg": null,
- "subject": null,
- "caption": null,
- "developer": null,
- "developerId": null,
- "opCompanyId": null,
- "opCompanyName": null,
- "appCategory": null,
- "percent": null,
- "deviceList": null,
- "highLight": null,
- "ophighLight": null,
- "highLightPkg": null,
- "ossType": 2,
- "countryCn": null,
- "countryEn": null,
- "tradeIds": null
}
], - "originalUrl": "",
- "webSite": "",
- "webTool": [ ],
- "demoadFormat": [ ],
- "sellTarget": [ ],
- "material50LatestImageIds": null,
- "material50HotImageIds": null,
- "material50ShowImageIds": null,
- "material50LatestVideoIds": [
- "95300510b2aeef77131e43709b6cc3c9"
], - "material50HotVideoIds": null,
- "material50ShowVideoIds": [
- "95300510b2aeef77131e43709b6cc3c9"
]
}, - "traceId": "c63da3fe-bfe0-4091-bf06-476bed8b6ca0",
- "message": null,
- "jPath": null
}Get download apps list – single package
header Parameters
| Authorization required | string Example: {{Authorization}} Token authentication |
Request Body schema: application/json
| queryStartDate | string Start time; defaults to the last 30 days; format yyyy-MM-dd, e.g. 2025-01-01. |
| queryEndDate | string End time; defaults to the last 30 days; format yyyy-MM-dd, e.g. 2025-01-01. If queryStartDate and queryEndDate are more than 30 days apart, results are calculated for the 30 days preceding queryEndDate. |
required | object |
object | |
| countrySt | Array of strings Target country/region |
Responses
Request samples
- Payload
{- "queryStartDate": "2026-01-01",
- "queryEndDate": "2026-01-30",
- "baseOption": {
- "tradeLevel1": [ ],
- "tradeLevel2": [ ],
- "tradeLevel3": [
- "6011002"
], - "subjectType": [ ],
- "productModel": [
- "1"
], - "device": [
- "2"
], - "pageIndex": 1,
- "pageSize": 20,
- "sortField": "1",
- "sortRule": "desc",
- "topicType": [
- "001"
], - "szfxList": [
- {
- "szfxKey": "gender",
- "szfxValue": [
- "M50"
]
}, - {
- "szfxKey": "Age",
- "szfxValue": [
- "25-34",
- "18-24"
]
}
]
}, - "productOption": {
- "selling": [
- "1",
- "-1"
], - "monetization": [ ],
- "payType": [
- "2"
], - "companyLocation": [
- "CN"
]
}, - "countrySt": [
- "CN"
]
}Response samples
- 200
{- "code": 200,
- "data": {
- "pageIndex": 1,
- "pageSize": 20,
- "totalSize": 1,
- "list": [
- {
- "productId": "6739199415",
- "appName": "AI Cleaner:Phone Cleaner",
- "productNameDefault": "AI Cleaner:Phone Cleaner",
- "developerId": "1698465550",
- "developer": "Beijing Jiamei Heshun Technology Co., Ltd.",
- "dmpState": 1,
- "category": [
- "6011002"
], - "uaList": [
- 2
], - "productType": [
- 1
], - "tradeLevel1": [
- "601"
], - "tradeLevel2": [
- "60110"
], - "tradeLevel3": [
- "6011002"
], - "tradeLevel4": null,
- "queryDownloadCnt": 0,
- "compareDownloadCnt": 0,
- "downloadGrowth": 0,
- "growthPercent": 0,
- "isAd": "1",
- "payType": [
- 2
], - "monetization": [
- 3
], - "subjectType": null,
- "selling": 1,
- "topicType": [
- "001"
], - "productCnt": null,
- "formerNames": [ ],
- "unifiedPkgId": "6739199415",
- "unifiedProductName": "AI Cleaner:Phone Cleaner"
}
], - "folderTotalSize": null,
- "newNum": 0,
- "latestDate": null,
- "dataSlice": null,
- "gptCorrect": null,
- "filters": null
}, - "traceId": "7cc68e4c-96d5-4b40-b7ed-44bc64dfb50f",
- "message": null,
- "msg": null,
- "jPath": null
}Get download apps list – unified
header Parameters
| Authorization required | string Example: {{Authorization}} Token authentication |
Request Body schema: application/json
| queryStartDate | string Start time; defaults to the last 30 days; format yyyy-MM-dd, e.g. 2025-01-01. |
| queryEndDate | string End time; defaults to the last 30 days; format yyyy-MM-dd, e.g. 2025-01-01. If queryStartDate and queryEndDate are more than 30 days apart, results are calculated for the 30 days preceding queryEndDate. |
required | object |
object | |
| countrySt | Array of strings Target country/region |
Responses
Request samples
- Payload
{- "baseOption": {
- "pageIndex": 1,
- "pageSize": 20
}
}Response samples
- 200
{- "code": 200,
- "data": {
- "pageIndex": 1,
- "pageSize": 20,
- "totalSize": 587455,
- "list": [
- {
- "productId": "6448311069",
- "appName": "ChatGPT",
- "productNameDefault": null,
- "developerId": "620366005",
- "developer": "OpenAI OpCo, LLC",
- "storeLink": null,
- "dmpState": null,
- "category": [
- "6011003"
], - "uaList": null,
- "productType": null,
- "tradeLevel1": [
- "601"
], - "tradeLevel2": [
- "60110"
], - "tradeLevel3": [
- "6011003"
], - "tradeLevel4": null,
- "queryDownloadCnt": 81875923,
- "compareDownloadCnt": 0,
- "downloadGrowth": 0,
- "growthPercent": 0,
- "isAd": "1",
- "payType": null,
- "monetization": null,
- "subjectType": null,
- "selling": null,
- "topicType": null,
- "productCnt": 3,
- "formerNames": null,
- "unifiedPkgId": "6448311069",
- "unifiedProductName": "6448311069",
- "productIds": [
- "com.openai.chatgpt",
- "com.mediavents.chatgpt",
- "cm.gaboultech.chatgpt3",
- "com.chatgpt",
- "com.aigptchat.chatwithboat",
- "com.hidden.chatbot.aibot.chatgpt_openai",
- "6448311069"
]
}, - {
- "productId": "835599320",
- "appName": "TikTok - Videos, Shop & LIVE",
- "productNameDefault": null,
- "developerId": "1773957248",
- "developer": "Bytedance 字节跳动",
- "storeLink": null,
- "dmpState": null,
- "category": [
- "6040107",
- "6080201",
- "6011004",
- "6040503",
- "6040106"
], - "uaList": null,
- "productType": null,
- "tradeLevel1": [
- "604",
- "608",
- "601"
], - "tradeLevel2": [
- "60110",
- "60802",
- "60405",
- "60401"
], - "tradeLevel3": [
- "6040107",
- "6080201",
- "6011004",
- "6040503",
- "6040106"
], - "tradeLevel4": null,
- "queryDownloadCnt": 66882978,
- "compareDownloadCnt": 0,
- "downloadGrowth": 0,
- "growthPercent": 0,
- "isAd": "1",
- "payType": null,
- "monetization": null,
- "subjectType": null,
- "selling": null,
- "topicType": null,
- "productCnt": 18,
- "formerNames": null,
- "unifiedPkgId": "835599320",
- "unifiedProductName": "835599320",
- "productIds": [
- "com.ss.android.ugc.tiktok.lite",
- "1603588162",
- "1235601864",
- "com.zhiliaoapp.musically.go",
- "com.zhiliaoapp.musically",
- "com.zhiliao.musically.livewallpaper",
- "com.tiktok.tv",
- "com.ss.android.ugc.now",
- "6447160980",
- "1641062073",
- "com.tiktok.android.music",
- "com.ss.android.ugc.tiktok.pro",
- "com.mobeasyapp.app983706215371",
- "835599320",
- "6741796873",
- "com.tiktokshop.seller",
- "com.ss.android.ugc.trill",
- "com.ss.android.ugc.tiktok.livewallpaper",
- "1591003012"
]
}, - {
- "productId": "310633997",
- "appName": "WhatsApp Messenger",
- "productNameDefault": null,
- "developerId": "1376998758",
- "developer": "WhatsApp Inc.",
- "storeLink": null,
- "dmpState": null,
- "category": [
- "6080101"
], - "uaList": null,
- "productType": null,
- "tradeLevel1": [
- "608"
], - "tradeLevel2": [
- "60801"
], - "tradeLevel3": [
- "6080101"
], - "tradeLevel4": null,
- "queryDownloadCnt": 65093105,
- "compareDownloadCnt": 0,
- "downloadGrowth": 0,
- "growthPercent": 0,
- "isAd": "1",
- "payType": null,
- "monetization": null,
- "subjectType": null,
- "selling": null,
- "topicType": null,
- "productCnt": 4,
- "formerNames": null,
- "unifiedPkgId": "310633997",
- "unifiedProductName": "310633997",
- "productIds": [
- "com.whatsapp",
- "com.whatsapp.w4b",
- "310633997",
- "1386412985"
]
}, - {
- "productId": "389801252",
- "appName": "Instagram",
- "productNameDefault": null,
- "developerId": "469225636",
- "developer": "Instagram, Inc.",
- "storeLink": null,
- "dmpState": null,
- "category": [
- "6040302",
- "6040106"
], - "uaList": null,
- "productType": null,
- "tradeLevel1": [
- "604"
], - "tradeLevel2": [
- "60403",
- "60401"
], - "tradeLevel3": [
- "6040302",
- "6040106"
], - "tradeLevel4": null,
- "queryDownloadCnt": 43937620,
- "compareDownloadCnt": 0,
- "downloadGrowth": 0,
- "growthPercent": 0,
- "isAd": "1",
- "payType": null,
- "monetization": null,
- "subjectType": null,
- "selling": null,
- "topicType": null,
- "productCnt": 4,
- "formerNames": null,
- "unifiedPkgId": "389801252",
- "unifiedProductName": "389801252",
- "productIds": [
- "com.instagram.lite",
- "com.instagram.android",
- "com.instagram.airwave",
- "389801252"
]
}, - {
- "productId": "6477489729",
- "appName": "Google Gemini",
- "productNameDefault": null,
- "developerId": "858730086",
- "developer": "Google",
- "storeLink": null,
- "dmpState": null,
- "category": [
- "6011003",
- "6080101"
], - "uaList": null,
- "productType": null,
- "tradeLevel1": [
- "608",
- "601"
], - "tradeLevel2": [
- "60801",
- "60110"
], - "tradeLevel3": [
- "6011003",
- "6080101"
], - "tradeLevel4": null,
- "queryDownloadCnt": 37336330,
- "compareDownloadCnt": 0,
- "downloadGrowth": 0,
- "growthPercent": 0,
- "isAd": "1",
- "payType": null,
- "monetization": null,
- "subjectType": null,
- "selling": null,
- "topicType": null,
- "productCnt": 4,
- "formerNames": null,
- "unifiedPkgId": "6477489729",
- "unifiedProductName": "6477489729",
- "productIds": [
- "com.google.android.apps.agentspace",
- "6744536862",
- "6477489729",
- "com.google.android.apps.bard"
]
}, - {
- "productId": "1500855883",
- "appName": "CapCut: Photo & Video Editor",
- "productNameDefault": null,
- "developerId": "1773957248",
- "developer": "Bytedance 字节跳动",
- "storeLink": null,
- "dmpState": null,
- "category": [
- "6040701"
], - "uaList": null,
- "productType": null,
- "tradeLevel1": [
- "604"
], - "tradeLevel2": [
- "60407"
], - "tradeLevel3": [
- "6040701"
], - "tradeLevel4": null,
- "queryDownloadCnt": 30240656,
- "compareDownloadCnt": 0,
- "downloadGrowth": 0,
- "growthPercent": 0,
- "isAd": "1",
- "payType": null,
- "monetization": null,
- "subjectType": null,
- "selling": null,
- "topicType": null,
- "productCnt": 2,
- "formerNames": null,
- "unifiedPkgId": "1500855883",
- "unifiedProductName": "1500855883",
- "productIds": [
- "1500855883",
- "com.lemon.lvoverseas",
- "capcut.videoeditor2"
]
}, - {
- "productId": "284882215",
- "appName": "Facebook",
- "productNameDefault": null,
- "developerId": "1301795699",
- "developer": "Meta",
- "storeLink": null,
- "dmpState": null,
- "category": [
- "6040106"
], - "uaList": null,
- "productType": null,
- "tradeLevel1": [
- "604"
], - "tradeLevel2": [
- "60401"
], - "tradeLevel3": [
- "6040106"
], - "tradeLevel4": null,
- "queryDownloadCnt": 27221994,
- "compareDownloadCnt": 0,
- "downloadGrowth": 0,
- "growthPercent": 0,
- "isAd": "1",
- "payType": null,
- "monetization": null,
- "subjectType": null,
- "selling": null,
- "topicType": null,
- "productCnt": 2,
- "formerNames": null,
- "unifiedPkgId": "284882215",
- "unifiedProductName": "284882215",
- "productIds": [
- "284882215",
- "com.facebook.katana"
]
}, - {
- "productId": "6451431247",
- "appName": "Dola: Smart AI Assistant",
- "productNameDefault": null,
- "developerId": "1485765362",
- "developer": "SPRING(SG)PTE.LTD.",
- "storeLink": null,
- "dmpState": null,
- "category": [
- "6011003"
], - "uaList": null,
- "productType": null,
- "tradeLevel1": [
- "601"
], - "tradeLevel2": [
- "60110"
], - "tradeLevel3": [
- "6011003"
], - "tradeLevel4": null,
- "queryDownloadCnt": 26729227,
- "compareDownloadCnt": 0,
- "downloadGrowth": 0,
- "growthPercent": 0,
- "isAd": "1",
- "payType": null,
- "monetization": null,
- "subjectType": null,
- "selling": null,
- "topicType": null,
- "productCnt": 2,
- "formerNames": null,
- "unifiedPkgId": "6451431247",
- "unifiedProductName": "6451431247",
- "productIds": [
- "6451431247",
- "com.larus.wolf"
]
}, - {
- "productId": "6738081517",
- "appName": "DramaReels: Dramas and Series",
- "productNameDefault": null,
- "developerId": "1593752911",
- "developer": "SKYWORK AI PTE LTD",
- "storeLink": null,
- "dmpState": null,
- "category": [
- "6040304"
], - "uaList": null,
- "productType": null,
- "tradeLevel1": [
- "604"
], - "tradeLevel2": [
- "60403"
], - "tradeLevel3": [
- "6040304"
], - "tradeLevel4": null,
- "queryDownloadCnt": 26425749,
- "compareDownloadCnt": 0,
- "downloadGrowth": 0,
- "growthPercent": 0,
- "isAd": "1",
- "payType": null,
- "monetization": null,
- "subjectType": null,
- "selling": null,
- "topicType": null,
- "productCnt": 2,
- "formerNames": null,
- "unifiedPkgId": "6738081517",
- "unifiedProductName": "6738081517",
- "productIds": [
- "com.freereels.app",
- "6738081517"
]
}, - {
- "productId": "6748397500",
- "appName": "Arrows – Puzzle Escape",
- "productNameDefault": null,
- "developerId": "67936039",
- "developer": "Lessmore GmbH",
- "storeLink": null,
- "dmpState": null,
- "category": [
- "6022401",
- "6022703"
], - "uaList": null,
- "productType": null,
- "tradeLevel1": [
- "602"
], - "tradeLevel2": [
- "60224",
- "60227"
], - "tradeLevel3": [
- "6022401",
- "6022703"
], - "tradeLevel4": null,
- "queryDownloadCnt": 25675018,
- "compareDownloadCnt": 0,
- "downloadGrowth": 0,
- "growthPercent": 0,
- "isAd": "1",
- "payType": null,
- "monetization": null,
- "subjectType": null,
- "selling": null,
- "topicType": null,
- "productCnt": 3,
- "formerNames": null,
- "unifiedPkgId": "6748397500",
- "unifiedProductName": "6748397500",
- "productIds": [
- "com.arrows.puzzle.offlinegame",
- "com.arrow.esca.game",
- "com.ecffri.arrows",
- "6748397500"
]
}, - {
- "productId": "447188370",
- "appName": "Snapchat:与好友聊天",
- "productNameDefault": null,
- "developerId": "1856213049",
- "developer": "Snap, Inc.",
- "storeLink": null,
- "dmpState": null,
- "category": [
- "6040106"
], - "uaList": null,
- "productType": null,
- "tradeLevel1": [
- "604"
], - "tradeLevel2": [
- "60401"
], - "tradeLevel3": [
- "6040106"
], - "tradeLevel4": null,
- "queryDownloadCnt": 24375705,
- "compareDownloadCnt": 0,
- "downloadGrowth": 0,
- "growthPercent": 0,
- "isAd": "1",
- "payType": null,
- "monetization": null,
- "subjectType": null,
- "selling": null,
- "topicType": null,
- "productCnt": 2,
- "formerNames": null,
- "unifiedPkgId": "447188370",
- "unifiedProductName": "447188370",
- "productIds": [
- "447188370",
- "com.snapchat.android"
]
}, - {
- "productId": "324684580",
- "appName": "Spotify: Music and Podcasts",
- "productNameDefault": null,
- "developerId": "1081683750",
- "developer": "Spotify",
- "storeLink": null,
- "dmpState": null,
- "category": [
- "6040503"
], - "uaList": null,
- "productType": null,
- "tradeLevel1": [
- "604"
], - "tradeLevel2": [
- "60405"
], - "tradeLevel3": [
- "6040503"
], - "tradeLevel4": null,
- "queryDownloadCnt": 23105652,
- "compareDownloadCnt": 0,
- "downloadGrowth": 0,
- "growthPercent": 0,
- "isAd": "1",
- "payType": null,
- "monetization": null,
- "subjectType": null,
- "selling": null,
- "topicType": null,
- "productCnt": 6,
- "formerNames": null,
- "unifiedPkgId": "324684580",
- "unifiedProductName": "324684580",
- "productIds": [
- "fm.anchor.android",
- "com.spotify.music",
- "1056182234",
- "com.spotify.tv.android",
- "com.spotify.lite",
- "324684580"
]
}, - {
- "productId": "6473753684",
- "appName": "Claude by Anthropic",
- "productNameDefault": null,
- "developerId": "907854100",
- "developer": "Anthropic PBC",
- "storeLink": null,
- "dmpState": null,
- "category": [
- "6011003",
- "6011006"
], - "uaList": null,
- "productType": null,
- "tradeLevel1": [
- "601"
], - "tradeLevel2": [
- "60110"
], - "tradeLevel3": [
- "6011003",
- "6011006"
], - "tradeLevel4": null,
- "queryDownloadCnt": 21787302,
- "compareDownloadCnt": 0,
- "downloadGrowth": 0,
- "growthPercent": 0,
- "isAd": "1",
- "payType": null,
- "monetization": null,
- "subjectType": null,
- "selling": null,
- "topicType": null,
- "productCnt": 2,
- "formerNames": null,
- "unifiedPkgId": "6473753684",
- "unifiedProductName": "6473753684",
- "productIds": [
- "6473753684",
- "com.anthropic.claude"
]
}, - {
- "productId": "686449807",
- "appName": "Telegram Messenger",
- "productNameDefault": null,
- "developerId": "1964492624",
- "developer": "Telegram FZ-LLC",
- "storeLink": null,
- "dmpState": null,
- "category": [
- "6040105",
- "6040104"
], - "uaList": null,
- "productType": null,
- "tradeLevel1": [
- "604"
], - "tradeLevel2": [
- "60401"
], - "tradeLevel3": [
- "6040105",
- "6040104"
], - "tradeLevel4": null,
- "queryDownloadCnt": 21068732,
- "compareDownloadCnt": 0,
- "downloadGrowth": 0,
- "growthPercent": 0,
- "isAd": "1",
- "payType": null,
- "monetization": null,
- "subjectType": null,
- "selling": null,
- "topicType": null,
- "productCnt": 2,
- "formerNames": null,
- "unifiedPkgId": "686449807",
- "unifiedProductName": "686449807",
- "productIds": [
- "686449807",
- "org.telegram.messenger"
]
}, - {
- "productId": "6758326278",
- "appName": "Arrows GO! - Arrow Puzzles",
- "productNameDefault": null,
- "developerId": "1604529155",
- "developer": "Oakever Games",
- "storeLink": null,
- "dmpState": null,
- "category": [
- "6022401"
], - "uaList": null,
- "productType": null,
- "tradeLevel1": [
- "602"
], - "tradeLevel2": [
- "60224"
], - "tradeLevel3": [
- "6022401"
], - "tradeLevel4": null,
- "queryDownloadCnt": 19779357,
- "compareDownloadCnt": 0,
- "downloadGrowth": 0,
- "growthPercent": 0,
- "isAd": "1",
- "payType": null,
- "monetization": null,
- "subjectType": null,
- "selling": null,
- "topicType": null,
- "productCnt": 2,
- "formerNames": null,
- "unifiedPkgId": "6758326278",
- "unifiedProductName": "6758326278",
- "productIds": [
- "6758326278",
- "com.oakever.arrows"
]
}, - {
- "productId": "431946152",
- "appName": "Roblox",
- "productNameDefault": null,
- "developerId": "1873720918",
- "developer": "Roblox Corporation",
- "storeLink": null,
- "dmpState": null,
- "category": [
- "6022901"
], - "uaList": null,
- "productType": null,
- "tradeLevel1": [
- "602"
], - "tradeLevel2": [
- "60229"
], - "tradeLevel3": [
- "6022901"
], - "tradeLevel4": null,
- "queryDownloadCnt": 19430462,
- "compareDownloadCnt": 0,
- "downloadGrowth": 0,
- "growthPercent": 0,
- "isAd": "1",
- "payType": null,
- "monetization": null,
- "subjectType": null,
- "selling": null,
- "topicType": null,
- "productCnt": 2,
- "formerNames": null,
- "unifiedPkgId": "431946152",
- "unifiedProductName": "431946152",
- "productIds": [
- "com.roblox.client.samsunggalaxy",
- "com.roblox.client",
- "431946152"
]
}, - {
- "productId": "1617391485",
- "appName": "Block Blast!",
- "productNameDefault": null,
- "developerId": "1911402948",
- "developer": "Hungry Studio",
- "storeLink": null,
- "dmpState": null,
- "category": [
- "6022401"
], - "uaList": null,
- "productType": null,
- "tradeLevel1": [
- "602"
], - "tradeLevel2": [
- "60224"
], - "tradeLevel3": [
- "6022401"
], - "tradeLevel4": null,
- "queryDownloadCnt": 19037269,
- "compareDownloadCnt": 0,
- "downloadGrowth": 0,
- "growthPercent": 0,
- "isAd": "1",
- "payType": null,
- "monetization": null,
- "subjectType": null,
- "selling": null,
- "topicType": null,
- "productCnt": 3,
- "formerNames": null,
- "unifiedPkgId": "1617391485",
- "unifiedProductName": "1617391485",
- "productIds": [
- "com.blockblast.adventuremaster.blockpuzzle.samsung",
- "com.block.juggle",
- "1617391485",
- "com.hungrystudio.blockblast.amazon"
]
}, - {
- "productId": "1641486558",
- "appName": "Temu: Shop Like a Billionaire",
- "productNameDefault": null,
- "developerId": "569338280",
- "developer": "Temu",
- "storeLink": null,
- "dmpState": null,
- "category": [
- "6030301"
], - "uaList": null,
- "productType": null,
- "tradeLevel1": [
- "603"
], - "tradeLevel2": [
- "60303"
], - "tradeLevel3": [
- "6030301"
], - "tradeLevel4": null,
- "queryDownloadCnt": 18603997,
- "compareDownloadCnt": 0,
- "downloadGrowth": 0,
- "growthPercent": 0,
- "isAd": "1",
- "payType": null,
- "monetization": null,
- "subjectType": null,
- "selling": null,
- "topicType": null,
- "productCnt": 2,
- "formerNames": null,
- "unifiedPkgId": "1641486558",
- "unifiedProductName": "1641486558",
- "productIds": [
- "com.einnovation.temu",
- "com.Temu_Team_Up.used_letgo_buy_app1",
- "1641486558"
]
}, - {
- "productId": "1558240027",
- "appName": "Meta AI - Vibes & AI Glasses",
- "productNameDefault": null,
- "developerId": "1301795699",
- "developer": "Meta",
- "storeLink": null,
- "dmpState": null,
- "category": [
- "6040701"
], - "uaList": null,
- "productType": null,
- "tradeLevel1": [
- "604"
], - "tradeLevel2": [
- "60407"
], - "tradeLevel3": [
- "6040701"
], - "tradeLevel4": null,
- "queryDownloadCnt": 18134595,
- "compareDownloadCnt": 0,
- "downloadGrowth": 0,
- "growthPercent": 0,
- "isAd": "1",
- "payType": null,
- "monetization": null,
- "subjectType": null,
- "selling": null,
- "topicType": null,
- "productCnt": 2,
- "formerNames": null,
- "unifiedPkgId": "1558240027",
- "unifiedProductName": "1558240027",
- "productIds": [
- "com.facebook.stella",
- "1558240027"
]
}, - {
- "productId": "429047995",
- "appName": "Pinterest",
- "productNameDefault": null,
- "developerId": "1984186085",
- "developer": "Pinterest, Inc.",
- "storeLink": null,
- "dmpState": null,
- "category": [
- "6040106"
], - "uaList": null,
- "productType": null,
- "tradeLevel1": [
- "604"
], - "tradeLevel2": [
- "60401"
], - "tradeLevel3": [
- "6040106"
], - "tradeLevel4": null,
- "queryDownloadCnt": 17789412,
- "compareDownloadCnt": 0,
- "downloadGrowth": 0,
- "growthPercent": 0,
- "isAd": "1",
- "payType": null,
- "monetization": null,
- "subjectType": null,
- "selling": null,
- "topicType": null,
- "productCnt": 2,
- "formerNames": null,
- "unifiedPkgId": "429047995",
- "unifiedProductName": "429047995",
- "productIds": [
- "429047995",
- "com.pinterest"
]
}
], - "folderTotalSize": null,
- "newNum": 0,
- "latestDate": null,
- "dataSlice": null,
- "gptCorrect": null,
- "filters": null
}, - "traceId": "c3a6065f-52a4-4e52-ac2b-009833ba0037",
- "message": null,
- "msg": null,
- "jPath": null
}Get download app details
header Parameters
| Authorization required | string Example: {{Authorization}} Token authentication |
Request Body schema: application/json
| pkgId required | string Product ID |
| productType required | integer Product type: 1 = single package, 2 = unified package |
| queryStartDate | string Start time; defaults to the last 30 days; format yyyy-MM-dd, e.g. 2025-01-01. |
| queryEndDate | string End time; defaults to the last 30 days; format yyyy-MM-dd, e.g. 2025-01-01. If queryStartDate and queryEndDate are more than 30 days apart, results are calculated for the 30 days preceding queryEndDate. |
| countrySt | Array of strings Target country/region; the size for this parameter is limited to 5 — if exceeded, only the first 5 countries/regions are queried. |
Responses
Request samples
- Payload
{- "pkgId": "1482155847",
- "productType": 1,
- "queryStartDate": "2026-01-01",
- "queryEndDate": "2026-01-30",
- "countrySt": [
- "US"
]
}Response samples
- 200
{- "code": 200,
- "data": {
- "result": [
- {
- "country": "US",
- "countryName": "USA",
- "queryData": [
- {
- "date": "2026-01-01",
- "sourdeDate": null,
- "downloadCnt": 24551,
- "growthPercent": null,
- "downloadGrowth": null
}, - {
- "date": "2026-01-02",
- "sourdeDate": null,
- "downloadCnt": 29132,
- "growthPercent": null,
- "downloadGrowth": null
}, - {
- "date": "2026-01-03",
- "sourdeDate": null,
- "downloadCnt": 27587,
- "growthPercent": null,
- "downloadGrowth": null
}, - {
- "date": "2026-01-04",
- "sourdeDate": null,
- "downloadCnt": 28045,
- "growthPercent": null,
- "downloadGrowth": null
}, - {
- "date": "2026-01-05",
- "sourdeDate": null,
- "downloadCnt": 20554,
- "growthPercent": null,
- "downloadGrowth": null
}, - {
- "date": "2026-01-06",
- "sourdeDate": null,
- "downloadCnt": 21097,
- "growthPercent": null,
- "downloadGrowth": null
}, - {
- "date": "2026-01-07",
- "sourdeDate": null,
- "downloadCnt": 20526,
- "growthPercent": null,
- "downloadGrowth": null
}, - {
- "date": "2026-01-08",
- "sourdeDate": null,
- "downloadCnt": 19693,
- "growthPercent": null,
- "downloadGrowth": null
}, - {
- "date": "2026-01-09",
- "sourdeDate": null,
- "downloadCnt": 19878,
- "growthPercent": null,
- "downloadGrowth": null
}, - {
- "date": "2026-01-10",
- "sourdeDate": null,
- "downloadCnt": 29130,
- "growthPercent": null,
- "downloadGrowth": null
}, - {
- "date": "2026-01-11",
- "sourdeDate": null,
- "downloadCnt": 24820,
- "growthPercent": null,
- "downloadGrowth": null
}, - {
- "date": "2026-01-12",
- "sourdeDate": null,
- "downloadCnt": 20541,
- "growthPercent": null,
- "downloadGrowth": null
}, - {
- "date": "2026-01-13",
- "sourdeDate": null,
- "downloadCnt": 22137,
- "growthPercent": null,
- "downloadGrowth": null
}, - {
- "date": "2026-01-14",
- "sourdeDate": null,
- "downloadCnt": 18059,
- "growthPercent": null,
- "downloadGrowth": null
}, - {
- "date": "2026-01-15",
- "sourdeDate": null,
- "downloadCnt": 23172,
- "growthPercent": null,
- "downloadGrowth": null
}, - {
- "date": "2026-01-16",
- "sourdeDate": null,
- "downloadCnt": 22104,
- "growthPercent": null,
- "downloadGrowth": null
}, - {
- "date": "2026-01-17",
- "sourdeDate": null,
- "downloadCnt": 24773,
- "growthPercent": null,
- "downloadGrowth": null
}, - {
- "date": "2026-01-18",
- "sourdeDate": null,
- "downloadCnt": 24427,
- "growthPercent": null,
- "downloadGrowth": null
}, - {
- "date": "2026-01-19",
- "sourdeDate": null,
- "downloadCnt": 18418,
- "growthPercent": null,
- "downloadGrowth": null
}, - {
- "date": "2026-01-20",
- "sourdeDate": null,
- "downloadCnt": 18797,
- "growthPercent": null,
- "downloadGrowth": null
}, - {
- "date": "2026-01-21",
- "sourdeDate": null,
- "downloadCnt": 16300,
- "growthPercent": null,
- "downloadGrowth": null
}, - {
- "date": "2026-01-22",
- "sourdeDate": null,
- "downloadCnt": 14312,
- "growthPercent": null,
- "downloadGrowth": null
}, - {
- "date": "2026-01-23",
- "sourdeDate": null,
- "downloadCnt": 17278,
- "growthPercent": null,
- "downloadGrowth": null
}, - {
- "date": "2026-01-24",
- "sourdeDate": null,
- "downloadCnt": 22514,
- "growthPercent": null,
- "downloadGrowth": null
}, - {
- "date": "2026-01-25",
- "sourdeDate": null,
- "downloadCnt": 22213,
- "growthPercent": null,
- "downloadGrowth": null
}, - {
- "date": "2026-01-26",
- "sourdeDate": null,
- "downloadCnt": 17748,
- "growthPercent": null,
- "downloadGrowth": null
}, - {
- "date": "2026-01-27",
- "sourdeDate": null,
- "downloadCnt": 20288,
- "growthPercent": null,
- "downloadGrowth": null
}, - {
- "date": "2026-01-28",
- "sourdeDate": null,
- "downloadCnt": 15031,
- "growthPercent": null,
- "downloadGrowth": null
}, - {
- "date": "2026-01-29",
- "sourdeDate": null,
- "downloadCnt": 15188,
- "growthPercent": null,
- "downloadGrowth": null
}, - {
- "date": "2026-01-30",
- "sourdeDate": null,
- "downloadCnt": 18148,
- "growthPercent": null,
- "downloadGrowth": null
}
]
}, - {
- "country": "all",
- "countryName": null,
- "queryData": [
- {
- "date": "2026-01-01",
- "sourdeDate": null,
- "downloadCnt": 24551,
- "growthPercent": null,
- "downloadGrowth": null
}, - {
- "date": "2026-01-02",
- "sourdeDate": null,
- "downloadCnt": 29132,
- "growthPercent": null,
- "downloadGrowth": null
}, - {
- "date": "2026-01-03",
- "sourdeDate": null,
- "downloadCnt": 27587,
- "growthPercent": null,
- "downloadGrowth": null
}, - {
- "date": "2026-01-04",
- "sourdeDate": null,
- "downloadCnt": 28045,
- "growthPercent": null,
- "downloadGrowth": null
}, - {
- "date": "2026-01-05",
- "sourdeDate": null,
- "downloadCnt": 20554,
- "growthPercent": null,
- "downloadGrowth": null
}, - {
- "date": "2026-01-06",
- "sourdeDate": null,
- "downloadCnt": 21097,
- "growthPercent": null,
- "downloadGrowth": null
}, - {
- "date": "2026-01-07",
- "sourdeDate": null,
- "downloadCnt": 20526,
- "growthPercent": null,
- "downloadGrowth": null
}, - {
- "date": "2026-01-08",
- "sourdeDate": null,
- "downloadCnt": 19693,
- "growthPercent": null,
- "downloadGrowth": null
}, - {
- "date": "2026-01-09",
- "sourdeDate": null,
- "downloadCnt": 19878,
- "growthPercent": null,
- "downloadGrowth": null
}, - {
- "date": "2026-01-10",
- "sourdeDate": null,
- "downloadCnt": 29130,
- "growthPercent": null,
- "downloadGrowth": null
}, - {
- "date": "2026-01-11",
- "sourdeDate": null,
- "downloadCnt": 24820,
- "growthPercent": null,
- "downloadGrowth": null
}, - {
- "date": "2026-01-12",
- "sourdeDate": null,
- "downloadCnt": 20541,
- "growthPercent": null,
- "downloadGrowth": null
}, - {
- "date": "2026-01-13",
- "sourdeDate": null,
- "downloadCnt": 22137,
- "growthPercent": null,
- "downloadGrowth": null
}, - {
- "date": "2026-01-14",
- "sourdeDate": null,
- "downloadCnt": 18059,
- "growthPercent": null,
- "downloadGrowth": null
}, - {
- "date": "2026-01-15",
- "sourdeDate": null,
- "downloadCnt": 23172,
- "growthPercent": null,
- "downloadGrowth": null
}, - {
- "date": "2026-01-16",
- "sourdeDate": null,
- "downloadCnt": 22104,
- "growthPercent": null,
- "downloadGrowth": null
}, - {
- "date": "2026-01-17",
- "sourdeDate": null,
- "downloadCnt": 24773,
- "growthPercent": null,
- "downloadGrowth": null
}, - {
- "date": "2026-01-18",
- "sourdeDate": null,
- "downloadCnt": 24427,
- "growthPercent": null,
- "downloadGrowth": null
}, - {
- "date": "2026-01-19",
- "sourdeDate": null,
- "downloadCnt": 18418,
- "growthPercent": null,
- "downloadGrowth": null
}, - {
- "date": "2026-01-20",
- "sourdeDate": null,
- "downloadCnt": 18797,
- "growthPercent": null,
- "downloadGrowth": null
}, - {
- "date": "2026-01-21",
- "sourdeDate": null,
- "downloadCnt": 16300,
- "growthPercent": null,
- "downloadGrowth": null
}, - {
- "date": "2026-01-22",
- "sourdeDate": null,
- "downloadCnt": 14312,
- "growthPercent": null,
- "downloadGrowth": null
}, - {
- "date": "2026-01-23",
- "sourdeDate": null,
- "downloadCnt": 17278,
- "growthPercent": null,
- "downloadGrowth": null
}, - {
- "date": "2026-01-24",
- "sourdeDate": null,
- "downloadCnt": 22514,
- "growthPercent": null,
- "downloadGrowth": null
}, - {
- "date": "2026-01-25",
- "sourdeDate": null,
- "downloadCnt": 22213,
- "growthPercent": null,
- "downloadGrowth": null
}, - {
- "date": "2026-01-26",
- "sourdeDate": null,
- "downloadCnt": 17748,
- "growthPercent": null,
- "downloadGrowth": null
}, - {
- "date": "2026-01-27",
- "sourdeDate": null,
- "downloadCnt": 20288,
- "growthPercent": null,
- "downloadGrowth": null
}, - {
- "date": "2026-01-28",
- "sourdeDate": null,
- "downloadCnt": 15031,
- "growthPercent": null,
- "downloadGrowth": null
}, - {
- "date": "2026-01-29",
- "sourdeDate": null,
- "downloadCnt": 15188,
- "growthPercent": null,
- "downloadGrowth": null
}, - {
- "date": "2026-01-30",
- "sourdeDate": null,
- "downloadCnt": 18148,
- "growthPercent": null,
- "downloadGrowth": null
}
]
}
], - "productIds": [ ]
}, - "traceId": "2f95ebe8-ad72-4b4f-a96c-abf947ed3f7a",
- "message": null,
- "msg": null,
- "jPath": null
}