Method: partners.adsAccountLinks.get
HTTP request
GET https://mapsbooking.googleapis.com/v1alpha/{name=partners/*/adsAccountLinks/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
name |
string
Required. The name of the Ads account link to retrieve. Format: partners/{partner}/adsAccountLinks/{adsAccountLink}
|
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of AdsAccountLink
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/mapsbooking
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-17 UTC.
[null,null,["Last updated 2024-10-17 UTC."],[[["Retrieves a specific Ads account link associated with a partner using a GET request."],["The request requires a partner ID and Ads account link ID in the URL path."],["An empty request body is necessary, and a successful response includes the AdsAccountLink object."],["Authorization necessitates the `https://www.googleapis.com/auth/mapsbooking` OAuth scope."]]],[]]