blob: 5adc40b5d09b8a373c2cf658add4c3d4e8d8428b [file] [log] [blame]
<html><body>
<style>
body, h1, h2, h3, div, span, p, pre, a {
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
body {
font-size: 13px;
padding: 1em;
}
h1 {
font-size: 26px;
margin-bottom: 1em;
}
h2 {
font-size: 24px;
margin-bottom: 1em;
}
h3 {
font-size: 20px;
margin-bottom: 1em;
margin-top: 1em;
}
pre, code {
line-height: 1.5;
font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
}
pre {
margin-top: 0.5em;
}
h1, h2, h3, p {
font-family: Arial, sans serif;
}
h1, h2, h3 {
border-bottom: solid #CCC 1px;
}
.toc_element {
margin-top: 0.5em;
}
.firstline {
margin-left: 2 em;
}
.method {
margin-top: 1em;
border: solid 1px #CCC;
padding: 1em;
background: #EEE;
}
.details {
font-weight: bold;
font-size: 14px;
}
</style>
<h1><a href="doubleclicksearch_v2.html">Search Ads 360 API</a> . <a href="doubleclicksearch_v2.savedColumns.html">savedColumns</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="#list">list(agencyId, advertiserId, x__xgafv=None)</a></code></p>
<p class="firstline">Retrieve the list of saved columns for a specified advertiser.</p>
<h3>Method Details</h3>
<div class="method">
<code class="details" id="list">list(agencyId, advertiserId, x__xgafv=None)</code>
<pre>Retrieve the list of saved columns for a specified advertiser.
Args:
agencyId: string, DS ID of the agency. (required)
advertiserId: string, DS ID of the advertiser. (required)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{ # A list of saved columns. Advertisers create saved columns to report on Floodlight activities, Google Analytics goals, or custom KPIs. To request reports with saved columns, you&#x27;ll need the saved column names that are available from this list.
&quot;kind&quot;: &quot;A String&quot;, # Identifies this as a SavedColumnList resource. Value: the fixed string doubleclicksearch#savedColumnList.
&quot;items&quot;: [ # The saved columns being requested.
{ # A saved column
&quot;savedColumnName&quot;: &quot;A String&quot;, # The name of the saved column.
&quot;kind&quot;: &quot;A String&quot;, # Identifies this as a SavedColumn resource. Value: the fixed string doubleclicksearch#savedColumn.
&quot;type&quot;: &quot;A String&quot;, # The type of data this saved column will produce.
},
],
}</pre>
</div>
</body></html>