mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2026-02-18 06:06:20 +08:00
feat(wxapi): 新增第三方平台小程序流量主代运营相关接口
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"page": 1,
|
||||
"page_size": 8,
|
||||
"start_date": "2020-04-13",
|
||||
"end_date": "2020-04-13",
|
||||
"ad_slot": "SLOT_ID_WEAPP_INTERSTITIAL"
|
||||
}
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"err_msg": "ok",
|
||||
"ret": 0,
|
||||
"list": [
|
||||
{
|
||||
"slot_id": 3030046789020061,
|
||||
"ad_slot": "SLOT_ID_WEAPP_INTERSTITIAL",
|
||||
"date": "2020-04-13",
|
||||
"req_succ_count": 443610,
|
||||
"exposure_count": 181814,
|
||||
"exposure_rate": 0.409850995,
|
||||
"click_count": 10095,
|
||||
"click_rate": 0.055523777,
|
||||
"income": 52175,
|
||||
"ecpm": 286.969100289
|
||||
}
|
||||
],
|
||||
"summary": {
|
||||
"req_succ_count": 4406394,
|
||||
"exposure_count": 1797225,
|
||||
"exposure_rate": 0.407867522,
|
||||
"click_count": 100167,
|
||||
"click_rate": 0.055734257,
|
||||
"income": 578003,
|
||||
"ecpm": 321.608591022
|
||||
},
|
||||
"total_num": 1
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"page": 1,
|
||||
"page_size": 8,
|
||||
"start_date": "2020-04-10",
|
||||
"end_date": "2020-04-10",
|
||||
"ad_unit_id": "adunit-9cedd8514XXXX"
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"err_msg": "ok",
|
||||
"ret": 0,
|
||||
"list": [
|
||||
{
|
||||
"ad_unit_id": "adunit-9cedd8514XXXX",
|
||||
"ad_unit_name": "激励视频长广告",
|
||||
"stat_item": [
|
||||
{
|
||||
"ad_slot": "SLOT_ID_WEAPP_REWARD_VIDEO",
|
||||
"date": "2020-04-10",
|
||||
"req_succ_count": 138250,
|
||||
"exposure_count": 74771,
|
||||
"exposure_rate": 0.54083906,
|
||||
"click_count": 2242,
|
||||
"click_rate": 0.029984887,
|
||||
"income": 93883,
|
||||
"ecpm": 6.790813743
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"total_num": 1
|
||||
}
|
||||
Reference in New Issue
Block a user