blob: 8b6ef97b8860761658d3e1a5d2940d8f6977f23f [file] [log] [blame]
Bu Sun Kim65020912020-05-20 12:08:20 -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="displayvideo_v1.html">Display & Video 360 API</a> . <a href="displayvideo_v1.floodlightGroups.html">floodlightGroups</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">
Bu Sun Kim65020912020-05-20 12:08:20 -070081 <code><a href="#get">get(floodlightGroupId, partnerId=None, x__xgafv=None)</a></code></p>
82<p class="firstline">Gets a Floodlight group.</p>
83<p class="toc_element">
Bu Sun Kimd059ad82020-07-22 17:02:09 -070084 <code><a href="#patch">patch(floodlightGroupId, body=None, updateMask=None, partnerId=None, x__xgafv=None)</a></code></p>
85<p class="firstline">Updates an existing Floodlight group. Returns the updated Floodlight group if successful.</p>
Bu Sun Kim65020912020-05-20 12:08:20 -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">
Bu Sun Kim65020912020-05-20 12:08:20 -070093 <code class="details" id="get">get(floodlightGroupId, partnerId=None, x__xgafv=None)</code>
94 <pre>Gets a Floodlight group.
95
96Args:
97 floodlightGroupId: string, Required. The ID of the Floodlight group to fetch. (required)
98 partnerId: string, Required. The partner context by which the Floodlight group is being accessed.
99 x__xgafv: string, V1 error format.
100 Allowed values
101 1 - v1 error format
102 2 - v2 error format
103
104Returns:
105 An object of the form:
106
107 { # A single Floodlight group.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800108 &quot;displayName&quot;: &quot;A String&quot;, # Required. The display name of the Floodlight group.
109 &quot;customVariables&quot;: { # User-defined custom variables owned by the Floodlight group. Use custom Floodlight variables to create reporting data that is tailored to your unique business needs. Custom Floodlight variables use the keys `U1=`, `U2=`, and so on, and can take any values that you choose to pass to them. You can use them to track virtually any type of data that you collect about your customers, such as the genre of movie that a customer purchases, the country to which the item is shipped, and so on. Custom Floodlight variables may not be used to pass any data that could be used or recognized as personally identifiable information (PII). Example: `custom_variables { fields { &quot;U1&quot;: value { number_value: 123.4 }, &quot;U2&quot;: value { string_value: &quot;MyVariable2&quot; }, &quot;U3&quot;: value { string_value: &quot;MyVariable3&quot; } } }` Acceptable values for keys are &quot;U1&quot; through &quot;U100&quot;, inclusive. String values must be less than 64 characters long, and cannot contain the following characters: `&quot;&lt;&gt;`.
110 &quot;a_key&quot;: &quot;&quot;, # Properties of the object.
111 },
112 &quot;floodlightGroupId&quot;: &quot;A String&quot;, # Output only. The unique ID of the Floodlight group. Assigned by the system.
113 &quot;lookbackWindow&quot;: { # Specifies how many days into the past to look when determining whether to record a conversion. # Required. The lookback window for the Floodlight group. Both click_days and impression_days are required. Acceptable values for both are `0` to `90`, inclusive.
114 &quot;impressionDays&quot;: 42, # Lookback window, in days, from the last time a given user viewed one of your ads.
115 &quot;clickDays&quot;: 42, # Lookback window, in days, from the last time a given user clicked on one of your ads.
116 },
117 &quot;webTagType&quot;: &quot;A String&quot;, # Required. The web tag type enabled for the Floodlight group.
118 &quot;activeViewConfig&quot;: { # Configuration for custom Active View video viewability metrics. # The Active View video viewability metric configuration for the Floodlight group.
119 &quot;minimumQuartile&quot;: &quot;A String&quot;, # The minimum visible video duration required, based on the video quartiles, in order for an impression to be recorded. You must specify minimum_duration, minimum_quartile or both. If both are specified, an impression meets the metric criteria if either requirement is met (whichever happens first).
120 &quot;displayName&quot;: &quot;A String&quot;, # Required. The display name of the custom metric.
121 &quot;minimumViewability&quot;: &quot;A String&quot;, # Required. The minimum percentage of the video ad&#x27;s pixels visible on the screen in order for an impression to be recorded.
122 &quot;minimumVolume&quot;: &quot;A String&quot;, # Required. The minimum percentage of the video ad&#x27;s volume required in order for an impression to be recorded.
123 &quot;minimumDuration&quot;: &quot;A String&quot;, # The minimum visible video duration required (in seconds) in order for an impression to be recorded. You must specify minimum_duration, minimum_quartile or both. If both are specified, an impression meets the metric criteria if either requirement is met (whichever happens first).
124 },
125 &quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the Floodlight group.
126 }</pre>
Bu Sun Kim65020912020-05-20 12:08:20 -0700127</div>
128
129<div class="method">
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700130 <code class="details" id="patch">patch(floodlightGroupId, body=None, updateMask=None, partnerId=None, x__xgafv=None)</code>
131 <pre>Updates an existing Floodlight group. Returns the updated Floodlight group if successful.
Bu Sun Kim65020912020-05-20 12:08:20 -0700132
133Args:
134 floodlightGroupId: string, Output only. The unique ID of the Floodlight group. Assigned by the system. (required)
135 body: object, The request body.
136 The object takes the form of:
137
138{ # A single Floodlight group.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800139 &quot;displayName&quot;: &quot;A String&quot;, # Required. The display name of the Floodlight group.
140 &quot;customVariables&quot;: { # User-defined custom variables owned by the Floodlight group. Use custom Floodlight variables to create reporting data that is tailored to your unique business needs. Custom Floodlight variables use the keys `U1=`, `U2=`, and so on, and can take any values that you choose to pass to them. You can use them to track virtually any type of data that you collect about your customers, such as the genre of movie that a customer purchases, the country to which the item is shipped, and so on. Custom Floodlight variables may not be used to pass any data that could be used or recognized as personally identifiable information (PII). Example: `custom_variables { fields { &quot;U1&quot;: value { number_value: 123.4 }, &quot;U2&quot;: value { string_value: &quot;MyVariable2&quot; }, &quot;U3&quot;: value { string_value: &quot;MyVariable3&quot; } } }` Acceptable values for keys are &quot;U1&quot; through &quot;U100&quot;, inclusive. String values must be less than 64 characters long, and cannot contain the following characters: `&quot;&lt;&gt;`.
141 &quot;a_key&quot;: &quot;&quot;, # Properties of the object.
142 },
143 &quot;floodlightGroupId&quot;: &quot;A String&quot;, # Output only. The unique ID of the Floodlight group. Assigned by the system.
144 &quot;lookbackWindow&quot;: { # Specifies how many days into the past to look when determining whether to record a conversion. # Required. The lookback window for the Floodlight group. Both click_days and impression_days are required. Acceptable values for both are `0` to `90`, inclusive.
145 &quot;impressionDays&quot;: 42, # Lookback window, in days, from the last time a given user viewed one of your ads.
146 &quot;clickDays&quot;: 42, # Lookback window, in days, from the last time a given user clicked on one of your ads.
147 },
148 &quot;webTagType&quot;: &quot;A String&quot;, # Required. The web tag type enabled for the Floodlight group.
149 &quot;activeViewConfig&quot;: { # Configuration for custom Active View video viewability metrics. # The Active View video viewability metric configuration for the Floodlight group.
150 &quot;minimumQuartile&quot;: &quot;A String&quot;, # The minimum visible video duration required, based on the video quartiles, in order for an impression to be recorded. You must specify minimum_duration, minimum_quartile or both. If both are specified, an impression meets the metric criteria if either requirement is met (whichever happens first).
151 &quot;displayName&quot;: &quot;A String&quot;, # Required. The display name of the custom metric.
152 &quot;minimumViewability&quot;: &quot;A String&quot;, # Required. The minimum percentage of the video ad&#x27;s pixels visible on the screen in order for an impression to be recorded.
153 &quot;minimumVolume&quot;: &quot;A String&quot;, # Required. The minimum percentage of the video ad&#x27;s volume required in order for an impression to be recorded.
154 &quot;minimumDuration&quot;: &quot;A String&quot;, # The minimum visible video duration required (in seconds) in order for an impression to be recorded. You must specify minimum_duration, minimum_quartile or both. If both are specified, an impression meets the metric criteria if either requirement is met (whichever happens first).
155 },
156 &quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the Floodlight group.
157 }
Bu Sun Kim65020912020-05-20 12:08:20 -0700158
Bu Sun Kim65020912020-05-20 12:08:20 -0700159 updateMask: string, Required. The mask to control which fields to update.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700160 partnerId: string, Required. The partner context by which the Floodlight group is being accessed.
Bu Sun Kim65020912020-05-20 12:08:20 -0700161 x__xgafv: string, V1 error format.
162 Allowed values
163 1 - v1 error format
164 2 - v2 error format
165
166Returns:
167 An object of the form:
168
169 { # A single Floodlight group.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800170 &quot;displayName&quot;: &quot;A String&quot;, # Required. The display name of the Floodlight group.
171 &quot;customVariables&quot;: { # User-defined custom variables owned by the Floodlight group. Use custom Floodlight variables to create reporting data that is tailored to your unique business needs. Custom Floodlight variables use the keys `U1=`, `U2=`, and so on, and can take any values that you choose to pass to them. You can use them to track virtually any type of data that you collect about your customers, such as the genre of movie that a customer purchases, the country to which the item is shipped, and so on. Custom Floodlight variables may not be used to pass any data that could be used or recognized as personally identifiable information (PII). Example: `custom_variables { fields { &quot;U1&quot;: value { number_value: 123.4 }, &quot;U2&quot;: value { string_value: &quot;MyVariable2&quot; }, &quot;U3&quot;: value { string_value: &quot;MyVariable3&quot; } } }` Acceptable values for keys are &quot;U1&quot; through &quot;U100&quot;, inclusive. String values must be less than 64 characters long, and cannot contain the following characters: `&quot;&lt;&gt;`.
172 &quot;a_key&quot;: &quot;&quot;, # Properties of the object.
173 },
174 &quot;floodlightGroupId&quot;: &quot;A String&quot;, # Output only. The unique ID of the Floodlight group. Assigned by the system.
175 &quot;lookbackWindow&quot;: { # Specifies how many days into the past to look when determining whether to record a conversion. # Required. The lookback window for the Floodlight group. Both click_days and impression_days are required. Acceptable values for both are `0` to `90`, inclusive.
176 &quot;impressionDays&quot;: 42, # Lookback window, in days, from the last time a given user viewed one of your ads.
177 &quot;clickDays&quot;: 42, # Lookback window, in days, from the last time a given user clicked on one of your ads.
178 },
179 &quot;webTagType&quot;: &quot;A String&quot;, # Required. The web tag type enabled for the Floodlight group.
180 &quot;activeViewConfig&quot;: { # Configuration for custom Active View video viewability metrics. # The Active View video viewability metric configuration for the Floodlight group.
181 &quot;minimumQuartile&quot;: &quot;A String&quot;, # The minimum visible video duration required, based on the video quartiles, in order for an impression to be recorded. You must specify minimum_duration, minimum_quartile or both. If both are specified, an impression meets the metric criteria if either requirement is met (whichever happens first).
182 &quot;displayName&quot;: &quot;A String&quot;, # Required. The display name of the custom metric.
183 &quot;minimumViewability&quot;: &quot;A String&quot;, # Required. The minimum percentage of the video ad&#x27;s pixels visible on the screen in order for an impression to be recorded.
184 &quot;minimumVolume&quot;: &quot;A String&quot;, # Required. The minimum percentage of the video ad&#x27;s volume required in order for an impression to be recorded.
185 &quot;minimumDuration&quot;: &quot;A String&quot;, # The minimum visible video duration required (in seconds) in order for an impression to be recorded. You must specify minimum_duration, minimum_quartile or both. If both are specified, an impression meets the metric criteria if either requirement is met (whichever happens first).
186 },
187 &quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the Floodlight group.
188 }</pre>
Bu Sun Kim65020912020-05-20 12:08:20 -0700189</div>
190
191</body></html>