The new Search Ads 360 Reporting API is now available. Join the
searchads-api-announcements Google group to stay up to date on upcoming enhancements and releases.
Method: searchAds360Fields.get
HTTP request
GET https://searchads360.googleapis.com/v0/{resourceName=searchAds360Fields/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
resourceName |
string
Required. The resource name of the field to get.
|
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of SearchAds360Field
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/doubleclicksearch
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-11-08 UTC.
[null,null,["Last updated 2024-11-08 UTC."],[[["Retrieve a specific SearchAds360Field resource using its resource name."],["The request requires authorization with the `https://www.googleapis.com/auth/doubleclicksearch` scope."],["The API uses a GET request with the resource name provided as a path parameter."],["The response provides details about the requested SearchAds360Field."],["The request body should be empty."]]],["The core content outlines the process for retrieving a specific field via an HTTP GET request to `https://searchads360.googleapis.com/v0/{resourceName=searchAds360Fields/*}`. The `resourceName` is a required path parameter. The request body must be empty. A successful response returns a `SearchAds360Field` instance. This action requires OAuth authorization with the `https://www.googleapis.com/auth/doubleclicksearch` scope. Possible errors include Authentication, Authorization, Header, Internal, Quota, and Request errors.\n"]]