Maria Zverina
Maria Zverina

Reputation: 11173

Google Analytics on mobile clients

I am looking for documentation of the protocol used by the mobile Google Analytics SDKs.

In particular I would be interested in:

  1. open source library implementing the protocol
  2. documentation on the protocol (wire formats)
  3. any partial analysis carried out on the protocol

Upvotes: 2

Views: 86

Answers (1)

Eduardo
Eduardo

Reputation: 22832

This is a simple HTTP protocol fairly well documented by Google itself. It's called the measurement protocol.

https://developers.google.com/analytics/devguides/collection/protocol/v1/

Upvotes: 1

Related Questions