gpt4 book ai didi

ios - 在 Google Analytics 中跟踪来自移动设备主屏幕的流量

转载 作者:塔克拉玛干 更新时间:2023-11-02 08:13:40 26 4
gpt4 key购买 nike

有谁知道是否可以跟踪专门来自 Apple 设备主屏幕图标的网站流量?

例如当我指定以下 HTML 时,我显然可以控制用户在主屏幕上添加快捷方式时显示的图像:

<link rel="apple-touch-icon" href="touch-icon-iphone.png">
<link rel="apple-touch-icon" sizes="76x76" href="touch-icon-ipad.png">
<link rel="apple-touch-icon" sizes="152x152" href="touch-icon-ipad-retina.png">
<etc, etc>

enter image description here

我想知道有多少人从他们的主屏幕启动,即在上面的例子中按下橙色按钮。我不认为这是可能的,但我想知道是否有人有办法?

TIA♥

最佳答案

navigator.standalone返回一个 bool 值,指示浏览器是否以独立模式运行。仅适用于 Apple 的 iOS Safari。

if (window.navigator.standalone) {
// From home screen
}

来自 Safari Web Content Guide :

You can determine whether a webpage is displaying in standalone mode using the window.navigator.standalone read-only Boolean JavaScript property. For more on standalone mode, see apple-mobile-web-app-capable.

关于ios - 在 Google Analytics 中跟踪来自移动设备主屏幕的流量,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33190470/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com