Skip to content
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

Capture campaign attribution as mobile_install event #235

Closed
bogaert opened this issue Oct 26, 2016 · 5 comments
Closed

Capture campaign attribution as mobile_install event #235

bogaert opened this issue Oct 26, 2016 · 5 comments

Comments

@bogaert
Copy link

bogaert commented Oct 26, 2016

See: snowplow/snowplow-ios-tracker#297

@bernardosrulzon
Copy link

@bogaert This would be nice :)

We have implemented an Install Referrer tracking for first time installs. Maybe it could be supported out of the box with Snowplow. Details in the docs: https://developers.google.com/android/reference/com/google/android/gms/tagmanager/InstallReferrerReceiver

@alexanderdean
Copy link
Member

Hey @bernardosrulzon - could you flesh out how we would support this out of the box?

@bernardosrulzon
Copy link

bernardosrulzon commented Jan 14, 2017

The goal is to see which campaigns are generating app installs - these campaigns must have referrer params in the Google Play URL (example).

You can get the referrer information, after the user has downloaded the app, through the INSTALL_REFERRER broadcast. Then, these parameters would go into a mobile_install self-describing event, making it possible to see which campaigns have better engagement/sales/etc.

An important benefit for internal campaigns (e.g. e-mail marketing asking your users to download the app) is that you could pass the user id into utm_term, making it possible to identify users before they ever log in.

@alexanderdean
Copy link
Member

Awesome - thanks for sharing! Updating the ticket name...

@alexanderdean alexanderdean changed the title Capture campaign attribution data from (deep) links Capture campaign attribution as mobile_install event Jan 14, 2017
@matus-tomlein
Copy link
Contributor

We will implement the Play install referrer context entity in issue #249

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants