让网站知道他们是从 iOS 应用程序内的 WebView 访问的

发布于 2024-10-21 11:20:33 字数 397 浏览 3 评论 0原文

我正在尝试找出通知分析跟踪器页面视图来自我的应用程序的最佳方式,而不是“直接访问”(例如)。

我有一个应用程序,可以显示大量不同新闻故事的列表视图,我想这样做,当用户点击其中一个故事并将其显示在我的 UIWebView 中时,正在加载的网站会以某种方式得到通知推荐来自“example-iphone-app”,或者可能是我的 iPhone 应用程序的网站?

有没有什么方法可以操纵 http 请求,使 iPhone 应用程序表现得好像该链接是由我网站上的推荐链接打开的?

我最初只想添加一个带有 ?source=myappname 等参数的查询字符串,但意识到这不是一种可靠(甚至有用)的方式来通过 Google Analytics、SiteMeter、Urchin 向网站所有者发出警报等来自请求的来源。

I'm trying to figure out the best way I can inform analytics trackers that the page view is coming from my app, rather than a 'direct visit' (for example).

I have an app that displays a list view of tons of different news stories, and I want to make it so that, when a user taps on one of the stories, and it is displayed in my UIWebView, the website being loaded is somehow informed that the referral came from 'example-iphone-app', or maybe my iPhone app's website?

Is there any way to manipulate the http request to make the iPhone app act as if the link is being opened by a referral link on my website?

I was originally thinking of just adding a query string with a parameter like ?source=myappname, but realized this is not a reliable (or even useful) way of alerting site owners with Google Analytics, SiteMeter, Urchin, etc. from where the request has come.

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

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

发布评论

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

评论(1

独孤求败 2024-10-28 11:20:33

如果您使用 Google Analytics(分析),则可以设置 utm_sourceutm_medium 查询参数,它们将显示为引荐来源。 utm_source 是您放置 myappname 参数的位置,并且 utm_medium 可能应该设置为 referral,除非您按每个收费单击然后它通常设置为cpc

If you're using Google Analytics then you can set the utm_source and utm_medium query parameters and they will be displayed as the referral source. utm_source is where you would put your myappname parameter and utm_medium should probably be set to referral unless you are charging per click then it is usually set to cpc.

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