列出 GTM 容器工作區的所有 GTM 轉換。 立即試用。
要求
HTTP 要求
GET https://www.googleapis.com/tagmanager/v2/+parent/transformations
參數
參數名稱 | 值 | 說明 |
---|---|---|
路徑參數 | ||
parent |
string |
GTM Workspace 的 API 相對路徑。範例:accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} |
自選查詢參數 | ||
pageToken |
string |
用來擷取下一頁結果的接續權杖。 |
授權
此要求至少需要以下其中一個範圍的授權:
範圍 |
---|
https://www.googleapis.com/auth/tagmanager.edit.containers |
https://www.googleapis.com/auth/tagmanager.readonly |
詳情請參閱驗證和授權頁面。
要求主體
請勿使用這個方法提供要求主體。
回應
如果成功的話,這個方法會傳回回應內文,其結構如下:
{ "transformation": [ accounts.containers.workspaces.transformations Resource ], "nextPageToken": string }
屬性名稱 | 值 | 說明 | 附註 |
---|---|---|---|
transformation[] |
list |
GTM 容器的所有 GTM 轉換。 | |
nextPageToken |
string |
用來擷取下一頁結果的接續權杖。 |
試試看!
您可以使用下方的 APIs Explorer,針對即時資料呼叫這個方法,然後查看回應。