AI-generated Key Takeaways
-
The main purpose is to create a GoogleAdsLink.
-
The HTTP request uses the POST method to a specific API endpoint.
-
Path parameters, specifically
parent
, are required for the request. -
The request and response bodies contain instances of GoogleAdsLink.
-
Authorization using the
https://www.googleapis.com/auth/analytics.edit
scope is required.
Creates a GoogleAdsLink.
HTTP request
POST https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*}/googleAdsLinks
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. Example format: properties/1234 |
Request body
The request body contains an instance of GoogleAdsLink
.
Response body
If successful, the response body contains a newly created instance of GoogleAdsLink
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/analytics.edit