About LinkToMyApp
LinkToMyApp is a free self hosted service to track your user acquisition and conversion from your link sharing to the conversion as paying users.
LinkToMyApp is born during the falls 2013 Angel Hack hackathon and won the first prize !.
How it works
To track your user acquisition, LinkToMyApp generate a unique link to share your app. This link will log the user "clic" and it's origin brefore it redirect your user to the App Store.
Then, using the iOS SDK, it will try to do the best match possible with the data previously loggued.
Install your own
LinkToMyApp is made to be hosted on an Heroku free plan.
Checkout a fresh copy of the project and push it to Heroku.
$ git clone git@github.com:LinkToMyApp/linktomyapp.git
$ cd linktomyapp
$ bundle install
$ heroku create
$ heroku addons:add heroku-postgresql
$ push heroku master
$ heroku open
iOS SDK
The iOS SDK is available on https://github.com/LinkToMyApp/linktomyapp-iOS.