iOS - track which ad campaigns my installs are coming from [duplicate]

荒凉一梦 提交于 2019-12-09 17:23:26

问题


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?


回答1:


You can't do it directly. Instead, direct the ad clicks through a page on your own web server which logs your analytics and then immediately redirects to the app store URL.




回答2:


I was looking for the same thing. I came across this question of Quora which has numerous answers. They all claim to provide an answer to whether the user installed the app. http://www.quora.com/How-can-you-track-referrals-that-go-through-the-Apple-App-Store



来源:https://stackoverflow.com/questions/15909077/ios-track-which-ad-campaigns-my-installs-are-coming-from

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!