Tracking iOS installs from multiple marketing sources

ε祈祈猫儿з 提交于 2019-11-26 19:59:13

问题


Use Case: I plan on marketing iOS apps that I own & operate. I plan on marketing these apps on FaceBook and Google. I want to understand my funnel conversion by source. Meaning what is the install rate on FaceBook v. Google from start to finish.

Outside of the app economy I would simply pass a parameter in the URL to indicate source and the web application would suck it in. If I want to use an iTunes redirect URL how would I tracking which installs came from which source?


回答1:


If it's a paid app, you can use the iTunes LinkShare affiliate program:

How to track marketing efforts for iPhone apps on the App Store?

http://www.quora.com/How-can-I-measure-app-download-conversion-in-iTunes-appstore

If it's not a paid app, you're out of luck without a heavy 3rd-party tracking system tracking click origin, and matching that to your internal app install ID process. Painful.




回答2:


As far as I know there is no way to do this. The analytics data Apple provides via iTunes connect is really pretty weak.




回答3:


Since the introduction of App Analytics (introduced WWDC 2015) it is possible to track campaigns through the App Store.

From the docs:

Campaigns are custom App Store links you can use in your marketing material, websites, or advertising.

To generate a campaign link:

  1. Go to the Campaigns pane.
  2. Choose your app.
  3. Enter a campaign ID that’s up to 40 alphanumeric characters long, which can be a version of the name of your campaign.
  4. Copy the campaign link that’s generated for you



回答4:


I don't know If there is a free tool but Adjust is what you are looking for.

  • Implement SDK to the project
  • Generate a custom URL which redirects user to the Appstore
  • User opens the app and SDK sends data which tells It comes from the campaign URL.

For more info you can check below links.;

https://www.adjust.com

https://docs.adjust.com/en/tracker-generation/



来源:https://stackoverflow.com/questions/6231351/tracking-ios-installs-from-multiple-marketing-sources

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