La nuova API Search Ads 360 Reporting è ora disponibile. Unisciti al gruppo Google
searchads-api-announcements per non perderti i prossimi miglioramenti e release.
Method: customers.customColumns.get
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Restituisce la colonna personalizzata richiesta in modo dettagliato.
Richiesta HTTP
GET https://searchads360.googleapis.com/v0/{resourceName=customers/*/customColumns/*}
L'URL utilizza la sintassi di transcodifica gRPC.
Parametri del percorso
Parametri |
resourceName |
string
Obbligatoria. Il nome della risorsa della colonna personalizzata da recuperare.
|
Corpo della richiesta
Il corpo della richiesta deve essere vuoto.
Corpo della risposta
In caso di esito positivo, il corpo della risposta contiene un'istanza di CustomColumn
.
Ambiti di autorizzazione
Richiede il seguente ambito OAuth:
https://www.googleapis.com/auth/doubleclicksearch
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2025-07-25 UTC.
[null,null,["Ultimo aggiornamento 2025-07-25 UTC."],[[["\u003cp\u003eRetrieves the details of a specified custom column within a Google Ads account.\u003c/p\u003e\n"],["\u003cp\u003eRequires authorization with the \u003ccode\u003edoubleclicksearch\u003c/code\u003e scope.\u003c/p\u003e\n"],["\u003cp\u003eUses a \u003ccode\u003eGET\u003c/code\u003e request to a specific endpoint with the custom column's resource name.\u003c/p\u003e\n"],["\u003cp\u003eRequest body should be empty, and a successful response returns a \u003ccode\u003eCustomColumn\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eUtilizes gRPC Transcoding for URL structure.\u003c/p\u003e\n"]]],["The core content describes fetching a custom column via an HTTP GET request. The request URL, structured with gRPC Transcoding syntax, requires a `resourceName` path parameter specifying the desired custom column. The request body must be empty. A successful response returns a `CustomColumn` instance. This operation requires the `https://www.googleapis.com/auth/doubleclicksearch` OAuth scope for authorization. The request and response are specified with http request and path parameters.\n"],null,["# Method: customers.customColumns.get\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n\nReturns the requested custom column in full detail.\n\n### HTTP request\n\n`GET https://searchads360.googleapis.com/v0/{resourceName=customers/*/customColumns/*}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|----------------|---------------------------------------------------------------------|\n| `resourceName` | `string` Required. The resource name of the custom column to fetch. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains an instance of [CustomColumn](/search-ads/reporting/api/reference/rest/v0/customers.customColumns#CustomColumn).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/doubleclicksearch`"]]