由於是 IOT 角色,須留意 GA 的資源限制:https://developers.google.com/analytics/devguides/collection/protocol/v1/limits-quotas
- 10 million hits per month per tracking ID
- 200,000 hits per user per day
- 500 hits per session not including ecommerce (item and transaction hit types).
總之,用法都很簡單,叫 IOT 定期打卡即可,最重要的工作項目反而是定義產品的使用情境,把那些狀態定義好後,當作 web page 來呼叫 Google Analytics API 吧!
簡易範例:
$ curl 'https://www.google-analytics.com/collect?v=1&t=screenview&tid=TRACKING_ID&an=YOUR_APP_NAME&cid=CLIENT_ID&cd=YOUR_PRODUCT_STATE'
GIF89a?????
其中範例回應的就是一張 GIF 圖檔,而更多應用請參考 https://developers.google.com/analytics/devguides/collection/protocol/v1/parameters ,若一直試不出來,可以用 https://ga-dev-tools.appspot.com/hit-builder/ 偵錯看看。
您好,我使用measurement protocol 通過curl 命令發送到GA 端,但是在real time試圖裏面沒有顯示,通過hit builder 可以,能幫忙看看是什麽問題嗎,附上stack over flow 的鏈接,萬分感謝
回覆刪除https://stackoverflow.com/questions/61338671/how-can-i-send-server-data-to-google-analytics-by-measurement-protocol-with-curl