tweaselORG / TrackHAR

Library for detecting tracking data transmissions from traffic in HAR format.
Creative Commons Zero v1.0 Universal
5 stars 0 forks source link

Document `app-measurement.com` #53

Open baltpeter opened 9 months ago

baltpeter commented 9 months ago

Might be helpful:

https://larihaataja.com/firebase-ga4-app-measurement-com-calls/ https://github.com/lari/firebase-ga4-app-measurement-protobuf

baltpeter commented 9 months ago

There is also https://github.com/googleapis/google-cloudevents/blob/5f13f0984facb99cf9f31569e0e3cf5bf4e04aad/proto/google/events/firebase/analytics/v1/data.proto#L121, which according to the README is supposed to be the proto schema for "Google Analytics for Firebase". But I can't parse our known requests with that, and comparing the schema against them manually, it doesn't appear to make sense…

baltpeter commented 1 month ago

Also: https://github.com/doug-leith/android-protobuf-decoding/blob/main/app_measurement.proto3