I have an iOS application on the app store and I am running a few ad campaigns (Google Adwords, FB Ads, etc.). How do I know where my installs are coming from?
I have an equivalent Android app, and Google play allows me to append a ?ref parameter to the PlayStore URL which I can then retrieve using a Broadcast Receiver within the application. I can append information such as the campaign details, the time of the click, etc.
How can I do with with the Apple AppStore?