Method: customers.customColumns.list

  • Retrieves detailed information about all custom columns associated with a specific customer.

  • Uses an HTTP GET request with the customer ID as a path parameter.

  • Requires an empty request body and returns a JSON response containing an array of custom columns.

  • Needs authorization with the https://www.googleapis.com/auth/doubleclicksearch scope.

Returns all the custom columns associated with the customer in full detail.

HTTP request

GET https://searchads360.googleapis.com/v0/customers/{customerId}/customColumns

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
customerId

string

Required. The ID of the customer to apply the CustomColumn list operation to.

Request body

The request body must be empty.

Response body

Response message for fetching all custom columns associated with a customer.

If successful, the response body contains data with the following structure:

JSON representation
{
  "customColumns": [
    {
      object (CustomColumn)
    }
  ]
}
Fields
customColumns[]

object (CustomColumn)

The CustomColumns owned by the provided customer.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/doubleclicksearch