The previous Search Ads 360 Reporting API is decommissioned. You can now create your reports using the new Search Ads 360 Reporting API.
Note that the get and getByCustomerId methods in the Search Ads 360 Conversion API are being deprecated in Q3 2025. To continue accessing conversion data, you must create a report using the conversion resource using the new Search Ads 360 Reporting API. See more details here.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-09 UTC."],[[["\u003cp\u003eThis page documents the structure and properties of a saved column resource in the DoubleClick Search API.\u003c/p\u003e\n"],["\u003cp\u003eSaved columns store data types and are represented by properties like \u003ccode\u003ekind\u003c/code\u003e, \u003ccode\u003esavedColumnName\u003c/code\u003e, and \u003ccode\u003etype\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eUsers can retrieve a list of saved columns for a specific advertiser using the provided method.\u003c/p\u003e\n"]]],["The document defines a \"SavedColumn\" resource with properties: `kind` (identifying the resource type), `savedColumnName` (the column's name), and `type` (the data type produced). A `list` method is available to retrieve saved columns for a specific advertiser. The `kind` property is fixed to \"doubleclicksearch#savedColumn\". The resource represents a column of saved data in an advertiser's DoubleClick Search account.\n"],null,["# SavedColumns\n\n\u003cbr /\u003e\n\nFor a list of [methods](#methods) for this resource, see the end of this page.\n\nResource representations\n------------------------\n\nA saved column\n\n```carbon\n{\n \"kind\": \"doubleclicksearch#savedColumn\",\n \"savedColumnName\": string,\n \"type\": string\n}\n```\n\n| Property name | Value | Description | Notes |\n|-------------------|----------|-----------------------------------------------------------------------------------------------------|-------|\n| `kind` | `string` | Identifies this as a SavedColumn resource. Value: the fixed string `doubleclicksearch#savedColumn`. | |\n| `savedColumnName` | `string` | The name of the saved column. | |\n| `type` | `string` | The type of data this saved column will produce. | |\n\nMethods\n-------\n\n[list](/search-ads/v2/reference/savedColumns/list)\n: Retrieve the list of saved columns for a specified advertiser."]]