[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-01-14 (世界標準時間)。"],[[["Updates a SearchAds360Link on a property using a PATCH request to the specified URL with gRPC Transcoding syntax."],["The request requires specifying the `searchAds360Link.name` path parameter indicating the resource to update and the `updateMask` query parameter listing the fields to modify."],["The request body must contain a `SearchAds360Link` object representing the desired update, and a successful response will return the updated `SearchAds360Link` object."],["Authorization is required with the `https://www.googleapis.com/auth/analytics.edit` OAuth scope."]]],["This outlines how to update a SearchAds360Link on a property using a PATCH request to the specified URL: `https://analyticsadmin.googleapis.com/v1alpha/{searchAds360Link.name=properties/*/searchAds360Links/*}`. The `searchAds360Link.name` parameter is required, formatted as `properties/{propertyId}/searchAds360Links/{linkId}`. The `updateMask` query parameter specifies fields to update. The request body should contain a SearchAds360Link instance, and the response body will also return a SearchAds360Link instance upon success. The operation needs the `analytics.edit` authorization scope.\n"]]