Transformations: update

更新 GTM 转换。立即尝试

请求

HTTP 请求

PUT https://www.googleapis.com/tagmanager/v2/path

参数

参数名称 说明
路径参数
path string GTM 转换的 API 相对路径。示例:accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/transformations/{transformation_id}
可选的查询参数
fingerprint string 此指纹(如果提供)必须与所存储的转换的指纹匹配。

授权

此请求需要获得以下范围的授权:

范围
https://www.googleapis.com/auth/tagmanager.edit.containers

如需了解详情,请参阅身份验证和授权页面。

请求正文

在请求正文中,提供具有以下属性的 Transformations 资源

属性名称 说明 备注
必需属性
name string 转换显示名称。 可写
type string 转换类型。 可写
可选属性
notes string 有关如何在容器中应用此转换的用户备注。 可写
parameter[] list 转换的参数。 可写
parameter[].isWeakReference boolean 引用类型参数是强引用还是弱引用。仅供转换使用。 可写

响应

如果成功,此方法将在响应正文中返回转换资源

试试看!

请使用下面的 API Explorer 对实时数据调用此方法并查看响应。