Variables: revert

在 GTM 工作區中還原對 GTM 變數的變更。 立即試用

要求

HTTP 要求

POST https://www.googleapis.com/tagmanager/v2/+path:revert

參數

參數名稱 說明
路徑參數
path string GTM Variable 的 API 相對路徑。 範例: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/variables/{variable_id}
自選查詢參數
fingerprint string 如果提供這個指紋,這個指紋必須與儲存空間中變數的指紋相符。

授權

此要求需要取得下列範圍的授權:

範圍
https://www.googleapis.com/auth/tagmanager.edit.containers

詳情請參閱驗證和授權頁面。

要求主體

請勿使用這個方法提供要求主體。

回應

如果成功的話,這個方法會傳回回應內文,其結構如下:

{
  "variable": accounts.containers.workspaces.variables Resource
}
屬性名稱 說明 附註
variable nested object 自上次工作區同步處理作業以來,最新容器版本中顯示的變數。如果沒有變數,表示該變數已從最新容器版本中刪除。

試試看!

您可以使用下方的 APIs Explorer,針對即時資料呼叫這個方法,然後查看回應。