I would like to know if there is a way to detect how the user has found my app in the AppStore.
For example if there is some parameter that I can concatenate to the URL of my app in the AppStore and get it inside the installed app.
It might be http://itunes.apple.com/app/SOME-APP-ID?mt=8&source=Facebook
In the example from above I would like to receive the "Facebook" string inside the app...
Thank you.