Created
October 19, 2021 18:04
-
-
Save etrex/cac7cf4fdc6c14a4e8eb6ff8b8e455ad to your computer and use it in GitHub Desktop.
使用 Google Analytics 追蹤聊天機器人上的用戶行為
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let headers = { | |
'User-Agent': 'Ruby' | |
} | |
await axios.post('https://www.google-analytics.com/batch', body, { headers }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment