You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 24, 2025. It is now read-only.
juno.yoon edited this page May 22, 2016
·
2 revisions
This post will introduces Java Implementation for Measurement Protocol
The Measurement Protocol is part of Universal Analytics(UA),which allows developers to make HTTP requests to send raw user interaction data directly to Google Analytics servers.
First,you must have an account in Google Analytics.
Please selecting App to track when you sign in.
After above setting,we have gotten a Tracking ID (UA-XXXXXXX-X).
Now we will use Measurement Protocol java API to collect data and send to UA.