Skip to content
Jason Pang edited this page Oct 7, 2016 · 3 revisions

Subscription

Description Example Technical Documentation
A Google-generated messaging token that allows us to send messages to the device or browser https://android.googleapis.com/gcm/send/<id> PushSubscription
Encrypted push message public key & salt (required for push) fD0rNo/DcGCOLa6dSTe+Tw== subscription.keys.auth & subscription.keys.p256
SHA1 and MD5 hashed email address (only if voluntarily provided by developer) 9e107d9d372bb6826bd81d3542a419d6 (public implementation)
The device model and version MacIntel Safari (10.0), Win32 Chrome (53.0), Win64 Firefox (49.0) window.navigator.userAgent
The browser's language setting en-US window.navigator.language

Error Tracking

Description Example Technical Documentation
OneSignal app UUID ee88ae94-b8d5-41c9-9fab-55e5486b4809 OneSignal Docs
OneSignal device UUID 8dfc2b1a-6258-4ba1-9f15-636a3f30a12b OneSignal Docs
Error message & stacktrace Uncaught Error: test error(…)(anonymous function) @ VM404:1 frameworks-bbc0725….js:7
Site URL where error occurred https://site.com/page/index.html
The device model and version MacIntel Safari (10.0), Win32 Chrome (53.0), Win64 Firefox (49.0) window.navigator.userAgent