[[["わかりやすい","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 UTC。"],[[["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"]]