Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想跟踪应用程序的营销工作,当用户单击网页的下载按钮时,我想将用户重定向到我的应用程序。
如果我在按钮单击事件上调用 utm 链接,那么我必须为每个 UTM 链接创建单独的网页。
更多解释:我创建了两个动态链接来跟踪不同的广告活动。
广告活动将用户重定向到我的网页,网页上的按钮将用户重定向到我的应用程序。我在按钮单击上调用动态链接以跟踪该事件。在这种情况下如何跟踪第二个动态链接。
请建议任何其他方法。目标是使用一页跟踪多个动态链接。