如何将查询参数从AppsFlyer链接传递到深层链接/通用链接

问题描述

我有一个组件,要求用户输入参数,例如他们的电话号码。我的应用程序内部的深层链接和通用链接可以接受参数,例如applinks:www.mywebsite.com/profiles?phone=<Phone Number>

为了同时支持Android和iOS,我必须在AppsFlyer中创建一个链接。但是我在AppsFlyer中看不到任何动态参数来接受字段中的未定义值。我想要的是类似https://secret.onelink.me/profiles?phone=<Phone Number>的东西,这样电话号码可以传递到我的深层链接。我应该怎么做才能做到这一点?

解决方法

AppsFlyer OneLink可以通过所谓的custom parameters传递动态参数。可以在AppsFlyer的OneLink仪表板或OneLink API中定义自定义参数。 在this doc中,您会找到更多信息。