AI-generated Key Takeaways
-
The
searchAds360Links.create
method creates a SearchAds360Link using an HTTP POST request. -
The request requires a
parent
path 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.edit
OAuth 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