blob: 445a1788e0a7e3a42456090c94a677528ff6cf28 [file] [log] [blame]
Takashi Matsuo06694102015-09-11 13:55:40 -07001<html><body>
2<style>
3
4body, h1, h2, h3, div, span, p, pre, a {
5 margin: 0;
6 padding: 0;
7 border: 0;
8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
13}
14
15body {
16 font-size: 13px;
17 padding: 1em;
18}
19
20h1 {
21 font-size: 26px;
22 margin-bottom: 1em;
23}
24
25h2 {
26 font-size: 24px;
27 margin-bottom: 1em;
28}
29
30h3 {
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
34}
35
36pre, code {
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39}
40
41pre {
42 margin-top: 0.5em;
43}
44
45h1, h2, h3, p {
46 font-family: Arial, sans serif;
47}
48
49h1, h2, h3 {
50 border-bottom: solid #CCC 1px;
51}
52
53.toc_element {
54 margin-top: 0.5em;
55}
56
57.firstline {
58 margin-left: 2 em;
59}
60
61.method {
62 margin-top: 1em;
63 border: solid 1px #CCC;
64 padding: 1em;
65 background: #EEE;
66}
67
68.details {
69 font-weight: bold;
70 font-size: 14px;
71}
72
73</style>
74
75<h1><a href="adexchangebuyer_v1_4.html">Ad Exchange Buyer API</a> . <a href="adexchangebuyer_v1_4.marketplacenotes.html">marketplacenotes</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070078 <code><a href="#close">close()</a></code></p>
79<p class="firstline">Close httplib2 connections.</p>
80<p class="toc_element">
Dan O'Mearadd494642020-05-01 07:42:23 -070081 <code><a href="#insert">insert(proposalId, body=None)</a></code></p>
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -080082<p class="firstline">Add notes to the proposal</p>
Takashi Matsuo06694102015-09-11 13:55:40 -070083<p class="toc_element">
Jon Wayne Parrott7d5badb2016-08-16 12:44:29 -070084 <code><a href="#list">list(proposalId, pqlQuery=None)</a></code></p>
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -080085<p class="firstline">Get all the notes associated with a proposal</p>
Takashi Matsuo06694102015-09-11 13:55:40 -070086<h3>Method Details</h3>
87<div class="method">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070088 <code class="details" id="close">close()</code>
89 <pre>Close httplib2 connections.</pre>
90</div>
91
92<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -070093 <code class="details" id="insert">insert(proposalId, body=None)</code>
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -080094 <pre>Add notes to the proposal
Takashi Matsuo06694102015-09-11 13:55:40 -070095
96Args:
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -080097 proposalId: string, The proposalId to add notes for. (required)
Dan O'Mearadd494642020-05-01 07:42:23 -070098 body: object, The request body.
Takashi Matsuo06694102015-09-11 13:55:40 -070099 The object takes the form of:
100
101{
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800102 &quot;notes&quot;: [ # The list of notes to add.
103 { # A proposal is associated with a bunch of notes which may optionally be associated with a deal and/or revision number.
104 &quot;creatorRole&quot;: &quot;A String&quot;, # The role of the person (buyer/seller) creating the note. (readonly)
105 &quot;dealId&quot;: &quot;A String&quot;, # Notes can optionally be associated with a deal. (readonly, except on create)
106 &quot;kind&quot;: &quot;adexchangebuyer#marketplaceNote&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;adexchangebuyer#marketplaceNote&quot;.
107 &quot;note&quot;: &quot;A String&quot;, # The actual note to attach. (readonly, except on create)
108 &quot;noteId&quot;: &quot;A String&quot;, # The unique id for the note. (readonly)
109 &quot;proposalId&quot;: &quot;A String&quot;, # The proposalId that a note is attached to. (readonly)
110 &quot;proposalRevisionNumber&quot;: &quot;A String&quot;, # If the note is associated with a proposal revision number, then store that here. (readonly, except on create)
111 &quot;timestampMs&quot;: &quot;A String&quot;, # The timestamp (ms since epoch) that this note was created. (readonly)
112 },
113 ],
114}
Takashi Matsuo06694102015-09-11 13:55:40 -0700115
116
117Returns:
118 An object of the form:
119
120 {
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800121 &quot;notes&quot;: [
122 { # A proposal is associated with a bunch of notes which may optionally be associated with a deal and/or revision number.
123 &quot;creatorRole&quot;: &quot;A String&quot;, # The role of the person (buyer/seller) creating the note. (readonly)
124 &quot;dealId&quot;: &quot;A String&quot;, # Notes can optionally be associated with a deal. (readonly, except on create)
125 &quot;kind&quot;: &quot;adexchangebuyer#marketplaceNote&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;adexchangebuyer#marketplaceNote&quot;.
126 &quot;note&quot;: &quot;A String&quot;, # The actual note to attach. (readonly, except on create)
127 &quot;noteId&quot;: &quot;A String&quot;, # The unique id for the note. (readonly)
128 &quot;proposalId&quot;: &quot;A String&quot;, # The proposalId that a note is attached to. (readonly)
129 &quot;proposalRevisionNumber&quot;: &quot;A String&quot;, # If the note is associated with a proposal revision number, then store that here. (readonly, except on create)
130 &quot;timestampMs&quot;: &quot;A String&quot;, # The timestamp (ms since epoch) that this note was created. (readonly)
131 },
132 ],
133}</pre>
Takashi Matsuo06694102015-09-11 13:55:40 -0700134</div>
135
136<div class="method">
Jon Wayne Parrott7d5badb2016-08-16 12:44:29 -0700137 <code class="details" id="list">list(proposalId, pqlQuery=None)</code>
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -0800138 <pre>Get all the notes associated with a proposal
Takashi Matsuo06694102015-09-11 13:55:40 -0700139
140Args:
Bu Sun Kim65020912020-05-20 12:08:20 -0700141 proposalId: string, The proposalId to get notes for. To search across all proposals specify order_id = &#x27;-&#x27; as part of the URL. (required)
142 pqlQuery: string, Query string to retrieve specific notes. To search the text contents of notes, please use syntax like &quot;WHERE note.note = &quot;foo&quot; or &quot;WHERE note.note LIKE &quot;%bar%&quot;
Takashi Matsuo06694102015-09-11 13:55:40 -0700143
144Returns:
145 An object of the form:
146
147 {
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800148 &quot;notes&quot;: [ # The list of matching notes. The notes for a proposal are ordered from oldest to newest. If the notes span multiple proposals, they will be grouped by proposal, with the notes for the most recently modified proposal appearing first.
149 { # A proposal is associated with a bunch of notes which may optionally be associated with a deal and/or revision number.
150 &quot;creatorRole&quot;: &quot;A String&quot;, # The role of the person (buyer/seller) creating the note. (readonly)
151 &quot;dealId&quot;: &quot;A String&quot;, # Notes can optionally be associated with a deal. (readonly, except on create)
152 &quot;kind&quot;: &quot;adexchangebuyer#marketplaceNote&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;adexchangebuyer#marketplaceNote&quot;.
153 &quot;note&quot;: &quot;A String&quot;, # The actual note to attach. (readonly, except on create)
154 &quot;noteId&quot;: &quot;A String&quot;, # The unique id for the note. (readonly)
155 &quot;proposalId&quot;: &quot;A String&quot;, # The proposalId that a note is attached to. (readonly)
156 &quot;proposalRevisionNumber&quot;: &quot;A String&quot;, # If the note is associated with a proposal revision number, then store that here. (readonly, except on create)
157 &quot;timestampMs&quot;: &quot;A String&quot;, # The timestamp (ms since epoch) that this note was created. (readonly)
158 },
159 ],
160}</pre>
Takashi Matsuo06694102015-09-11 13:55:40 -0700161</div>
162
163</body></html>