AI-generated Key Takeaways
-
Creates a SearchAds360Link using an HTTP POST request to the specified URL with the required 'parent' path parameter.
-
Requires an authorization scope of
https://www.googleapis.com/auth/analytics.edit
for making changes. -
The request body should contain a SearchAds360Link object, and the response body will contain the newly created SearchAds360Link object on success.
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