Method: customers.productLinks.remove

移除產品連結。

擲回錯誤清單:AuthenticationError AuthorizationError FieldMaskError HeaderError InternalError MutateError QuotaError RequestError

HTTP 要求

POST https://googleads.googleapis.com/v14/customers/{customerId}/productLinks:remove

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

路徑參數

參數
customerId

string

必要欄位。要修改的客戶 ID。

要求主體

要求主體的資料會採用以下結構:

JSON 表示法
{
  "resourceName": string,
  "validateOnly": boolean
}
欄位
resourceName

string

必要欄位。移除作業:要移除的產品連結的資源名稱,格式如下:

customers/{customerId}/productLinks/{productLinkId}

validateOnly

boolean

如果為 true,則驗證要求但尚未執行。系統只會傳回錯誤,而非傳回結果。

回應主體

產品連結移除的回應訊息。

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

JSON 表示法
{
  "resourceName": string
}
欄位
resourceName

string

移除要求的結果。

授權範圍

需要下列 OAuth 範圍:

  • https://www.googleapis.com/auth/adwords

詳情請參閱 OAuth 2.0 總覽