如何在查询参数中添加引荐来源网址数据或在 Branch io 链接中添加链接数据?
假设我在网站 example.com/outer/inner 上放置了一个分支链接。此链接指向另一个网络应用程序。我需要知道在 example.com/outer/inner 上单击了该链接。 我如何获得这些信息?
Suppose I have placed a branch link on my website example.com/outer/inner. This link leads to another web app. I need to know that the link was clicked on example.com/outer/inner.
How do I get this information?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以将分析标签添加到原始链接中,以指示点击的来源。请检查 https://help.branch。 io/using-branch/docs/creating-a-deep-link#analytical-labels
您可以在创建链接时添加这些标签,如果您想将其附加到现有链接,您可以添加其他分析标签:链接查询参数,在此处查看 Branch 长链接的文档 https: //help.branch.io/using-branch/docs/creating-a-deep-link#long-links
You can add analytical tags to your original link that will indicate the source of the click. Please check https://help.branch.io/using-branch/docs/creating-a-deep-link#analytical-labels
You can add these labels when creating the link and if you want to append it to an existing link you can add additional analytical label as link query parameters, check the doc on Branch long links here https://help.branch.io/using-branch/docs/creating-a-deep-link#long-links
经过大量研究,我发现您可以将引用者添加为参数,但这仅在您在一个地方使用分支链接时才有用。
Branch 无法自行识别该链接。
After much research, I could figure out that you can add the referrer as a parameter but that is only useful if you use the branch link at one place.
Branch can not identify the link on its own.