SavedColumns: list
Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
Récupère la liste des colonnes enregistrées pour un annonceur spécifié.
Essayer maintenant
Requête
Requête HTTP
GET https://www.googleapis.com/doubleclicksearch/v2/agency/agencyId/advertiser/advertiserId/savedcolumns
Paramètres
Nom du paramètre |
Valeur |
Description |
Paramètres de chemin d'accès |
advertiserId |
long |
ID DS de l'annonceur.
|
agencyId |
long |
ID DS de l'agence.
|
Autorisation
Cette requête nécessite une autorisation ayant le champ d'application suivant:
Champ d'application |
https://www.googleapis.com/auth/doubleclicksearch |
Pour en savoir plus, consultez la page Authentification et autorisation.
Corps de la requête
Ne spécifiez pas de corps de requête pour cette méthode.
Réponse
Si la requête aboutit, cette méthode renvoie un corps de réponse présentant la structure suivante :
{
"kind": "doubleclicksearch#savedColumnList",
"items": [
savedColumns Resource
]
}
Nom de propriété |
Valeur |
Description |
Remarques |
kind |
string |
Identifie cet élément en tant que ressource SavedColumnList. Valeur: chaîne fixe doubleclicksearch#savedColumnList . |
|
items[] |
list |
Colonnes enregistrées demandées. |
|
Essayer
Utilisez l'explorateur d'API ci-dessous pour appeler cette méthode sur des données en direct, puis observez la réponse.
Vous pouvez également essayer
autonome
un navigateur Web.
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/07/25 (UTC).
[null,null,["Dernière mise à jour le 2025/07/25 (UTC)."],[[["\u003cp\u003eRetrieve a list of saved columns for a specific advertiser using the provided endpoint and required authorization.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires agency and advertiser IDs as path parameters and does not include a request body.\u003c/p\u003e\n"],["\u003cp\u003eSuccessful responses will contain a list of saved columns along with resource kind information in JSON format.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization is necessary using the \u003ccode\u003ehttps://www.googleapis.com/auth/doubleclicksearch\u003c/code\u003e scope.\u003c/p\u003e\n"],["\u003cp\u003eUsers can test the API using the provided APIs Explorer or a standalone explorer link.\u003c/p\u003e\n"]]],["This API endpoint retrieves a list of saved columns for a specific advertiser. It requires authorization with the `https://www.googleapis.com/auth/doubleclicksearch` scope. A `GET` request is sent to `https://www.googleapis.com/doubleclicksearch/v2/agency/agencyId/advertiser/advertiserId/savedcolumns`, specifying the `agencyId` and `advertiserId` in the path. A successful response returns a `savedColumnList` resource containing an array of `savedColumns`. No request body is needed.\n"],null,["# SavedColumns: list\n\n| **Note:** Requires [authorization](#auth).\n\nRetrieve the list of saved columns for a specified advertiser.\n[Try it now](#try-it).\n\nRequest\n-------\n\n### HTTP request\n\n```\nGET https://www.googleapis.com/doubleclicksearch/v2/agency/agencyId/advertiser/advertiserId/savedcolumns\n```\n\n### Parameters\n\n| Parameter name | Value | Description |\n|----------------|--------|--------------------------|\n| **Path parameters** |||\n| `advertiserId` | `long` | DS ID of the advertiser. |\n| `agencyId` | `long` | DS ID of the agency. |\n\n### Authorization\n\nThis request requires authorization with the following scope:\n\n| Scope |\n|-----------------------------------------------------|\n| `https://www.googleapis.com/auth/doubleclicksearch` |\n\nFor more information, see the [authentication and authorization](/search-ads/v2/authorizing) page.\n\n### Request body\n\nDo not supply a request body with this method.\n\nResponse\n--------\n\nIf successful, this method returns a response body with the following structure:\n\n```objective-c\n{\n \"kind\": \"doubleclicksearch#savedColumnList\",\n \"items\": [\n savedColumns Resource\n ]\n}\n```\n\n| Property name | Value | Description | Notes |\n|---------------|----------|-------------------------------------------------------------------------------------------------------------|-------|\n| `kind` | `string` | Identifies this as a SavedColumnList resource. Value: the fixed string `doubleclicksearch#savedColumnList`. | |\n| `items[]` | `list` | The saved columns being requested. | |\n\nTry it!\n-------\n\n\nUse the APIs Explorer below to call this method on live data and see the response.\nAlternatively, try the\n[standalone\nExplorer](https://developers.google.com/apis-explorer/#p/doubleclicksearch/v2/doubleclicksearch.savedColumns.list)."]]