blob: 83e366fc4309ca98f1c5376fb4ac7815ebed0022 [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">DoubleClick Search 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)</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)</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)
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'll need the saved column names that are available from this list.
"items": [ # The saved columns being requested.
{ # A saved column
"savedColumnName": "A String", # The name of the saved column.
"kind": "doubleclicksearch#savedColumn", # Identifies this as a SavedColumn resource. Value: the fixed string doubleclicksearch#savedColumn.
"type": "A String", # The type of data this saved column will produce.
},
],
"kind": "doubleclicksearch#savedColumnList", # Identifies this as a SavedColumnList resource. Value: the fixed string doubleclicksearch#savedColumnList.
}</pre>
</div>
</body></html>