按账户统计曝光、粉丝、留资
GET
https://micro-gfyx-api.b2btst.com/v1/spyx/workbench/account-statistics
最后修改时间:2024-07-30 06:05:26
责任人:翁果
请求参数
Query 参数
day_date_begin
string
必需
day_date_end
string
必需
page
integer
页码,默认为1
示例值:
1
page_size
integer
页大小,默认为20
示例值:
20
Header 参数
access_token
string
必需
示例值:
{{pc登录态}}
返回响应
🟢200成功
application/json
Body
success
boolean
必需
error_code
integer
必需
message
string
必需
data
object
必需
total
integer
总数量
list
array [object {8}]
必需
示例
{
"data": {
"list": [
{
"account_owner": "测试转付费",
"account_new_fans_num": 54,
"creative_new_play_num": 0,
"display_uid": "135648869",
"name": "柿子炒蛋",
"org_name": "集团",
"store_owner": "所属组织=集团",
"vc_account_id": "1810954356087255040"
},
{
"account_owner": "李汉芝",
"account_new_fans_num": 4,
"creative_new_play_num": 134,
"display_uid": "dyqhids9dvdb",
"name": "咩咩咩咩咩",
"org_name": "广东分公司",
"store_owner": "门店所属组织=湖南分公司(编辑到广东组织下)",
"vc_account_id": "1810577442621276160"
},
{
"account_owner": "用户被删除再次被加入",
"account_new_fans_num": 4,
"creative_new_play_num": 0,
"display_uid": "81437582826",
"name": "小打小闹的",
"org_name": "集团",
"store_owner": "所属组织=集团",
"vc_account_id": "1808755518270197760"
},
{
"account_owner": "底座",
"account_new_fans_num": 0,
"creative_new_play_num": 1432,
"display_uid": "23446741991",
"name": "用户9015978477086",
"org_name": "",
"store_owner": "",
"vc_account_id": "1808457458931572736"
},
{
"account_owner": "",
"account_new_fans_num": 6,
"creative_new_play_num": 1575,
"display_uid": "45249875103",
"name": "hdhhd",
"org_name": "",
"store_owner": "",
"vc_account_id": "1808457000867438592"
},
{
"account_owner": "凌志",
"account_new_fans_num": 26,
"creative_new_play_num": 4,
"display_uid": "586450864",
"name": "熊二的幸福生活",
"org_name": "集团",
"store_owner": "所属组织=集团",
"vc_account_id": "1808415628072423424"
},
{
"account_owner": "视频营销处添加用户",
"account_new_fans_num": 0,
"creative_new_play_num": 0,
"display_uid": "25273141248",
"name": "果果吖~",
"org_name": "集团",
"store_owner": "所属组织=集团",
"vc_account_id": "1807968410756517888"
},
{
"account_owner": "",
"account_new_fans_num": 2,
"creative_new_play_num": 263,
"display_uid": "57553067855",
"name": "用户7718779957526",
"org_name": "",
"store_owner": "",
"vc_account_id": "1807968407271051264"
},
{
"account_owner": "李汉芝",
"account_new_fans_num": 18,
"creative_new_play_num": 179,
"display_uid": "dygy1qgfmc7h",
"name": "summer",
"org_name": "湖北分公司",
"store_owner": "门店所属组织=湖北分公司",
"vc_account_id": "1807968406763540480"
}
],
"total": 9
},
"error_code": 0,
"message": "操作成功",
"success": true
}
修改于 2024-07-30 06:05:26