列出已連結至 GTM 容器的所有目的地。 立即試用。
要求
HTTP 要求
GET https://www.googleapis.com/tagmanager/v2/+parent/destinations
參數
參數名稱 | 值 | 說明 |
---|---|---|
路徑參數 | ||
parent |
string |
GTM 上層容器的 API 相對路徑。 範例:accounts/{account_id}/containers/{container_id} |
授權
這項要求需要授權,且至少要有下列其中一個範圍:
範圍 |
---|
https://www.googleapis.com/auth/tagmanager.edit.containers |
https://www.googleapis.com/auth/tagmanager.readonly |
詳情請參閱「驗證與授權」網頁。
要求主體
請勿使用這個方法提供請求主體。
回應
如果成功的話,這個方法會傳回回應內文,其結構如下:
{ "destination": [ accounts.containers.destinations Resource ], "nextPageToken": string }
屬性名稱 | 值 | 說明 | 附註 |
---|---|---|---|
destination[] |
list |
連結至 GTM 容器的所有目的地。 | |
nextPageToken |
string |
用於擷取下一頁結果的接續權杖。 |
試試看!
使用下方的 APIs Explorer,針對即時資料呼叫這個方法,看看會有什麼結果。