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: customers.customColumns.get
Returns the requested custom column in full detail.
HTTP request
GET https://searchads360.googleapis.com/v0/{resourceName=customers/*/customColumns/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
resourceName |
string
Required. The resource name of the custom column to fetch.
|
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of CustomColumn
.
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."],[[["Retrieves the details of a specified custom column within a Google Ads account."],["Requires authorization with the `doubleclicksearch` scope."],["Uses a `GET` request to a specific endpoint with the custom column's resource name."],["Request body should be empty, and a successful response returns a `CustomColumn` object."],["Utilizes gRPC Transcoding for URL structure."]]],[]]