SavedColumns: list

擷取指定廣告客戶的已儲存欄清單。立即試用

要求

HTTP 要求

GET https://www.googleapis.com/doubleclicksearch/v2/agency/agencyId/advertiser/advertiserId/savedcolumns

參數

參數名稱 價值 說明
路徑參數
advertiserId long 廣告客戶的 DS ID。
agencyId long 代理商的 DS 編號。

授權

此要求需要以下範圍的授權:

範圍
https://www.googleapis.com/auth/doubleclicksearch

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

要求主體

請不要透過此方法提供請求主體。

回應

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

{
  "kind": "doubleclicksearch#savedColumnList",
  "items": [
    savedColumns Resource
  ]
}
屬性名稱 價值 說明 Notes
kind string 表示此為 SavedColumnList 資源。值:固定字串 doubleclicksearch#savedColumnList
items[] list 要求的已儲存欄。

試試看!

使用 APIs Explorer 針對即時資料呼叫這個方法,並查看回應。或者,您也可以試試看獨立的 Explorer