TagManager.RefreshMode
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
枚举值
public
static
final
TagManager.RefreshMode
DEFAULT_CONTAINER
在此模式下,始终使用默认容器(容器不会从网络或磁盘加载版本)。此模式仅适用于开发,不适用于交付代码。
借助此模式,开发者可以在本地添加新的值集合宏键值对,然后使用 JSON 默认容器快速测试这些键值对,而无需使用 GTM 界面将这些键值对添加到容器中。
public static final TagManager.RefreshMode
标准
在此模式下,容器每 12 小时自动从网络中刷新一次。开发者还可以调用 refresh() 来手动刷新容器。
这是默认模式。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[],["`TagManager.RefreshMode` defines container refresh behaviors. `DEFAULT_CONTAINER` mode solely uses the default, locally stored container, not fetching updates, intended only for development to test new value collection macro key/value pairs locally, without using the GTM UI. `STANDARD` mode automatically refreshes containers from the network every 12 hours, with manual refresh capability via `refresh()`. It's the default behavior.\n"]]