獲取百度統計ACCESS TOKEN

2022-09-12 19:30:14 字數 1829 閱讀 9825

新建乙個專案

檢視api key及設定**url

填寫授權**頁即之後會用到的redirect_uri,這裡統一設定為:

其中引數與所設定資訊對應關係如下:

設定資訊對應引數

api key

secret key

** uri

所以我這裡訪問http://openapi.baidu.com/oauth/2.0/authorize?response_type=code&client_id=ss4gg7rstr8zcp2lhqyusbyhs2a87fqw&redirect_uri=&scope=basic&display=popup來獲取code

通過身份驗證獲取access_token

使用者同意授權後,頁面將跳轉至redirect_uri/?code=, 獲取值後可將其加入以下url換取access_token

http://openapi.baidu.com/oauth/2.0/token?grant_type=authorization_code&code=&client_id=&client_secret=ibtnz37icwm7lspm2cenxwimkwrn2wcq&redirect_uri=
我這裡訪問的路徑是:http://openapi.baidu.com/oauth/2.0/token?grant_type=authorization_code&code=e39724eb2c1a0422efa6206fc728b8e2&client_id=ss4gg7rstr8zcp2lhqyusbyhs2a87fqw&client_secret=ibtnz37icwm7lspm2cenxwimkwrn2wcq&redirect_uri=得到如下access_tokenrefresh_token

從上述步驟得到的資料中包含access tokenrefresh_token兩個值,其中access token的有效期為乙個月,refresh_token的有效期為十年。refresh_token的作用就是重新整理獲取新的access tokenrefresh_token, 如此反覆操作來實現access token有效期永久的機制。 一旦access token過期, 可根據以下請求更換新的access tokenrefresh_token

Hexo 新增百度統計

window7 32bit,hexo 3,geekman 使用本方法,請核對環境是否和我的一致。本方法只在geekman主題測試。修改你的geekman下的 config.ymlbaidu tongji enable true sitecode 69edb2848756110a4dbea314 x ...

百度統計事件整理

這裡面提供的統計 是統計是否到達當前頁面的。這一部分建立在第一部分基礎之上。如何使用?hmt.push trackevent category,action,opt label,opt value opt value 事件的一些數值資訊,比如權重 時長 等等,在報表中可以看到其平均值等資料。該項可選...

Google Analytics和百度統計比較

1 工具定位和層次基本相同 均定位於流量分析工具,而不是流量統計。流量分析差別於流量統計的顯著特點是,流量分析會關注與流量的質量,其分析基本單元是 訪問次數 visit 相當於session,而流量統計分析的基本單元是 瀏覽量 pv btw 由這個區分來看,目前市場上的cnzz,51la,量子統計均...