Method: advertisers.negativeKeywordLists.list

根據指定的廣告主 ID 列出排除關鍵字清單。

HTTP 要求

GET https://displayvideo.googleapis.com/v3/advertisers/{advertiserId}/negativeKeywordLists

這個網址使用 gRPC 轉碼語法。

路徑參數

參數
advertiserId

string (int64 format)

必要欄位。擷取的排除關鍵字清單所屬 DV360 廣告主 ID。

查詢參數

參數
pageSize

integer

要求的頁面大小。必須介於 1200 之間。如果未設定,預設值為 100。如果指定的值無效,則傳回錯誤碼 INVALID_ARGUMENT

pageToken

string

伺服器應傳回的結果頁面識別符記。

通常這是先前呼叫 negativeKeywordLists.list 方法時傳回的 nextPageToken 值。如未指定,系統會傳回第一頁的結果。

要求主體

要求主體必須為空白。

回應主體

Response message for NegativeKeywordListService.ListNegativeKeywordLists.

如果成功,回應主體會含有以下結構的資料:

JSON 表示法
{
  "negativeKeywordLists": [
    {
      object (NegativeKeywordList)
    }
  ],
  "nextPageToken": string
}
欄位
negativeKeywordLists[]

object (NegativeKeywordList)

排除關鍵字清單清單。

如果沒有任何項目,系統就不會顯示這份清單。

nextPageToken

string

用來擷取下一頁結果的符記。

在後續呼叫 negativeKeywordLists.list 方法時,將這個值傳遞至 pageToken 欄位,即可擷取下一頁結果。

授權範圍

需要下列 OAuth 範圍:

  • https://www.googleapis.com/auth/display-video

詳情請參閱OAuth 2.0 Overview