Method: customers.customColumns.list

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