Containers: lookup

按照目的地 ID 或代碼 ID 查詢容器。 立即試用

要求

HTTP 要求

GET https://www.googleapis.com/tagmanager/v2/accounts/containers:lookup

參數

參數名稱 說明
選用的查詢參數
destinationId string 連結至 GTM 容器的目的地 ID。例如AW-123456789。 例如:accounts/containers:lookup?destination_id={destination_id}。 只能設定 destination_id 或 tag_id 其中之一。
tagId string GTM 容器的代碼 ID,例如GTM-123456789。 範例:accounts/containers:lookup?tag_id={tag_id}。 只能設定 destination_id 或 tag_id 其中之一。

授權

這項要求需要授權,且至少要有下列其中一個範圍:

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

詳情請參閱「驗證與授權」網頁。

要求主體

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

回應

如果成功,這個方法會在回應主體中傳回容器資源

試試看!

使用下方的 APIs Explorer,針對即時資料呼叫這個方法,看看會有什麼結果。