AI-generated Key Takeaways
-
This page details how to retrieve a single SearchAds360Link using an HTTP GET request.
-
The request requires a
name
path parameter specifying the link to be retrieved. -
The request body should be empty.
-
A successful response returns an instance of the SearchAds360Link resource.
-
Accessing this resource requires specific OAuth authorization scopes.
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