Method: customers.customColumns.get

  • 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.

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