W3Cschool
恭喜您成為首批注冊(cè)用戶
獲得88經(jīng)驗(yàn)值獎(jiǎng)勵(lì)
微信公眾平臺(tái)于2015年1月6日啟動(dòng)了數(shù)據(jù)接口的邀請(qǐng)內(nèi)測(cè)。通過(guò)數(shù)據(jù)接口,開發(fā)者可以獲取與公眾平臺(tái)官網(wǎng)統(tǒng)計(jì)模塊類似但更靈活的數(shù)據(jù),還可根據(jù)需要進(jìn)行高級(jí)處理。
在公眾號(hào)登錄授權(quán)機(jī)制的權(quán)限集劃分中,消息分析數(shù)據(jù)接口屬于消息管理權(quán)限。
向所有公眾號(hào)開發(fā)者開放數(shù)據(jù)接口的時(shí)間將另行通知。
請(qǐng)注意:
1、接口側(cè)的公眾號(hào)數(shù)據(jù)的數(shù)據(jù)庫(kù)中僅存儲(chǔ)了2014年12月1日之后的數(shù)據(jù),將查詢不到在此之前的日期,即使有查到,也是不可信的臟數(shù)據(jù); 2、請(qǐng)開發(fā)者在調(diào)用接口獲取數(shù)據(jù)后,將數(shù)據(jù)保存在自身數(shù)據(jù)庫(kù)中,即加快下次用戶的訪問(wèn)速度,也降低了微信側(cè)接口調(diào)用的不必要損耗。
消息分析數(shù)據(jù)接口指的是用于獲得公眾平臺(tái)官網(wǎng)數(shù)據(jù)統(tǒng)計(jì)模塊中消息分析數(shù)據(jù)的接口,具體接口列表如下(暫無(wú)消息關(guān)鍵詞數(shù)據(jù)接口):
接口名稱 | 最大時(shí)間跨度 | 接口調(diào)用地址(必須使用https) |
---|---|---|
獲取消息發(fā)送概況數(shù)據(jù)(getupstreammsg) | 7 | https://api.weixin.qq.com/datacube/getupstreammsg?access_token=ACCESS_TOKEN |
獲取消息分送分時(shí)數(shù)據(jù)(getupstreammsghour) | 1 | https://api.weixin.qq.com/datacube/getupstreammsghour?access_token=ACCESS_TOKEN |
獲取消息發(fā)送周數(shù)據(jù)(getupstreammsgweek) | 30 | https://api.weixin.qq.com/datacube/getupstreammsgweek?access_token=ACCESS_TOKEN |
獲取消息發(fā)送月數(shù)據(jù)(getupstreammsgmonth) | 30 | https://api.weixin.qq.com/datacube/getupstreammsgmonth?access_token=ACCESS_TOKEN |
獲取消息發(fā)送分布數(shù)據(jù)(getupstreammsgdist) | 15 | https://api.weixin.qq.com/datacube/getupstreammsgdist?access_token=ACCESS_TOKEN |
獲取消息發(fā)送分布周數(shù)據(jù)(getupstreammsgdistweek) | 30 | https://api.weixin.qq.com/datacube/getupstreammsgdistweek?access_token=ACCESS_TOKEN |
獲取消息發(fā)送分布月數(shù)據(jù)(getupstreammsgdistmonth) | 30 | https://api.weixin.qq.com/datacube/getupstreammsgdistmonth?access_token=ACCESS_TOKEN |
最大時(shí)間跨度是指一次接口調(diào)用時(shí)最大可獲取數(shù)據(jù)的時(shí)間范圍,如最大時(shí)間跨度為7是指最多一次性獲取7天的數(shù)據(jù)。access_token的實(shí)際值請(qǐng)通過(guò)“獲取access_token”來(lái)獲取。
關(guān)于周數(shù)據(jù)與月數(shù)據(jù),請(qǐng)注意:每個(gè)月/周的周期數(shù)據(jù)的數(shù)據(jù)標(biāo)注日期在當(dāng)月/當(dāng)周的第一天(當(dāng)月1日或周一)。在某一月/周過(guò)后去調(diào)用接口,才能獲取到該周期的數(shù)據(jù)。比如,在12月1日以(11月1日-11月5日)作為(begin_date和end_date)調(diào)用獲取月數(shù)據(jù)接口,可以獲取到11月1日的月數(shù)據(jù)(即11月的月數(shù)據(jù))。
接口調(diào)用請(qǐng)求說(shuō)明
消息分析數(shù)據(jù)接口(包括接口列表中的所有接口)需要向相應(yīng)接口調(diào)用地址POST以下示例數(shù)據(jù)包:
{ "begin_date": "2014-12-07", "end_date": "2014-12-08" }
調(diào)用參數(shù)說(shuō)明
參數(shù) | 是否必須 | 說(shuō)明 |
---|---|---|
access_token | 是 | 調(diào)用接口憑證 |
begin_date | 是 | 獲取數(shù)據(jù)的起始日期,begin_date和end_date的差值需小于“最大時(shí)間跨度”(比如最大時(shí)間跨度為1時(shí),begin_date和end_date的差值只能為0,才能小于1),否則會(huì)報(bào)錯(cuò) |
end_date | 是 | 獲取數(shù)據(jù)的結(jié)束日期,end_date允許設(shè)置的最大值為昨日 |
返回說(shuō)明
獲取消息發(fā)送概況數(shù)據(jù)接口需要向相應(yīng)接口調(diào)用地址POST以下數(shù)據(jù)包:
{ "list": [ { "ref_date": "2014-12-07", "msg_type": 1, "msg_user": 282, "msg_count": 817 } //后續(xù)還有同一ref_date的不同msg_type的數(shù)據(jù),以及不同ref_date(在時(shí)間范圍內(nèi))的數(shù)據(jù) ] }
獲取消息分送分時(shí)數(shù)據(jù)接口需要向相應(yīng)接口調(diào)用地址POST以下數(shù)據(jù)包:
{ "list": [ { "ref_date": "2014-12-07", "ref_hour": 0, "msg_type": 1, "msg_user": 9, "msg_count": 10 } //后續(xù)還有同一ref_hour的不同msg_type的數(shù)據(jù),以及不同ref_hour的數(shù)據(jù),ref_date固定,因?yàn)樽畲髸r(shí)間跨度為1 ] }
獲取消息發(fā)送周數(shù)據(jù)接口的返回JSON數(shù)據(jù)包如下:
{ "list": [ { "ref_date": "2014-12-08", "msg_type": 1, "msg_user": 16, "msg_count": 27 } //后續(xù)還有同一ref_date下不同msg_type的數(shù)據(jù),及不同ref_date的數(shù)據(jù) ] }
獲取消息發(fā)送月數(shù)據(jù)接口的返回JSON數(shù)據(jù)包如下:
{ "list": [ { "ref_date": "2014-11-01", "msg_type": 1, "msg_user": 7989, "msg_count": 42206 } //后續(xù)還有同一ref_date下不同msg_type的數(shù)據(jù),及不同ref_date的數(shù)據(jù) ] }
獲取消息發(fā)送分布數(shù)據(jù)接口的返回JSON數(shù)據(jù)包如下:
{ "list": [ { "ref_date": "2014-12-07", "count_interval": 1, "msg_user": 246 } //后續(xù)還有同一ref_date下不同count_interval的數(shù)據(jù),及不同ref_date的數(shù)據(jù) ] }
獲取消息發(fā)送分布周數(shù)據(jù)接口的返回JSON數(shù)據(jù)包如下:
{ "list": [ { "ref_date": "2014-12-07", "count_interval": 1, "msg_user": 246 } //后續(xù)還有同一ref_date下不同count_interval的數(shù)據(jù),及不同ref_date的數(shù)據(jù) ] }
獲取消息發(fā)送分布月數(shù)據(jù)接口的返回JSON數(shù)據(jù)包如下:
{ "list": [ { "ref_date": "2014-12-07", "count_interval": 1, "msg_user": 246 } //后續(xù)還有同一ref_date下不同count_interval的數(shù)據(jù),及不同ref_date的數(shù)據(jù) ] }
返回參數(shù)說(shuō)明
參數(shù) | 說(shuō)明 |
---|---|
ref_date | 數(shù)據(jù)的日期,需在begin_date和end_date之間 |
ref_hour | 數(shù)據(jù)的小時(shí),包括從000到2300,分別代表的是[000,100)到[2300,2400),即每日的第1小時(shí)和最后1小時(shí) |
msg_type | 消息類型,代表含義如下: 1代表文字 2代表圖片 3代表語(yǔ)音 4代表視頻 6代表第三方應(yīng)用消息(鏈接消息) |
msg_user | 上行發(fā)送了(向公眾號(hào)發(fā)送了)消息的用戶數(shù) |
msg_count | 上行發(fā)送了消息的消息總數(shù) |
count_interval | 當(dāng)日發(fā)送消息量分布的區(qū)間,0代表 “0”,1代表“1-5”,2代表“6-10”,3代表“10次以上” |
int_page_read_count | 圖文頁(yè)的閱讀次數(shù) |
ori_page_read_user | 原文頁(yè)(點(diǎn)擊圖文頁(yè)“閱讀原文”進(jìn)入的頁(yè)面)的閱讀人數(shù),無(wú)原文頁(yè)時(shí)此處數(shù)據(jù)為0 |
錯(cuò)誤時(shí)微信會(huì)返回錯(cuò)誤碼等信息,具體錯(cuò)誤碼查詢,請(qǐng)見:全局返回碼說(shuō)明
Copyright©2021 w3cschool編程獅|閩ICP備15016281號(hào)-3|閩公網(wǎng)安備35020302033924號(hào)
違法和不良信息舉報(bào)電話:173-0602-2364|舉報(bào)郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號(hào)
聯(lián)系方式:
更多建議: