应用程序购买推荐链接

发布于 2024-12-13 06:23:27 字数 1539 浏览 1 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

风启觞 2024-12-20 06:23:27

您可以查看 Adjust.io,它正是这样做的。
如果您想自己推出,对于 Android,您可以在 Play 商店的 URL 中的参数 &referrer 中使用任何字符串,并在应用程序首次启动时检索它。
在 iOS 上,您必须依赖 IDFA。

编辑:我最初的回答:

alau.me的概念对我来说最有意义。

自己推出这个也不难。拥有您自己的短链接站点,您可以在其中记录要重定向到 App Store 的用户的 IP 地址。在您的应用程序首次启动时,您将调用一个 Web 服务(或静默向您网站上的固定 URL 发送 GET 请求),您将在其中再次记录 IP 地址。

如果 Web 服务调用的时间 >= 5 分钟(alau.me 说他们甚至将该值设置为 1 小时),则合并数据,并且您知道有多少使用您的短链接的客户实际下载并打开了该应用程序。

You can check out Adjust.io, it does exactly that.
If you want to roll it out yourself, for Android you can use any string in the parameter &referrer in the URL to the play store and retrieve it in the app when it first starts.
On iOS you'll have to rely on the IDFA.

EDITED: My initial answer:

The concept of alau.me makes most sense to me here.

It's also not hard to roll this out yourself. Have your own shortlink site where you log the IP address of the user you are going to redirect to the App Store. At the first start of your app you call a web service (or silently send a GET request to a fixed url on your site) where you will again log the IP address.

Combine the data if the time of the web service call is >= 5min (alau.me say they even set that value to 1h) and you know how many customers who used your shortlink actually downloaded and opened the app.

吃兔兔 2024-12-20 06:23:27

应用程序推荐应在应用程序中使用。因此,您向他们发送一个代码,一旦他们安装了应用程序,他们就可以进入应用程序推荐兑换屏幕并输入该代码,然后它会让您知道他们已经安装了它。您还可以获取评论等信息,但不确定这是否有帮助。

App Referals should be used in APP. So you send them a code and once they install the app they can then go into a app referaal redemption screen and input that code in and then it will let you know that they have installed it. You can also obtain information like reviews as well but not sure if that is helpful.

静若繁花 2024-12-20 06:23:27

苹果已经禁止为安装其他应用程序提供应用内奖励的做法。您仍然可以为点击链接的用户提供奖励,该链接将他们重定向到 App Store 上的页面 - 但您不能以实际安装应用程序的用户为条件,只能以他们选择查看页面(如果他们愿意)为条件,他们可以选择安装该应用程序。

为此,您只需打开一个网页的 MobileSafari 会话,该网页会跟踪页面加载(用于您的分析)并重定向到您正在推广的应用程序的 App Store URL。最简单的方法是使用 URL 缩短器来提供短链接用户的分析。

Apple has banned the practice of giving out in-app rewards for installing another app. You can still give a reward for a user clicking a link which redirects them to a page on the App Store - but you cannot condition your reward on the user actually installing the app, only on their choosing to view the page where, if they want, they can CHOOSE to install the app.

To do this, you just open a MobileSafari session to a web page which tracks the page load (for your analytics) and redirects to an App Store URL for the app you're promoting. The easiest way to do this is to use a URL shortener that provides analytics on users of the short link.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文