[[["容易理解","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"]],["上次更新時間:2024-05-06 (世界標準時間)。"],[[["Retrieves a specific SearchAds360Link resource using an HTTP GET request."],["Requires specifying the SearchAds360Link's resource name in the URL path."],["Request body should be empty, while the response contains a SearchAds360Link object if successful."],["Needs appropriate authorization with either `analytics.readonly` or `analytics.edit` scope."]]],["This document outlines how to retrieve a specific SearchAds360Link using a GET request. The core action is to send a GET request to a designated URL, structured as `https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/searchAds360Links/*}`. The `name` parameter, representing the SearchAds360Link's name, is mandatory within the URL. The request body must be empty. A successful request returns an instance of SearchAds360Link, and it requires either read-only or edit authorization scopes.\n"]]