AI-generated Key Takeaways
-
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
oranalytics.edit
scope.
Look up a single SearchAds360Link
HTTP request
GET https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/searchAds360Links/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. The name of the SearchAds360Link to get. Example format: properties/1234/SearchAds360Link/5678 |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of SearchAds360Link
.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/analytics.readonly
https://www.googleapis.com/auth/analytics.edit