AI-generated Key Takeaways
-
The
searchAds360Links.createmethod creates a SearchAds360Link using an HTTP POST request. -
The request requires a
parentpath parameter in the formatproperties/*. -
The request body must include an instance of
SearchAds360Link. -
A successful response returns a new instance of
SearchAds360Link. -
The request requires the
https://www.googleapis.com/auth/analytics.editOAuth scope.
Creates a SearchAds360Link.
HTTP request
POST https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*}/searchAds360Links
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent |
Required. Example format: properties/1234 |
Request body
The request body contains an instance of SearchAds360Link.
Response body
If successful, the response body contains a newly created instance of SearchAds360Link.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/analytics.edit