-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add tracking of Play Store referer #249
Comments
Bear in mind, you can pass any string through referrer, but GA tells users to follow UTM parameters with source being a required string, so you could parse this by default. Another point to consider is that we actually use our own custom referrer model rather than UTM, FB and other ad agencies also do this, which is mostly a series of key:value pairs, we'd have to parse that in the SQL modelling or in the listener. Not the end of the world, but we'd maybe have to do our own 'attribution event' anyway with a schema. |
Thanks @htmathias , that's helpful context... |
We will implement tracking of the play install referrer using the install referrer library. We have designed a schema for it here. |
…all event if available (close #249)
…all event if available (close #249)
Mixpanel handles it (https://mixpanel.com/help/reference/android#referrer_tracking) by adding a listener and setting it as a super property.
We could add a similar listener and then fire an event - what should the event be called?
The text was updated successfully, but these errors were encountered: