Skip to content

Instantly share code, notes, and snippets.

@etrex
Created October 19, 2021 18:04
Show Gist options
  • Save etrex/cac7cf4fdc6c14a4e8eb6ff8b8e455ad to your computer and use it in GitHub Desktop.
Save etrex/cac7cf4fdc6c14a4e8eb6ff8b8e455ad to your computer and use it in GitHub Desktop.
使用 Google Analytics 追蹤聊天機器人上的用戶行為
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