SavedColumns: list
Retrieve the list of saved columns for a specified advertiser.
Try it now.
Request
HTTP request
GET https://www.googleapis.com/doubleclicksearch/v2/agency/agencyId/advertiser/advertiserId/savedcolumns
Parameters
Parameter name |
Value |
Description |
Path parameters |
advertiserId |
long |
DS ID of the advertiser.
|
agencyId |
long |
DS ID of the agency.
|
Authorization
This request requires authorization with the following scope:
Scope |
https://www.googleapis.com/auth/doubleclicksearch |
For more information, see the authentication and authorization page.
Request body
Do not supply a request body with this method.
Response
If successful, this method returns a response body with the following structure:
{
"kind": "doubleclicksearch#savedColumnList",
"items": [
savedColumns Resource
]
}
Property name |
Value |
Description |
Notes |
kind |
string |
Identifies this as a SavedColumnList resource. Value: the fixed string doubleclicksearch#savedColumnList . |
|
items[] |
list |
The saved columns being requested. |
|
Try it!
Use the APIs Explorer below to call this method on live data and see the response.
Alternatively, try the
standalone
Explorer.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-09 UTC.
[null,null,["Last updated 2024-10-09 UTC."],[[["Retrieve a list of saved columns for a specific advertiser using the provided endpoint and required authorization."],["The request requires agency and advertiser IDs as path parameters and does not include a request body."],["Successful responses will contain a list of saved columns along with resource kind information in JSON format."],["Authorization is necessary using the `https://www.googleapis.com/auth/doubleclicksearch` scope."],["Users can test the API using the provided APIs Explorer or a standalone explorer link."]]],["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"]]