blob: 126999390088cd286fa8ab9bdb928a56dade6543 [file] [log] [blame]
Bu Sun Kim673ec5c2020-11-16 11:05:03 -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="realtimebidding_v1.html">Real-time Bidding API</a> . <a href="realtimebidding_v1.bidders.html">bidders</a> . <a href="realtimebidding_v1.bidders.pretargetingConfigs.html">pretargetingConfigs</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
78 <code><a href="#activate">activate(name, body=None, x__xgafv=None)</a></code></p>
79<p class="firstline">Activates a pretargeting configuration.</p>
80<p class="toc_element">
81 <code><a href="#addTargetedApps">addTargetedApps(pretargetingConfig, body=None, x__xgafv=None)</a></code></p>
82<p class="firstline">Adds targeted apps to the pretargeting configuration.</p>
83<p class="toc_element">
84 <code><a href="#addTargetedPublishers">addTargetedPublishers(pretargetingConfig, body=None, x__xgafv=None)</a></code></p>
85<p class="firstline">Adds targeted publishers to the pretargeting config.</p>
86<p class="toc_element">
87 <code><a href="#addTargetedSites">addTargetedSites(pretargetingConfig, body=None, x__xgafv=None)</a></code></p>
88<p class="firstline">Adds targeted sites to the pretargeting configuration.</p>
89<p class="toc_element">
90 <code><a href="#close">close()</a></code></p>
91<p class="firstline">Close httplib2 connections.</p>
92<p class="toc_element">
93 <code><a href="#create">create(parent, body=None, x__xgafv=None)</a></code></p>
94<p class="firstline">Creates a pretargeting configuration. A pretargeting configuration's state (PretargetingConfig.state) is active upon creation, and it will start to affect traffic shortly after. A bidder may create a maximum of 10 pretargeting configurations. Attempts to exceed this maximum results in a 400 bad request error.</p>
95<p class="toc_element">
96 <code><a href="#delete">delete(name, x__xgafv=None)</a></code></p>
97<p class="firstline">Deletes a pretargeting configuration.</p>
98<p class="toc_element">
99 <code><a href="#get">get(name, x__xgafv=None)</a></code></p>
100<p class="firstline">Gets a pretargeting configuration.</p>
101<p class="toc_element">
102 <code><a href="#list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
103<p class="firstline">Lists all pretargeting configurations for a single bidder.</p>
104<p class="toc_element">
105 <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
106<p class="firstline">Retrieves the next page of results.</p>
107<p class="toc_element">
108 <code><a href="#patch">patch(name, body=None, updateMask=None, x__xgafv=None)</a></code></p>
109<p class="firstline">Updates a pretargeting configuration.</p>
110<p class="toc_element">
111 <code><a href="#removeTargetedApps">removeTargetedApps(pretargetingConfig, body=None, x__xgafv=None)</a></code></p>
112<p class="firstline">Removes targeted apps from the pretargeting configuration.</p>
113<p class="toc_element">
114 <code><a href="#removeTargetedPublishers">removeTargetedPublishers(pretargetingConfig, body=None, x__xgafv=None)</a></code></p>
115<p class="firstline">Removes targeted publishers from the pretargeting config.</p>
116<p class="toc_element">
117 <code><a href="#removeTargetedSites">removeTargetedSites(pretargetingConfig, body=None, x__xgafv=None)</a></code></p>
118<p class="firstline">Removes targeted sites from the pretargeting configuration.</p>
119<p class="toc_element">
120 <code><a href="#suspend">suspend(name, body=None, x__xgafv=None)</a></code></p>
121<p class="firstline">Suspends a pretargeting configuration.</p>
122<h3>Method Details</h3>
123<div class="method">
124 <code class="details" id="activate">activate(name, body=None, x__xgafv=None)</code>
125 <pre>Activates a pretargeting configuration.
126
127Args:
128 name: string, Required. The name of the pretargeting configuration. Format: bidders/{bidderAccountId}/pretargetingConfig/{configId} (required)
129 body: object, The request body.
130 The object takes the form of:
131
132{ # A request to activate a pretargeting configuration. Sets the configuration&#x27;s state to ACTIVE.
133 }
134
135 x__xgafv: string, V1 error format.
136 Allowed values
137 1 - v1 error format
138 2 - v2 error format
139
140Returns:
141 An object of the form:
142
143 { # Pretargeting configuration: a set of targeting dimensions applied at the pretargeting stage of the RTB funnel. These control which inventory a bidder will receive bid requests for.
144 &quot;webTargeting&quot;: { # Generic targeting with string values used in app, website and publisher targeting. # Targeting on a subset of site inventory. If WEB is listed in included_environments, the specified targeting is applied. A maximum of 50,000 site URLs can be targeted. An unset value for targeting allows all web-based bid requests to be sent. Sites can either be targeting positively (bid requests will be sent only if the destination site is listed in the targeting dimension) or negatively (bid requests will be sent only if the destination site is not listed in the pretargeting configuration).
145 &quot;values&quot;: [ # The values specified.
146 &quot;A String&quot;,
147 ],
148 &quot;targetingMode&quot;: &quot;A String&quot;, # How the items in this list should be targeted.
149 },
150 &quot;verticalTargeting&quot;: { # Generic targeting used for targeting dimensions that contain a list of included and excluded numeric IDs used in app, user list, geo, and vertical id targeting. # The verticals included or excluded in this configuration as defined in https://developers.google.com/authorized-buyers/rtb/downloads/publisher-verticals
151 &quot;includedIds&quot;: [ # The IDs included in a configuration.
152 &quot;A String&quot;,
153 ],
154 &quot;excludedIds&quot;: [ # The IDs excluded in a configuration.
155 &quot;A String&quot;,
156 ],
157 },
158 &quot;interstitialTargeting&quot;: &quot;A String&quot;, # The interstitial targeting specified for this configuration. The unset value will allow bid requests to be sent regardless of whether they are for interstitials or not.
159 &quot;allowedUserTargetingModes&quot;: [ # Targeting modes included by this configuration. A bid request must allow all the specified targeting modes. An unset value allows all bid requests to be sent, regardless of which targeting modes they allow.
160 &quot;A String&quot;,
161 ],
162 &quot;includedEnvironments&quot;: [ # Environments that are being included. Bid requests will not be sent for a given environment if it is not included. Further restrictions can be applied to included environments to target only a subset of its inventory. An unset value includes all environments.
163 &quot;A String&quot;,
164 ],
165 &quot;includedPlatforms&quot;: [ # The platforms included by this configration. Bid requests for devices with the specified platform types will be sent. An unset value allows all bid requests to be sent, regardless of platform.
166 &quot;A String&quot;,
167 ],
168 &quot;excludedContentLabelIds&quot;: [ # The sensitive content category label IDs excluded in this configuration. Bid requests for inventory with any of the specified content label IDs will not be sent. Refer to this file https://storage.googleapis.com/adx-rtb-dictionaries/content-labels.txt for category IDs.
169 &quot;A String&quot;,
170 ],
171 &quot;maximumQps&quot;: &quot;A String&quot;, # The maximum QPS threshold for this configuration. The bidder should receive no more than this number of bid requests matching this configuration per second across all their bidding endpoints among all trading locations. Further information available at https://developers.google.com/authorized-buyers/rtb/peer-guide
172 &quot;invalidGeoIds&quot;: [ # Output only. Existing included or excluded geos that are invalid. Previously targeted geos may become invalid due to privacy restrictions.
173 &quot;A String&quot;,
174 ],
175 &quot;displayName&quot;: &quot;A String&quot;, # The diplay name associated with this configuration. This name must be unique among all the pretargeting configurations a bidder has.
176 &quot;geoTargeting&quot;: { # Generic targeting used for targeting dimensions that contain a list of included and excluded numeric IDs used in app, user list, geo, and vertical id targeting. # The geos included or excluded in this configuration defined in https://storage.googleapis.com/adx-rtb-dictionaries/geo-table.csv
177 &quot;includedIds&quot;: [ # The IDs included in a configuration.
178 &quot;A String&quot;,
179 ],
180 &quot;excludedIds&quot;: [ # The IDs excluded in a configuration.
181 &quot;A String&quot;,
182 ],
183 },
184 &quot;state&quot;: &quot;A String&quot;, # Output only. The state of this pretargeting configuration.
185 &quot;userListTargeting&quot;: { # Generic targeting used for targeting dimensions that contain a list of included and excluded numeric IDs used in app, user list, geo, and vertical id targeting. # The remarketing lists included or excluded in this configuration as defined in UserList.
186 &quot;includedIds&quot;: [ # The IDs included in a configuration.
187 &quot;A String&quot;,
188 ],
189 &quot;excludedIds&quot;: [ # The IDs excluded in a configuration.
190 &quot;A String&quot;,
191 ],
192 },
193 &quot;publisherTargeting&quot;: { # Generic targeting with string values used in app, website and publisher targeting. # Targeting on a subset of publisher inventory. Publishers can either be targeted positively (bid requests will be sent only if the publisher is listed in the targeting dimension) or negatively (bid requests will be sent only if the publisher is not listed in the targeting dimension). A maximum of 10,000 publisher IDs can be targeted. Publisher IDs are found in [ads.txt](https://iabtechlab.com/ads-txt/) / [app-ads.txt](https://iabtechlab.com/app-ads-txt/) and in bid requests in the `BidRequest.publisher_id` field on the [Google RTB protocol](https://developers.google.com/authorized-buyers/rtb/downloads/realtime-bidding-proto) or the `BidRequest.site.publisher.id` / `BidRequest.app.publisher.id` field on the [OpenRTB protocol](https://developers.google.com/authorized-buyers/rtb/downloads/openrtb-adx-proto).
194 &quot;values&quot;: [ # The values specified.
195 &quot;A String&quot;,
196 ],
197 &quot;targetingMode&quot;: &quot;A String&quot;, # How the items in this list should be targeted.
198 },
199 &quot;billingId&quot;: &quot;A String&quot;, # Output only. The identifier that corresponds to this pretargeting configuration that helps buyers track and attribute their spend across their own arbitrary divisions. If a bid request matches more than one configuration, the buyer chooses which billing_id to attribute each of their bids.
200 &quot;minimumViewabilityDecile&quot;: 42, # The targeted minimum viewability decile, ranging in values [0, 10]. A value of 5 means that the configuration will only match adslots for which we predict at least 50% viewability. Values &gt; 10 will be rounded down to 10. An unset value or a value of 0 indicates that bid requests will be sent regardless of viewability.
201 &quot;appTargeting&quot;: { # A subset of app inventory to target. Bid requests that match criteria in at least one of the specified dimensions will be sent. # Targeting on a subset of app inventory. If APP is listed in targeted_environments, the specified targeting is applied. A maximum of 30,000 app IDs can be targeted. An unset value for targeting allows all app-based bid requests to be sent. Apps can either be targeting positively (bid requests will be sent only if the destination app is listed in the targeting dimension) or negatively (bid requests will be sent only if the destination app is not listed in the targeting dimension).
202 &quot;mobileAppCategoryTargeting&quot;: { # Generic targeting used for targeting dimensions that contain a list of included and excluded numeric IDs used in app, user list, geo, and vertical id targeting. # Lists of included and excluded mobile app categories as defined in https://developers.google.com/adwords/api/docs/appendix/mobileappcategories.csv.
203 &quot;includedIds&quot;: [ # The IDs included in a configuration.
204 &quot;A String&quot;,
205 ],
206 &quot;excludedIds&quot;: [ # The IDs excluded in a configuration.
207 &quot;A String&quot;,
208 ],
209 },
210 &quot;mobileAppTargeting&quot;: { # Generic targeting with string values used in app, website and publisher targeting. # Targeted app IDs. App IDs can refer to those found in an app store or ones that are not published in an app store. A maximum of 30,000 app IDs can be targeted.
211 &quot;values&quot;: [ # The values specified.
212 &quot;A String&quot;,
213 ],
214 &quot;targetingMode&quot;: &quot;A String&quot;, # How the items in this list should be targeted.
215 },
216 },
217 &quot;includedUserIdTypes&quot;: [ # User identifier types included in this configuration. At least one of the user identifier types specified in this list must be available for the bid request to be sent.
218 &quot;A String&quot;,
219 ],
220 &quot;name&quot;: &quot;A String&quot;, # Output only. Name of the pretargeting configuration that must follow the pattern `bidders/{bidder_account_id}/pretargetingConfigs/{config_id}`
221 &quot;includedMobileOperatingSystemIds&quot;: [ # The mobile operating systems included in this configuration as defined in https://storage.googleapis.com/adx-rtb-dictionaries/mobile-os.csv
222 &quot;A String&quot;,
223 ],
224 &quot;includedLanguages&quot;: [ # The languages included in this configuration, represented by their language code. See https://developers.google.com/adwords/api/docs/appendix/languagecodes.
225 &quot;A String&quot;,
226 ],
227 &quot;includedFormats&quot;: [ # Creative formats included by this configuration. Only bid requests eligible for at least one of the specified creative formats will be sent. An unset value will allow all bid requests to be sent, regardless of format.
228 &quot;A String&quot;,
229 ],
230 &quot;includedCreativeDimensions&quot;: [ # Creative dimensions included by this configuration. Only bid requests eligible for at least one of the specified creative dimensions will be sent. An unset value allows all bid requests to be sent, regardless of creative dimension.
231 { # The dimensions of a creative. This applies to only HTML and Native creatives.
232 &quot;width&quot;: &quot;A String&quot;, # The width of the creative in pixels.
233 &quot;height&quot;: &quot;A String&quot;, # The height of the creative in pixels.
234 },
235 ],
236 }</pre>
237</div>
238
239<div class="method">
240 <code class="details" id="addTargetedApps">addTargetedApps(pretargetingConfig, body=None, x__xgafv=None)</code>
241 <pre>Adds targeted apps to the pretargeting configuration.
242
243Args:
244 pretargetingConfig: string, Required. The name of the pretargeting configuration. Format: bidders/{bidderAccountId}/pretargetingConfig/{configId} (required)
245 body: object, The request body.
246 The object takes the form of:
247
248{ # A request to start targeting the provided app IDs in a specific pretargeting configuration. The pretargeting configuration itself specifies how these apps are targeted. in PretargetingConfig.appTargeting.mobileAppTargeting.
249 &quot;targetingMode&quot;: &quot;A String&quot;, # Required. The targeting mode that should be applied to the list of app IDs. If there are existing targeted app IDs, must be equal to the existing PretargetingConfig.appTargeting.mobileAppTargeting.targetingMode or a 400 bad request error will be returned.
250 &quot;appIds&quot;: [ # A list of app IDs to target in the pretargeting configuration. These values will be added to the list of targeted app IDs in PretargetingConfig.appTargeting.mobileAppTargeting.values.
251 &quot;A String&quot;,
252 ],
253 }
254
255 x__xgafv: string, V1 error format.
256 Allowed values
257 1 - v1 error format
258 2 - v2 error format
259
260Returns:
261 An object of the form:
262
263 { # Pretargeting configuration: a set of targeting dimensions applied at the pretargeting stage of the RTB funnel. These control which inventory a bidder will receive bid requests for.
264 &quot;webTargeting&quot;: { # Generic targeting with string values used in app, website and publisher targeting. # Targeting on a subset of site inventory. If WEB is listed in included_environments, the specified targeting is applied. A maximum of 50,000 site URLs can be targeted. An unset value for targeting allows all web-based bid requests to be sent. Sites can either be targeting positively (bid requests will be sent only if the destination site is listed in the targeting dimension) or negatively (bid requests will be sent only if the destination site is not listed in the pretargeting configuration).
265 &quot;values&quot;: [ # The values specified.
266 &quot;A String&quot;,
267 ],
268 &quot;targetingMode&quot;: &quot;A String&quot;, # How the items in this list should be targeted.
269 },
270 &quot;verticalTargeting&quot;: { # Generic targeting used for targeting dimensions that contain a list of included and excluded numeric IDs used in app, user list, geo, and vertical id targeting. # The verticals included or excluded in this configuration as defined in https://developers.google.com/authorized-buyers/rtb/downloads/publisher-verticals
271 &quot;includedIds&quot;: [ # The IDs included in a configuration.
272 &quot;A String&quot;,
273 ],
274 &quot;excludedIds&quot;: [ # The IDs excluded in a configuration.
275 &quot;A String&quot;,
276 ],
277 },
278 &quot;interstitialTargeting&quot;: &quot;A String&quot;, # The interstitial targeting specified for this configuration. The unset value will allow bid requests to be sent regardless of whether they are for interstitials or not.
279 &quot;allowedUserTargetingModes&quot;: [ # Targeting modes included by this configuration. A bid request must allow all the specified targeting modes. An unset value allows all bid requests to be sent, regardless of which targeting modes they allow.
280 &quot;A String&quot;,
281 ],
282 &quot;includedEnvironments&quot;: [ # Environments that are being included. Bid requests will not be sent for a given environment if it is not included. Further restrictions can be applied to included environments to target only a subset of its inventory. An unset value includes all environments.
283 &quot;A String&quot;,
284 ],
285 &quot;includedPlatforms&quot;: [ # The platforms included by this configration. Bid requests for devices with the specified platform types will be sent. An unset value allows all bid requests to be sent, regardless of platform.
286 &quot;A String&quot;,
287 ],
288 &quot;excludedContentLabelIds&quot;: [ # The sensitive content category label IDs excluded in this configuration. Bid requests for inventory with any of the specified content label IDs will not be sent. Refer to this file https://storage.googleapis.com/adx-rtb-dictionaries/content-labels.txt for category IDs.
289 &quot;A String&quot;,
290 ],
291 &quot;maximumQps&quot;: &quot;A String&quot;, # The maximum QPS threshold for this configuration. The bidder should receive no more than this number of bid requests matching this configuration per second across all their bidding endpoints among all trading locations. Further information available at https://developers.google.com/authorized-buyers/rtb/peer-guide
292 &quot;invalidGeoIds&quot;: [ # Output only. Existing included or excluded geos that are invalid. Previously targeted geos may become invalid due to privacy restrictions.
293 &quot;A String&quot;,
294 ],
295 &quot;displayName&quot;: &quot;A String&quot;, # The diplay name associated with this configuration. This name must be unique among all the pretargeting configurations a bidder has.
296 &quot;geoTargeting&quot;: { # Generic targeting used for targeting dimensions that contain a list of included and excluded numeric IDs used in app, user list, geo, and vertical id targeting. # The geos included or excluded in this configuration defined in https://storage.googleapis.com/adx-rtb-dictionaries/geo-table.csv
297 &quot;includedIds&quot;: [ # The IDs included in a configuration.
298 &quot;A String&quot;,
299 ],
300 &quot;excludedIds&quot;: [ # The IDs excluded in a configuration.
301 &quot;A String&quot;,
302 ],
303 },
304 &quot;state&quot;: &quot;A String&quot;, # Output only. The state of this pretargeting configuration.
305 &quot;userListTargeting&quot;: { # Generic targeting used for targeting dimensions that contain a list of included and excluded numeric IDs used in app, user list, geo, and vertical id targeting. # The remarketing lists included or excluded in this configuration as defined in UserList.
306 &quot;includedIds&quot;: [ # The IDs included in a configuration.
307 &quot;A String&quot;,
308 ],
309 &quot;excludedIds&quot;: [ # The IDs excluded in a configuration.
310 &quot;A String&quot;,
311 ],
312 },
313 &quot;publisherTargeting&quot;: { # Generic targeting with string values used in app, website and publisher targeting. # Targeting on a subset of publisher inventory. Publishers can either be targeted positively (bid requests will be sent only if the publisher is listed in the targeting dimension) or negatively (bid requests will be sent only if the publisher is not listed in the targeting dimension). A maximum of 10,000 publisher IDs can be targeted. Publisher IDs are found in [ads.txt](https://iabtechlab.com/ads-txt/) / [app-ads.txt](https://iabtechlab.com/app-ads-txt/) and in bid requests in the `BidRequest.publisher_id` field on the [Google RTB protocol](https://developers.google.com/authorized-buyers/rtb/downloads/realtime-bidding-proto) or the `BidRequest.site.publisher.id` / `BidRequest.app.publisher.id` field on the [OpenRTB protocol](https://developers.google.com/authorized-buyers/rtb/downloads/openrtb-adx-proto).
314 &quot;values&quot;: [ # The values specified.
315 &quot;A String&quot;,
316 ],
317 &quot;targetingMode&quot;: &quot;A String&quot;, # How the items in this list should be targeted.
318 },
319 &quot;billingId&quot;: &quot;A String&quot;, # Output only. The identifier that corresponds to this pretargeting configuration that helps buyers track and attribute their spend across their own arbitrary divisions. If a bid request matches more than one configuration, the buyer chooses which billing_id to attribute each of their bids.
320 &quot;minimumViewabilityDecile&quot;: 42, # The targeted minimum viewability decile, ranging in values [0, 10]. A value of 5 means that the configuration will only match adslots for which we predict at least 50% viewability. Values &gt; 10 will be rounded down to 10. An unset value or a value of 0 indicates that bid requests will be sent regardless of viewability.
321 &quot;appTargeting&quot;: { # A subset of app inventory to target. Bid requests that match criteria in at least one of the specified dimensions will be sent. # Targeting on a subset of app inventory. If APP is listed in targeted_environments, the specified targeting is applied. A maximum of 30,000 app IDs can be targeted. An unset value for targeting allows all app-based bid requests to be sent. Apps can either be targeting positively (bid requests will be sent only if the destination app is listed in the targeting dimension) or negatively (bid requests will be sent only if the destination app is not listed in the targeting dimension).
322 &quot;mobileAppCategoryTargeting&quot;: { # Generic targeting used for targeting dimensions that contain a list of included and excluded numeric IDs used in app, user list, geo, and vertical id targeting. # Lists of included and excluded mobile app categories as defined in https://developers.google.com/adwords/api/docs/appendix/mobileappcategories.csv.
323 &quot;includedIds&quot;: [ # The IDs included in a configuration.
324 &quot;A String&quot;,
325 ],
326 &quot;excludedIds&quot;: [ # The IDs excluded in a configuration.
327 &quot;A String&quot;,
328 ],
329 },
330 &quot;mobileAppTargeting&quot;: { # Generic targeting with string values used in app, website and publisher targeting. # Targeted app IDs. App IDs can refer to those found in an app store or ones that are not published in an app store. A maximum of 30,000 app IDs can be targeted.
331 &quot;values&quot;: [ # The values specified.
332 &quot;A String&quot;,
333 ],
334 &quot;targetingMode&quot;: &quot;A String&quot;, # How the items in this list should be targeted.
335 },
336 },
337 &quot;includedUserIdTypes&quot;: [ # User identifier types included in this configuration. At least one of the user identifier types specified in this list must be available for the bid request to be sent.
338 &quot;A String&quot;,
339 ],
340 &quot;name&quot;: &quot;A String&quot;, # Output only. Name of the pretargeting configuration that must follow the pattern `bidders/{bidder_account_id}/pretargetingConfigs/{config_id}`
341 &quot;includedMobileOperatingSystemIds&quot;: [ # The mobile operating systems included in this configuration as defined in https://storage.googleapis.com/adx-rtb-dictionaries/mobile-os.csv
342 &quot;A String&quot;,
343 ],
344 &quot;includedLanguages&quot;: [ # The languages included in this configuration, represented by their language code. See https://developers.google.com/adwords/api/docs/appendix/languagecodes.
345 &quot;A String&quot;,
346 ],
347 &quot;includedFormats&quot;: [ # Creative formats included by this configuration. Only bid requests eligible for at least one of the specified creative formats will be sent. An unset value will allow all bid requests to be sent, regardless of format.
348 &quot;A String&quot;,
349 ],
350 &quot;includedCreativeDimensions&quot;: [ # Creative dimensions included by this configuration. Only bid requests eligible for at least one of the specified creative dimensions will be sent. An unset value allows all bid requests to be sent, regardless of creative dimension.
351 { # The dimensions of a creative. This applies to only HTML and Native creatives.
352 &quot;width&quot;: &quot;A String&quot;, # The width of the creative in pixels.
353 &quot;height&quot;: &quot;A String&quot;, # The height of the creative in pixels.
354 },
355 ],
356 }</pre>
357</div>
358
359<div class="method">
360 <code class="details" id="addTargetedPublishers">addTargetedPublishers(pretargetingConfig, body=None, x__xgafv=None)</code>
361 <pre>Adds targeted publishers to the pretargeting config.
362
363Args:
364 pretargetingConfig: string, Required. The name of the pretargeting configuration. Format: bidders/{bidderAccountId}/pretargetingConfig/{configId} (required)
365 body: object, The request body.
366 The object takes the form of:
367
368{ # A request to start targeting the provided publishers in a specific pretargeting configuration. The pretargeting configuration itself specifies how these publishers are targeted in PretargetingConfig.publisherTargeting.
369 &quot;targetingMode&quot;: &quot;A String&quot;, # Required. The targeting mode that should be applied to the list of publisher IDs. If are existing publisher IDs, must be equal to the existing PretargetingConfig.publisherTargeting.targetingMode or a 400 bad request error will be returned.
370 &quot;publisherIds&quot;: [ # A list of publisher IDs to target in the pretargeting configuration. These values will be added to the list of targeted publisher IDs in PretargetingConfig.publisherTargeting.values. Publishers are identified by their publisher ID from ads.txt / app-ads.txt. See https://iabtechlab.com/ads-txt/ and https://iabtechlab.com/app-ads-txt/ for more details.
371 &quot;A String&quot;,
372 ],
373 }
374
375 x__xgafv: string, V1 error format.
376 Allowed values
377 1 - v1 error format
378 2 - v2 error format
379
380Returns:
381 An object of the form:
382
383 { # Pretargeting configuration: a set of targeting dimensions applied at the pretargeting stage of the RTB funnel. These control which inventory a bidder will receive bid requests for.
384 &quot;webTargeting&quot;: { # Generic targeting with string values used in app, website and publisher targeting. # Targeting on a subset of site inventory. If WEB is listed in included_environments, the specified targeting is applied. A maximum of 50,000 site URLs can be targeted. An unset value for targeting allows all web-based bid requests to be sent. Sites can either be targeting positively (bid requests will be sent only if the destination site is listed in the targeting dimension) or negatively (bid requests will be sent only if the destination site is not listed in the pretargeting configuration).
385 &quot;values&quot;: [ # The values specified.
386 &quot;A String&quot;,
387 ],
388 &quot;targetingMode&quot;: &quot;A String&quot;, # How the items in this list should be targeted.
389 },
390 &quot;verticalTargeting&quot;: { # Generic targeting used for targeting dimensions that contain a list of included and excluded numeric IDs used in app, user list, geo, and vertical id targeting. # The verticals included or excluded in this configuration as defined in https://developers.google.com/authorized-buyers/rtb/downloads/publisher-verticals
391 &quot;includedIds&quot;: [ # The IDs included in a configuration.
392 &quot;A String&quot;,
393 ],
394 &quot;excludedIds&quot;: [ # The IDs excluded in a configuration.
395 &quot;A String&quot;,
396 ],
397 },
398 &quot;interstitialTargeting&quot;: &quot;A String&quot;, # The interstitial targeting specified for this configuration. The unset value will allow bid requests to be sent regardless of whether they are for interstitials or not.
399 &quot;allowedUserTargetingModes&quot;: [ # Targeting modes included by this configuration. A bid request must allow all the specified targeting modes. An unset value allows all bid requests to be sent, regardless of which targeting modes they allow.
400 &quot;A String&quot;,
401 ],
402 &quot;includedEnvironments&quot;: [ # Environments that are being included. Bid requests will not be sent for a given environment if it is not included. Further restrictions can be applied to included environments to target only a subset of its inventory. An unset value includes all environments.
403 &quot;A String&quot;,
404 ],
405 &quot;includedPlatforms&quot;: [ # The platforms included by this configration. Bid requests for devices with the specified platform types will be sent. An unset value allows all bid requests to be sent, regardless of platform.
406 &quot;A String&quot;,
407 ],
408 &quot;excludedContentLabelIds&quot;: [ # The sensitive content category label IDs excluded in this configuration. Bid requests for inventory with any of the specified content label IDs will not be sent. Refer to this file https://storage.googleapis.com/adx-rtb-dictionaries/content-labels.txt for category IDs.
409 &quot;A String&quot;,
410 ],
411 &quot;maximumQps&quot;: &quot;A String&quot;, # The maximum QPS threshold for this configuration. The bidder should receive no more than this number of bid requests matching this configuration per second across all their bidding endpoints among all trading locations. Further information available at https://developers.google.com/authorized-buyers/rtb/peer-guide
412 &quot;invalidGeoIds&quot;: [ # Output only. Existing included or excluded geos that are invalid. Previously targeted geos may become invalid due to privacy restrictions.
413 &quot;A String&quot;,
414 ],
415 &quot;displayName&quot;: &quot;A String&quot;, # The diplay name associated with this configuration. This name must be unique among all the pretargeting configurations a bidder has.
416 &quot;geoTargeting&quot;: { # Generic targeting used for targeting dimensions that contain a list of included and excluded numeric IDs used in app, user list, geo, and vertical id targeting. # The geos included or excluded in this configuration defined in https://storage.googleapis.com/adx-rtb-dictionaries/geo-table.csv
417 &quot;includedIds&quot;: [ # The IDs included in a configuration.
418 &quot;A String&quot;,
419 ],
420 &quot;excludedIds&quot;: [ # The IDs excluded in a configuration.
421 &quot;A String&quot;,
422 ],
423 },
424 &quot;state&quot;: &quot;A String&quot;, # Output only. The state of this pretargeting configuration.
425 &quot;userListTargeting&quot;: { # Generic targeting used for targeting dimensions that contain a list of included and excluded numeric IDs used in app, user list, geo, and vertical id targeting. # The remarketing lists included or excluded in this configuration as defined in UserList.
426 &quot;includedIds&quot;: [ # The IDs included in a configuration.
427 &quot;A String&quot;,
428 ],
429 &quot;excludedIds&quot;: [ # The IDs excluded in a configuration.
430 &quot;A String&quot;,
431 ],
432 },
433 &quot;publisherTargeting&quot;: { # Generic targeting with string values used in app, website and publisher targeting. # Targeting on a subset of publisher inventory. Publishers can either be targeted positively (bid requests will be sent only if the publisher is listed in the targeting dimension) or negatively (bid requests will be sent only if the publisher is not listed in the targeting dimension). A maximum of 10,000 publisher IDs can be targeted. Publisher IDs are found in [ads.txt](https://iabtechlab.com/ads-txt/) / [app-ads.txt](https://iabtechlab.com/app-ads-txt/) and in bid requests in the `BidRequest.publisher_id` field on the [Google RTB protocol](https://developers.google.com/authorized-buyers/rtb/downloads/realtime-bidding-proto) or the `BidRequest.site.publisher.id` / `BidRequest.app.publisher.id` field on the [OpenRTB protocol](https://developers.google.com/authorized-buyers/rtb/downloads/openrtb-adx-proto).
434 &quot;values&quot;: [ # The values specified.
435 &quot;A String&quot;,
436 ],
437 &quot;targetingMode&quot;: &quot;A String&quot;, # How the items in this list should be targeted.
438 },
439 &quot;billingId&quot;: &quot;A String&quot;, # Output only. The identifier that corresponds to this pretargeting configuration that helps buyers track and attribute their spend across their own arbitrary divisions. If a bid request matches more than one configuration, the buyer chooses which billing_id to attribute each of their bids.
440 &quot;minimumViewabilityDecile&quot;: 42, # The targeted minimum viewability decile, ranging in values [0, 10]. A value of 5 means that the configuration will only match adslots for which we predict at least 50% viewability. Values &gt; 10 will be rounded down to 10. An unset value or a value of 0 indicates that bid requests will be sent regardless of viewability.
441 &quot;appTargeting&quot;: { # A subset of app inventory to target. Bid requests that match criteria in at least one of the specified dimensions will be sent. # Targeting on a subset of app inventory. If APP is listed in targeted_environments, the specified targeting is applied. A maximum of 30,000 app IDs can be targeted. An unset value for targeting allows all app-based bid requests to be sent. Apps can either be targeting positively (bid requests will be sent only if the destination app is listed in the targeting dimension) or negatively (bid requests will be sent only if the destination app is not listed in the targeting dimension).
442 &quot;mobileAppCategoryTargeting&quot;: { # Generic targeting used for targeting dimensions that contain a list of included and excluded numeric IDs used in app, user list, geo, and vertical id targeting. # Lists of included and excluded mobile app categories as defined in https://developers.google.com/adwords/api/docs/appendix/mobileappcategories.csv.
443 &quot;includedIds&quot;: [ # The IDs included in a configuration.
444 &quot;A String&quot;,
445 ],
446 &quot;excludedIds&quot;: [ # The IDs excluded in a configuration.
447 &quot;A String&quot;,
448 ],
449 },
450 &quot;mobileAppTargeting&quot;: { # Generic targeting with string values used in app, website and publisher targeting. # Targeted app IDs. App IDs can refer to those found in an app store or ones that are not published in an app store. A maximum of 30,000 app IDs can be targeted.
451 &quot;values&quot;: [ # The values specified.
452 &quot;A String&quot;,
453 ],
454 &quot;targetingMode&quot;: &quot;A String&quot;, # How the items in this list should be targeted.
455 },
456 },
457 &quot;includedUserIdTypes&quot;: [ # User identifier types included in this configuration. At least one of the user identifier types specified in this list must be available for the bid request to be sent.
458 &quot;A String&quot;,
459 ],
460 &quot;name&quot;: &quot;A String&quot;, # Output only. Name of the pretargeting configuration that must follow the pattern `bidders/{bidder_account_id}/pretargetingConfigs/{config_id}`
461 &quot;includedMobileOperatingSystemIds&quot;: [ # The mobile operating systems included in this configuration as defined in https://storage.googleapis.com/adx-rtb-dictionaries/mobile-os.csv
462 &quot;A String&quot;,
463 ],
464 &quot;includedLanguages&quot;: [ # The languages included in this configuration, represented by their language code. See https://developers.google.com/adwords/api/docs/appendix/languagecodes.
465 &quot;A String&quot;,
466 ],
467 &quot;includedFormats&quot;: [ # Creative formats included by this configuration. Only bid requests eligible for at least one of the specified creative formats will be sent. An unset value will allow all bid requests to be sent, regardless of format.
468 &quot;A String&quot;,
469 ],
470 &quot;includedCreativeDimensions&quot;: [ # Creative dimensions included by this configuration. Only bid requests eligible for at least one of the specified creative dimensions will be sent. An unset value allows all bid requests to be sent, regardless of creative dimension.
471 { # The dimensions of a creative. This applies to only HTML and Native creatives.
472 &quot;width&quot;: &quot;A String&quot;, # The width of the creative in pixels.
473 &quot;height&quot;: &quot;A String&quot;, # The height of the creative in pixels.
474 },
475 ],
476 }</pre>
477</div>
478
479<div class="method">
480 <code class="details" id="addTargetedSites">addTargetedSites(pretargetingConfig, body=None, x__xgafv=None)</code>
481 <pre>Adds targeted sites to the pretargeting configuration.
482
483Args:
484 pretargetingConfig: string, Required. The name of the pretargeting configuration. Format: bidders/{bidderAccountId}/pretargetingConfig/{configId} (required)
485 body: object, The request body.
486 The object takes the form of:
487
488{ # A request to start targeting the provided sites in a specific pretargeting configuration. The pretargeting configuration itself specifies how these sites are targeted in PretargetingConfig.webTargeting.
489 &quot;targetingMode&quot;: &quot;A String&quot;, # Required. The targeting mode that should be applied to the list of site URLs. If there are existing targeted sites, must be equal to the existing PretargetingConfig.webTargeting.targetingMode or a 400 bad request error will be returned.
490 &quot;sites&quot;: [ # A list of site URLs to target in the pretargeting configuration. These values will be added to the list of targeted URLs in PretargetingConfig.webTargeting.values.
491 &quot;A String&quot;,
492 ],
493 }
494
495 x__xgafv: string, V1 error format.
496 Allowed values
497 1 - v1 error format
498 2 - v2 error format
499
500Returns:
501 An object of the form:
502
503 { # Pretargeting configuration: a set of targeting dimensions applied at the pretargeting stage of the RTB funnel. These control which inventory a bidder will receive bid requests for.
504 &quot;webTargeting&quot;: { # Generic targeting with string values used in app, website and publisher targeting. # Targeting on a subset of site inventory. If WEB is listed in included_environments, the specified targeting is applied. A maximum of 50,000 site URLs can be targeted. An unset value for targeting allows all web-based bid requests to be sent. Sites can either be targeting positively (bid requests will be sent only if the destination site is listed in the targeting dimension) or negatively (bid requests will be sent only if the destination site is not listed in the pretargeting configuration).
505 &quot;values&quot;: [ # The values specified.
506 &quot;A String&quot;,
507 ],
508 &quot;targetingMode&quot;: &quot;A String&quot;, # How the items in this list should be targeted.
509 },
510 &quot;verticalTargeting&quot;: { # Generic targeting used for targeting dimensions that contain a list of included and excluded numeric IDs used in app, user list, geo, and vertical id targeting. # The verticals included or excluded in this configuration as defined in https://developers.google.com/authorized-buyers/rtb/downloads/publisher-verticals
511 &quot;includedIds&quot;: [ # The IDs included in a configuration.
512 &quot;A String&quot;,
513 ],
514 &quot;excludedIds&quot;: [ # The IDs excluded in a configuration.
515 &quot;A String&quot;,
516 ],
517 },
518 &quot;interstitialTargeting&quot;: &quot;A String&quot;, # The interstitial targeting specified for this configuration. The unset value will allow bid requests to be sent regardless of whether they are for interstitials or not.
519 &quot;allowedUserTargetingModes&quot;: [ # Targeting modes included by this configuration. A bid request must allow all the specified targeting modes. An unset value allows all bid requests to be sent, regardless of which targeting modes they allow.
520 &quot;A String&quot;,
521 ],
522 &quot;includedEnvironments&quot;: [ # Environments that are being included. Bid requests will not be sent for a given environment if it is not included. Further restrictions can be applied to included environments to target only a subset of its inventory. An unset value includes all environments.
523 &quot;A String&quot;,
524 ],
525 &quot;includedPlatforms&quot;: [ # The platforms included by this configration. Bid requests for devices with the specified platform types will be sent. An unset value allows all bid requests to be sent, regardless of platform.
526 &quot;A String&quot;,
527 ],
528 &quot;excludedContentLabelIds&quot;: [ # The sensitive content category label IDs excluded in this configuration. Bid requests for inventory with any of the specified content label IDs will not be sent. Refer to this file https://storage.googleapis.com/adx-rtb-dictionaries/content-labels.txt for category IDs.
529 &quot;A String&quot;,
530 ],
531 &quot;maximumQps&quot;: &quot;A String&quot;, # The maximum QPS threshold for this configuration. The bidder should receive no more than this number of bid requests matching this configuration per second across all their bidding endpoints among all trading locations. Further information available at https://developers.google.com/authorized-buyers/rtb/peer-guide
532 &quot;invalidGeoIds&quot;: [ # Output only. Existing included or excluded geos that are invalid. Previously targeted geos may become invalid due to privacy restrictions.
533 &quot;A String&quot;,
534 ],
535 &quot;displayName&quot;: &quot;A String&quot;, # The diplay name associated with this configuration. This name must be unique among all the pretargeting configurations a bidder has.
536 &quot;geoTargeting&quot;: { # Generic targeting used for targeting dimensions that contain a list of included and excluded numeric IDs used in app, user list, geo, and vertical id targeting. # The geos included or excluded in this configuration defined in https://storage.googleapis.com/adx-rtb-dictionaries/geo-table.csv
537 &quot;includedIds&quot;: [ # The IDs included in a configuration.
538 &quot;A String&quot;,
539 ],
540 &quot;excludedIds&quot;: [ # The IDs excluded in a configuration.
541 &quot;A String&quot;,
542 ],
543 },
544 &quot;state&quot;: &quot;A String&quot;, # Output only. The state of this pretargeting configuration.
545 &quot;userListTargeting&quot;: { # Generic targeting used for targeting dimensions that contain a list of included and excluded numeric IDs used in app, user list, geo, and vertical id targeting. # The remarketing lists included or excluded in this configuration as defined in UserList.
546 &quot;includedIds&quot;: [ # The IDs included in a configuration.
547 &quot;A String&quot;,
548 ],
549 &quot;excludedIds&quot;: [ # The IDs excluded in a configuration.
550 &quot;A String&quot;,
551 ],
552 },
553 &quot;publisherTargeting&quot;: { # Generic targeting with string values used in app, website and publisher targeting. # Targeting on a subset of publisher inventory. Publishers can either be targeted positively (bid requests will be sent only if the publisher is listed in the targeting dimension) or negatively (bid requests will be sent only if the publisher is not listed in the targeting dimension). A maximum of 10,000 publisher IDs can be targeted. Publisher IDs are found in [ads.txt](https://iabtechlab.com/ads-txt/) / [app-ads.txt](https://iabtechlab.com/app-ads-txt/) and in bid requests in the `BidRequest.publisher_id` field on the [Google RTB protocol](https://developers.google.com/authorized-buyers/rtb/downloads/realtime-bidding-proto) or the `BidRequest.site.publisher.id` / `BidRequest.app.publisher.id` field on the [OpenRTB protocol](https://developers.google.com/authorized-buyers/rtb/downloads/openrtb-adx-proto).
554 &quot;values&quot;: [ # The values specified.
555 &quot;A String&quot;,
556 ],
557 &quot;targetingMode&quot;: &quot;A String&quot;, # How the items in this list should be targeted.
558 },
559 &quot;billingId&quot;: &quot;A String&quot;, # Output only. The identifier that corresponds to this pretargeting configuration that helps buyers track and attribute their spend across their own arbitrary divisions. If a bid request matches more than one configuration, the buyer chooses which billing_id to attribute each of their bids.
560 &quot;minimumViewabilityDecile&quot;: 42, # The targeted minimum viewability decile, ranging in values [0, 10]. A value of 5 means that the configuration will only match adslots for which we predict at least 50% viewability. Values &gt; 10 will be rounded down to 10. An unset value or a value of 0 indicates that bid requests will be sent regardless of viewability.
561 &quot;appTargeting&quot;: { # A subset of app inventory to target. Bid requests that match criteria in at least one of the specified dimensions will be sent. # Targeting on a subset of app inventory. If APP is listed in targeted_environments, the specified targeting is applied. A maximum of 30,000 app IDs can be targeted. An unset value for targeting allows all app-based bid requests to be sent. Apps can either be targeting positively (bid requests will be sent only if the destination app is listed in the targeting dimension) or negatively (bid requests will be sent only if the destination app is not listed in the targeting dimension).
562 &quot;mobileAppCategoryTargeting&quot;: { # Generic targeting used for targeting dimensions that contain a list of included and excluded numeric IDs used in app, user list, geo, and vertical id targeting. # Lists of included and excluded mobile app categories as defined in https://developers.google.com/adwords/api/docs/appendix/mobileappcategories.csv.
563 &quot;includedIds&quot;: [ # The IDs included in a configuration.
564 &quot;A String&quot;,
565 ],
566 &quot;excludedIds&quot;: [ # The IDs excluded in a configuration.
567 &quot;A String&quot;,
568 ],
569 },
570 &quot;mobileAppTargeting&quot;: { # Generic targeting with string values used in app, website and publisher targeting. # Targeted app IDs. App IDs can refer to those found in an app store or ones that are not published in an app store. A maximum of 30,000 app IDs can be targeted.
571 &quot;values&quot;: [ # The values specified.
572 &quot;A String&quot;,
573 ],
574 &quot;targetingMode&quot;: &quot;A String&quot;, # How the items in this list should be targeted.
575 },
576 },
577 &quot;includedUserIdTypes&quot;: [ # User identifier types included in this configuration. At least one of the user identifier types specified in this list must be available for the bid request to be sent.
578 &quot;A String&quot;,
579 ],
580 &quot;name&quot;: &quot;A String&quot;, # Output only. Name of the pretargeting configuration that must follow the pattern `bidders/{bidder_account_id}/pretargetingConfigs/{config_id}`
581 &quot;includedMobileOperatingSystemIds&quot;: [ # The mobile operating systems included in this configuration as defined in https://storage.googleapis.com/adx-rtb-dictionaries/mobile-os.csv
582 &quot;A String&quot;,
583 ],
584 &quot;includedLanguages&quot;: [ # The languages included in this configuration, represented by their language code. See https://developers.google.com/adwords/api/docs/appendix/languagecodes.
585 &quot;A String&quot;,
586 ],
587 &quot;includedFormats&quot;: [ # Creative formats included by this configuration. Only bid requests eligible for at least one of the specified creative formats will be sent. An unset value will allow all bid requests to be sent, regardless of format.
588 &quot;A String&quot;,
589 ],
590 &quot;includedCreativeDimensions&quot;: [ # Creative dimensions included by this configuration. Only bid requests eligible for at least one of the specified creative dimensions will be sent. An unset value allows all bid requests to be sent, regardless of creative dimension.
591 { # The dimensions of a creative. This applies to only HTML and Native creatives.
592 &quot;width&quot;: &quot;A String&quot;, # The width of the creative in pixels.
593 &quot;height&quot;: &quot;A String&quot;, # The height of the creative in pixels.
594 },
595 ],
596 }</pre>
597</div>
598
599<div class="method">
600 <code class="details" id="close">close()</code>
601 <pre>Close httplib2 connections.</pre>
602</div>
603
604<div class="method">
605 <code class="details" id="create">create(parent, body=None, x__xgafv=None)</code>
606 <pre>Creates a pretargeting configuration. A pretargeting configuration&#x27;s state (PretargetingConfig.state) is active upon creation, and it will start to affect traffic shortly after. A bidder may create a maximum of 10 pretargeting configurations. Attempts to exceed this maximum results in a 400 bad request error.
607
608Args:
609 parent: string, Required. Name of the bidder to create the pretargeting configuration for. Format: bidders/{bidderAccountId} (required)
610 body: object, The request body.
611 The object takes the form of:
612
613{ # Pretargeting configuration: a set of targeting dimensions applied at the pretargeting stage of the RTB funnel. These control which inventory a bidder will receive bid requests for.
614 &quot;webTargeting&quot;: { # Generic targeting with string values used in app, website and publisher targeting. # Targeting on a subset of site inventory. If WEB is listed in included_environments, the specified targeting is applied. A maximum of 50,000 site URLs can be targeted. An unset value for targeting allows all web-based bid requests to be sent. Sites can either be targeting positively (bid requests will be sent only if the destination site is listed in the targeting dimension) or negatively (bid requests will be sent only if the destination site is not listed in the pretargeting configuration).
615 &quot;values&quot;: [ # The values specified.
616 &quot;A String&quot;,
617 ],
618 &quot;targetingMode&quot;: &quot;A String&quot;, # How the items in this list should be targeted.
619 },
620 &quot;verticalTargeting&quot;: { # Generic targeting used for targeting dimensions that contain a list of included and excluded numeric IDs used in app, user list, geo, and vertical id targeting. # The verticals included or excluded in this configuration as defined in https://developers.google.com/authorized-buyers/rtb/downloads/publisher-verticals
621 &quot;includedIds&quot;: [ # The IDs included in a configuration.
622 &quot;A String&quot;,
623 ],
624 &quot;excludedIds&quot;: [ # The IDs excluded in a configuration.
625 &quot;A String&quot;,
626 ],
627 },
628 &quot;interstitialTargeting&quot;: &quot;A String&quot;, # The interstitial targeting specified for this configuration. The unset value will allow bid requests to be sent regardless of whether they are for interstitials or not.
629 &quot;allowedUserTargetingModes&quot;: [ # Targeting modes included by this configuration. A bid request must allow all the specified targeting modes. An unset value allows all bid requests to be sent, regardless of which targeting modes they allow.
630 &quot;A String&quot;,
631 ],
632 &quot;includedEnvironments&quot;: [ # Environments that are being included. Bid requests will not be sent for a given environment if it is not included. Further restrictions can be applied to included environments to target only a subset of its inventory. An unset value includes all environments.
633 &quot;A String&quot;,
634 ],
635 &quot;includedPlatforms&quot;: [ # The platforms included by this configration. Bid requests for devices with the specified platform types will be sent. An unset value allows all bid requests to be sent, regardless of platform.
636 &quot;A String&quot;,
637 ],
638 &quot;excludedContentLabelIds&quot;: [ # The sensitive content category label IDs excluded in this configuration. Bid requests for inventory with any of the specified content label IDs will not be sent. Refer to this file https://storage.googleapis.com/adx-rtb-dictionaries/content-labels.txt for category IDs.
639 &quot;A String&quot;,
640 ],
641 &quot;maximumQps&quot;: &quot;A String&quot;, # The maximum QPS threshold for this configuration. The bidder should receive no more than this number of bid requests matching this configuration per second across all their bidding endpoints among all trading locations. Further information available at https://developers.google.com/authorized-buyers/rtb/peer-guide
642 &quot;invalidGeoIds&quot;: [ # Output only. Existing included or excluded geos that are invalid. Previously targeted geos may become invalid due to privacy restrictions.
643 &quot;A String&quot;,
644 ],
645 &quot;displayName&quot;: &quot;A String&quot;, # The diplay name associated with this configuration. This name must be unique among all the pretargeting configurations a bidder has.
646 &quot;geoTargeting&quot;: { # Generic targeting used for targeting dimensions that contain a list of included and excluded numeric IDs used in app, user list, geo, and vertical id targeting. # The geos included or excluded in this configuration defined in https://storage.googleapis.com/adx-rtb-dictionaries/geo-table.csv
647 &quot;includedIds&quot;: [ # The IDs included in a configuration.
648 &quot;A String&quot;,
649 ],
650 &quot;excludedIds&quot;: [ # The IDs excluded in a configuration.
651 &quot;A String&quot;,
652 ],
653 },
654 &quot;state&quot;: &quot;A String&quot;, # Output only. The state of this pretargeting configuration.
655 &quot;userListTargeting&quot;: { # Generic targeting used for targeting dimensions that contain a list of included and excluded numeric IDs used in app, user list, geo, and vertical id targeting. # The remarketing lists included or excluded in this configuration as defined in UserList.
656 &quot;includedIds&quot;: [ # The IDs included in a configuration.
657 &quot;A String&quot;,
658 ],
659 &quot;excludedIds&quot;: [ # The IDs excluded in a configuration.
660 &quot;A String&quot;,
661 ],
662 },
663 &quot;publisherTargeting&quot;: { # Generic targeting with string values used in app, website and publisher targeting. # Targeting on a subset of publisher inventory. Publishers can either be targeted positively (bid requests will be sent only if the publisher is listed in the targeting dimension) or negatively (bid requests will be sent only if the publisher is not listed in the targeting dimension). A maximum of 10,000 publisher IDs can be targeted. Publisher IDs are found in [ads.txt](https://iabtechlab.com/ads-txt/) / [app-ads.txt](https://iabtechlab.com/app-ads-txt/) and in bid requests in the `BidRequest.publisher_id` field on the [Google RTB protocol](https://developers.google.com/authorized-buyers/rtb/downloads/realtime-bidding-proto) or the `BidRequest.site.publisher.id` / `BidRequest.app.publisher.id` field on the [OpenRTB protocol](https://developers.google.com/authorized-buyers/rtb/downloads/openrtb-adx-proto).
664 &quot;values&quot;: [ # The values specified.
665 &quot;A String&quot;,
666 ],
667 &quot;targetingMode&quot;: &quot;A String&quot;, # How the items in this list should be targeted.
668 },
669 &quot;billingId&quot;: &quot;A String&quot;, # Output only. The identifier that corresponds to this pretargeting configuration that helps buyers track and attribute their spend across their own arbitrary divisions. If a bid request matches more than one configuration, the buyer chooses which billing_id to attribute each of their bids.
670 &quot;minimumViewabilityDecile&quot;: 42, # The targeted minimum viewability decile, ranging in values [0, 10]. A value of 5 means that the configuration will only match adslots for which we predict at least 50% viewability. Values &gt; 10 will be rounded down to 10. An unset value or a value of 0 indicates that bid requests will be sent regardless of viewability.
671 &quot;appTargeting&quot;: { # A subset of app inventory to target. Bid requests that match criteria in at least one of the specified dimensions will be sent. # Targeting on a subset of app inventory. If APP is listed in targeted_environments, the specified targeting is applied. A maximum of 30,000 app IDs can be targeted. An unset value for targeting allows all app-based bid requests to be sent. Apps can either be targeting positively (bid requests will be sent only if the destination app is listed in the targeting dimension) or negatively (bid requests will be sent only if the destination app is not listed in the targeting dimension).
672 &quot;mobileAppCategoryTargeting&quot;: { # Generic targeting used for targeting dimensions that contain a list of included and excluded numeric IDs used in app, user list, geo, and vertical id targeting. # Lists of included and excluded mobile app categories as defined in https://developers.google.com/adwords/api/docs/appendix/mobileappcategories.csv.
673 &quot;includedIds&quot;: [ # The IDs included in a configuration.
674 &quot;A String&quot;,
675 ],
676 &quot;excludedIds&quot;: [ # The IDs excluded in a configuration.
677 &quot;A String&quot;,
678 ],
679 },
680 &quot;mobileAppTargeting&quot;: { # Generic targeting with string values used in app, website and publisher targeting. # Targeted app IDs. App IDs can refer to those found in an app store or ones that are not published in an app store. A maximum of 30,000 app IDs can be targeted.
681 &quot;values&quot;: [ # The values specified.
682 &quot;A String&quot;,
683 ],
684 &quot;targetingMode&quot;: &quot;A String&quot;, # How the items in this list should be targeted.
685 },
686 },
687 &quot;includedUserIdTypes&quot;: [ # User identifier types included in this configuration. At least one of the user identifier types specified in this list must be available for the bid request to be sent.
688 &quot;A String&quot;,
689 ],
690 &quot;name&quot;: &quot;A String&quot;, # Output only. Name of the pretargeting configuration that must follow the pattern `bidders/{bidder_account_id}/pretargetingConfigs/{config_id}`
691 &quot;includedMobileOperatingSystemIds&quot;: [ # The mobile operating systems included in this configuration as defined in https://storage.googleapis.com/adx-rtb-dictionaries/mobile-os.csv
692 &quot;A String&quot;,
693 ],
694 &quot;includedLanguages&quot;: [ # The languages included in this configuration, represented by their language code. See https://developers.google.com/adwords/api/docs/appendix/languagecodes.
695 &quot;A String&quot;,
696 ],
697 &quot;includedFormats&quot;: [ # Creative formats included by this configuration. Only bid requests eligible for at least one of the specified creative formats will be sent. An unset value will allow all bid requests to be sent, regardless of format.
698 &quot;A String&quot;,
699 ],
700 &quot;includedCreativeDimensions&quot;: [ # Creative dimensions included by this configuration. Only bid requests eligible for at least one of the specified creative dimensions will be sent. An unset value allows all bid requests to be sent, regardless of creative dimension.
701 { # The dimensions of a creative. This applies to only HTML and Native creatives.
702 &quot;width&quot;: &quot;A String&quot;, # The width of the creative in pixels.
703 &quot;height&quot;: &quot;A String&quot;, # The height of the creative in pixels.
704 },
705 ],
706}
707
708 x__xgafv: string, V1 error format.
709 Allowed values
710 1 - v1 error format
711 2 - v2 error format
712
713Returns:
714 An object of the form:
715
716 { # Pretargeting configuration: a set of targeting dimensions applied at the pretargeting stage of the RTB funnel. These control which inventory a bidder will receive bid requests for.
717 &quot;webTargeting&quot;: { # Generic targeting with string values used in app, website and publisher targeting. # Targeting on a subset of site inventory. If WEB is listed in included_environments, the specified targeting is applied. A maximum of 50,000 site URLs can be targeted. An unset value for targeting allows all web-based bid requests to be sent. Sites can either be targeting positively (bid requests will be sent only if the destination site is listed in the targeting dimension) or negatively (bid requests will be sent only if the destination site is not listed in the pretargeting configuration).
718 &quot;values&quot;: [ # The values specified.
719 &quot;A String&quot;,
720 ],
721 &quot;targetingMode&quot;: &quot;A String&quot;, # How the items in this list should be targeted.
722 },
723 &quot;verticalTargeting&quot;: { # Generic targeting used for targeting dimensions that contain a list of included and excluded numeric IDs used in app, user list, geo, and vertical id targeting. # The verticals included or excluded in this configuration as defined in https://developers.google.com/authorized-buyers/rtb/downloads/publisher-verticals
724 &quot;includedIds&quot;: [ # The IDs included in a configuration.
725 &quot;A String&quot;,
726 ],
727 &quot;excludedIds&quot;: [ # The IDs excluded in a configuration.
728 &quot;A String&quot;,
729 ],
730 },
731 &quot;interstitialTargeting&quot;: &quot;A String&quot;, # The interstitial targeting specified for this configuration. The unset value will allow bid requests to be sent regardless of whether they are for interstitials or not.
732 &quot;allowedUserTargetingModes&quot;: [ # Targeting modes included by this configuration. A bid request must allow all the specified targeting modes. An unset value allows all bid requests to be sent, regardless of which targeting modes they allow.
733 &quot;A String&quot;,
734 ],
735 &quot;includedEnvironments&quot;: [ # Environments that are being included. Bid requests will not be sent for a given environment if it is not included. Further restrictions can be applied to included environments to target only a subset of its inventory. An unset value includes all environments.
736 &quot;A String&quot;,
737 ],
738 &quot;includedPlatforms&quot;: [ # The platforms included by this configration. Bid requests for devices with the specified platform types will be sent. An unset value allows all bid requests to be sent, regardless of platform.
739 &quot;A String&quot;,
740 ],
741 &quot;excludedContentLabelIds&quot;: [ # The sensitive content category label IDs excluded in this configuration. Bid requests for inventory with any of the specified content label IDs will not be sent. Refer to this file https://storage.googleapis.com/adx-rtb-dictionaries/content-labels.txt for category IDs.
742 &quot;A String&quot;,
743 ],
744 &quot;maximumQps&quot;: &quot;A String&quot;, # The maximum QPS threshold for this configuration. The bidder should receive no more than this number of bid requests matching this configuration per second across all their bidding endpoints among all trading locations. Further information available at https://developers.google.com/authorized-buyers/rtb/peer-guide
745 &quot;invalidGeoIds&quot;: [ # Output only. Existing included or excluded geos that are invalid. Previously targeted geos may become invalid due to privacy restrictions.
746 &quot;A String&quot;,
747 ],
748 &quot;displayName&quot;: &quot;A String&quot;, # The diplay name associated with this configuration. This name must be unique among all the pretargeting configurations a bidder has.
749 &quot;geoTargeting&quot;: { # Generic targeting used for targeting dimensions that contain a list of included and excluded numeric IDs used in app, user list, geo, and vertical id targeting. # The geos included or excluded in this configuration defined in https://storage.googleapis.com/adx-rtb-dictionaries/geo-table.csv
750 &quot;includedIds&quot;: [ # The IDs included in a configuration.
751 &quot;A String&quot;,
752 ],
753 &quot;excludedIds&quot;: [ # The IDs excluded in a configuration.
754 &quot;A String&quot;,
755 ],
756 },
757 &quot;state&quot;: &quot;A String&quot;, # Output only. The state of this pretargeting configuration.
758 &quot;userListTargeting&quot;: { # Generic targeting used for targeting dimensions that contain a list of included and excluded numeric IDs used in app, user list, geo, and vertical id targeting. # The remarketing lists included or excluded in this configuration as defined in UserList.
759 &quot;includedIds&quot;: [ # The IDs included in a configuration.
760 &quot;A String&quot;,
761 ],
762 &quot;excludedIds&quot;: [ # The IDs excluded in a configuration.
763 &quot;A String&quot;,
764 ],
765 },
766 &quot;publisherTargeting&quot;: { # Generic targeting with string values used in app, website and publisher targeting. # Targeting on a subset of publisher inventory. Publishers can either be targeted positively (bid requests will be sent only if the publisher is listed in the targeting dimension) or negatively (bid requests will be sent only if the publisher is not listed in the targeting dimension). A maximum of 10,000 publisher IDs can be targeted. Publisher IDs are found in [ads.txt](https://iabtechlab.com/ads-txt/) / [app-ads.txt](https://iabtechlab.com/app-ads-txt/) and in bid requests in the `BidRequest.publisher_id` field on the [Google RTB protocol](https://developers.google.com/authorized-buyers/rtb/downloads/realtime-bidding-proto) or the `BidRequest.site.publisher.id` / `BidRequest.app.publisher.id` field on the [OpenRTB protocol](https://developers.google.com/authorized-buyers/rtb/downloads/openrtb-adx-proto).
767 &quot;values&quot;: [ # The values specified.
768 &quot;A String&quot;,
769 ],
770 &quot;targetingMode&quot;: &quot;A String&quot;, # How the items in this list should be targeted.
771 },
772 &quot;billingId&quot;: &quot;A String&quot;, # Output only. The identifier that corresponds to this pretargeting configuration that helps buyers track and attribute their spend across their own arbitrary divisions. If a bid request matches more than one configuration, the buyer chooses which billing_id to attribute each of their bids.
773 &quot;minimumViewabilityDecile&quot;: 42, # The targeted minimum viewability decile, ranging in values [0, 10]. A value of 5 means that the configuration will only match adslots for which we predict at least 50% viewability. Values &gt; 10 will be rounded down to 10. An unset value or a value of 0 indicates that bid requests will be sent regardless of viewability.
774 &quot;appTargeting&quot;: { # A subset of app inventory to target. Bid requests that match criteria in at least one of the specified dimensions will be sent. # Targeting on a subset of app inventory. If APP is listed in targeted_environments, the specified targeting is applied. A maximum of 30,000 app IDs can be targeted. An unset value for targeting allows all app-based bid requests to be sent. Apps can either be targeting positively (bid requests will be sent only if the destination app is listed in the targeting dimension) or negatively (bid requests will be sent only if the destination app is not listed in the targeting dimension).
775 &quot;mobileAppCategoryTargeting&quot;: { # Generic targeting used for targeting dimensions that contain a list of included and excluded numeric IDs used in app, user list, geo, and vertical id targeting. # Lists of included and excluded mobile app categories as defined in https://developers.google.com/adwords/api/docs/appendix/mobileappcategories.csv.
776 &quot;includedIds&quot;: [ # The IDs included in a configuration.
777 &quot;A String&quot;,
778 ],
779 &quot;excludedIds&quot;: [ # The IDs excluded in a configuration.
780 &quot;A String&quot;,
781 ],
782 },
783 &quot;mobileAppTargeting&quot;: { # Generic targeting with string values used in app, website and publisher targeting. # Targeted app IDs. App IDs can refer to those found in an app store or ones that are not published in an app store. A maximum of 30,000 app IDs can be targeted.
784 &quot;values&quot;: [ # The values specified.
785 &quot;A String&quot;,
786 ],
787 &quot;targetingMode&quot;: &quot;A String&quot;, # How the items in this list should be targeted.
788 },
789 },
790 &quot;includedUserIdTypes&quot;: [ # User identifier types included in this configuration. At least one of the user identifier types specified in this list must be available for the bid request to be sent.
791 &quot;A String&quot;,
792 ],
793 &quot;name&quot;: &quot;A String&quot;, # Output only. Name of the pretargeting configuration that must follow the pattern `bidders/{bidder_account_id}/pretargetingConfigs/{config_id}`
794 &quot;includedMobileOperatingSystemIds&quot;: [ # The mobile operating systems included in this configuration as defined in https://storage.googleapis.com/adx-rtb-dictionaries/mobile-os.csv
795 &quot;A String&quot;,
796 ],
797 &quot;includedLanguages&quot;: [ # The languages included in this configuration, represented by their language code. See https://developers.google.com/adwords/api/docs/appendix/languagecodes.
798 &quot;A String&quot;,
799 ],
800 &quot;includedFormats&quot;: [ # Creative formats included by this configuration. Only bid requests eligible for at least one of the specified creative formats will be sent. An unset value will allow all bid requests to be sent, regardless of format.
801 &quot;A String&quot;,
802 ],
803 &quot;includedCreativeDimensions&quot;: [ # Creative dimensions included by this configuration. Only bid requests eligible for at least one of the specified creative dimensions will be sent. An unset value allows all bid requests to be sent, regardless of creative dimension.
804 { # The dimensions of a creative. This applies to only HTML and Native creatives.
805 &quot;width&quot;: &quot;A String&quot;, # The width of the creative in pixels.
806 &quot;height&quot;: &quot;A String&quot;, # The height of the creative in pixels.
807 },
808 ],
809 }</pre>
810</div>
811
812<div class="method">
813 <code class="details" id="delete">delete(name, x__xgafv=None)</code>
814 <pre>Deletes a pretargeting configuration.
815
816Args:
817 name: string, Required. The name of the pretargeting configuration to delete. Format: bidders/{bidderAccountId}/pretargetingConfig/{configId} (required)
818 x__xgafv: string, V1 error format.
819 Allowed values
820 1 - v1 error format
821 2 - v2 error format
822
823Returns:
824 An object of the form:
825
826 { # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`.
827 }</pre>
828</div>
829
830<div class="method">
831 <code class="details" id="get">get(name, x__xgafv=None)</code>
832 <pre>Gets a pretargeting configuration.
833
834Args:
835 name: string, Required. Name of the pretargeting configuration to get. Format: bidders/{bidderAccountId}/pretargetingConfig/{configId} (required)
836 x__xgafv: string, V1 error format.
837 Allowed values
838 1 - v1 error format
839 2 - v2 error format
840
841Returns:
842 An object of the form:
843
844 { # Pretargeting configuration: a set of targeting dimensions applied at the pretargeting stage of the RTB funnel. These control which inventory a bidder will receive bid requests for.
845 &quot;webTargeting&quot;: { # Generic targeting with string values used in app, website and publisher targeting. # Targeting on a subset of site inventory. If WEB is listed in included_environments, the specified targeting is applied. A maximum of 50,000 site URLs can be targeted. An unset value for targeting allows all web-based bid requests to be sent. Sites can either be targeting positively (bid requests will be sent only if the destination site is listed in the targeting dimension) or negatively (bid requests will be sent only if the destination site is not listed in the pretargeting configuration).
846 &quot;values&quot;: [ # The values specified.
847 &quot;A String&quot;,
848 ],
849 &quot;targetingMode&quot;: &quot;A String&quot;, # How the items in this list should be targeted.
850 },
851 &quot;verticalTargeting&quot;: { # Generic targeting used for targeting dimensions that contain a list of included and excluded numeric IDs used in app, user list, geo, and vertical id targeting. # The verticals included or excluded in this configuration as defined in https://developers.google.com/authorized-buyers/rtb/downloads/publisher-verticals
852 &quot;includedIds&quot;: [ # The IDs included in a configuration.
853 &quot;A String&quot;,
854 ],
855 &quot;excludedIds&quot;: [ # The IDs excluded in a configuration.
856 &quot;A String&quot;,
857 ],
858 },
859 &quot;interstitialTargeting&quot;: &quot;A String&quot;, # The interstitial targeting specified for this configuration. The unset value will allow bid requests to be sent regardless of whether they are for interstitials or not.
860 &quot;allowedUserTargetingModes&quot;: [ # Targeting modes included by this configuration. A bid request must allow all the specified targeting modes. An unset value allows all bid requests to be sent, regardless of which targeting modes they allow.
861 &quot;A String&quot;,
862 ],
863 &quot;includedEnvironments&quot;: [ # Environments that are being included. Bid requests will not be sent for a given environment if it is not included. Further restrictions can be applied to included environments to target only a subset of its inventory. An unset value includes all environments.
864 &quot;A String&quot;,
865 ],
866 &quot;includedPlatforms&quot;: [ # The platforms included by this configration. Bid requests for devices with the specified platform types will be sent. An unset value allows all bid requests to be sent, regardless of platform.
867 &quot;A String&quot;,
868 ],
869 &quot;excludedContentLabelIds&quot;: [ # The sensitive content category label IDs excluded in this configuration. Bid requests for inventory with any of the specified content label IDs will not be sent. Refer to this file https://storage.googleapis.com/adx-rtb-dictionaries/content-labels.txt for category IDs.
870 &quot;A String&quot;,
871 ],
872 &quot;maximumQps&quot;: &quot;A String&quot;, # The maximum QPS threshold for this configuration. The bidder should receive no more than this number of bid requests matching this configuration per second across all their bidding endpoints among all trading locations. Further information available at https://developers.google.com/authorized-buyers/rtb/peer-guide
873 &quot;invalidGeoIds&quot;: [ # Output only. Existing included or excluded geos that are invalid. Previously targeted geos may become invalid due to privacy restrictions.
874 &quot;A String&quot;,
875 ],
876 &quot;displayName&quot;: &quot;A String&quot;, # The diplay name associated with this configuration. This name must be unique among all the pretargeting configurations a bidder has.
877 &quot;geoTargeting&quot;: { # Generic targeting used for targeting dimensions that contain a list of included and excluded numeric IDs used in app, user list, geo, and vertical id targeting. # The geos included or excluded in this configuration defined in https://storage.googleapis.com/adx-rtb-dictionaries/geo-table.csv
878 &quot;includedIds&quot;: [ # The IDs included in a configuration.
879 &quot;A String&quot;,
880 ],
881 &quot;excludedIds&quot;: [ # The IDs excluded in a configuration.
882 &quot;A String&quot;,
883 ],
884 },
885 &quot;state&quot;: &quot;A String&quot;, # Output only. The state of this pretargeting configuration.
886 &quot;userListTargeting&quot;: { # Generic targeting used for targeting dimensions that contain a list of included and excluded numeric IDs used in app, user list, geo, and vertical id targeting. # The remarketing lists included or excluded in this configuration as defined in UserList.
887 &quot;includedIds&quot;: [ # The IDs included in a configuration.
888 &quot;A String&quot;,
889 ],
890 &quot;excludedIds&quot;: [ # The IDs excluded in a configuration.
891 &quot;A String&quot;,
892 ],
893 },
894 &quot;publisherTargeting&quot;: { # Generic targeting with string values used in app, website and publisher targeting. # Targeting on a subset of publisher inventory. Publishers can either be targeted positively (bid requests will be sent only if the publisher is listed in the targeting dimension) or negatively (bid requests will be sent only if the publisher is not listed in the targeting dimension). A maximum of 10,000 publisher IDs can be targeted. Publisher IDs are found in [ads.txt](https://iabtechlab.com/ads-txt/) / [app-ads.txt](https://iabtechlab.com/app-ads-txt/) and in bid requests in the `BidRequest.publisher_id` field on the [Google RTB protocol](https://developers.google.com/authorized-buyers/rtb/downloads/realtime-bidding-proto) or the `BidRequest.site.publisher.id` / `BidRequest.app.publisher.id` field on the [OpenRTB protocol](https://developers.google.com/authorized-buyers/rtb/downloads/openrtb-adx-proto).
895 &quot;values&quot;: [ # The values specified.
896 &quot;A String&quot;,
897 ],
898 &quot;targetingMode&quot;: &quot;A String&quot;, # How the items in this list should be targeted.
899 },
900 &quot;billingId&quot;: &quot;A String&quot;, # Output only. The identifier that corresponds to this pretargeting configuration that helps buyers track and attribute their spend across their own arbitrary divisions. If a bid request matches more than one configuration, the buyer chooses which billing_id to attribute each of their bids.
901 &quot;minimumViewabilityDecile&quot;: 42, # The targeted minimum viewability decile, ranging in values [0, 10]. A value of 5 means that the configuration will only match adslots for which we predict at least 50% viewability. Values &gt; 10 will be rounded down to 10. An unset value or a value of 0 indicates that bid requests will be sent regardless of viewability.
902 &quot;appTargeting&quot;: { # A subset of app inventory to target. Bid requests that match criteria in at least one of the specified dimensions will be sent. # Targeting on a subset of app inventory. If APP is listed in targeted_environments, the specified targeting is applied. A maximum of 30,000 app IDs can be targeted. An unset value for targeting allows all app-based bid requests to be sent. Apps can either be targeting positively (bid requests will be sent only if the destination app is listed in the targeting dimension) or negatively (bid requests will be sent only if the destination app is not listed in the targeting dimension).
903 &quot;mobileAppCategoryTargeting&quot;: { # Generic targeting used for targeting dimensions that contain a list of included and excluded numeric IDs used in app, user list, geo, and vertical id targeting. # Lists of included and excluded mobile app categories as defined in https://developers.google.com/adwords/api/docs/appendix/mobileappcategories.csv.
904 &quot;includedIds&quot;: [ # The IDs included in a configuration.
905 &quot;A String&quot;,
906 ],
907 &quot;excludedIds&quot;: [ # The IDs excluded in a configuration.
908 &quot;A String&quot;,
909 ],
910 },
911 &quot;mobileAppTargeting&quot;: { # Generic targeting with string values used in app, website and publisher targeting. # Targeted app IDs. App IDs can refer to those found in an app store or ones that are not published in an app store. A maximum of 30,000 app IDs can be targeted.
912 &quot;values&quot;: [ # The values specified.
913 &quot;A String&quot;,
914 ],
915 &quot;targetingMode&quot;: &quot;A String&quot;, # How the items in this list should be targeted.
916 },
917 },
918 &quot;includedUserIdTypes&quot;: [ # User identifier types included in this configuration. At least one of the user identifier types specified in this list must be available for the bid request to be sent.
919 &quot;A String&quot;,
920 ],
921 &quot;name&quot;: &quot;A String&quot;, # Output only. Name of the pretargeting configuration that must follow the pattern `bidders/{bidder_account_id}/pretargetingConfigs/{config_id}`
922 &quot;includedMobileOperatingSystemIds&quot;: [ # The mobile operating systems included in this configuration as defined in https://storage.googleapis.com/adx-rtb-dictionaries/mobile-os.csv
923 &quot;A String&quot;,
924 ],
925 &quot;includedLanguages&quot;: [ # The languages included in this configuration, represented by their language code. See https://developers.google.com/adwords/api/docs/appendix/languagecodes.
926 &quot;A String&quot;,
927 ],
928 &quot;includedFormats&quot;: [ # Creative formats included by this configuration. Only bid requests eligible for at least one of the specified creative formats will be sent. An unset value will allow all bid requests to be sent, regardless of format.
929 &quot;A String&quot;,
930 ],
931 &quot;includedCreativeDimensions&quot;: [ # Creative dimensions included by this configuration. Only bid requests eligible for at least one of the specified creative dimensions will be sent. An unset value allows all bid requests to be sent, regardless of creative dimension.
932 { # The dimensions of a creative. This applies to only HTML and Native creatives.
933 &quot;width&quot;: &quot;A String&quot;, # The width of the creative in pixels.
934 &quot;height&quot;: &quot;A String&quot;, # The height of the creative in pixels.
935 },
936 ],
937 }</pre>
938</div>
939
940<div class="method">
941 <code class="details" id="list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</code>
942 <pre>Lists all pretargeting configurations for a single bidder.
943
944Args:
945 parent: string, Required. Name of the bidder whose pretargeting configurations will be listed. Format: bidders/{bidderAccountId} (required)
946 pageSize: integer, The maximum number of pretargeting configurations to return. If unspecified, at most 10 pretargeting configurations will be returned. The maximum value is 100; values above 100 will be coerced to 100.
947 pageToken: string, A token identifying a page of results the server should return. This value is received from a previous `ListPretargetingConfigs` call in ListPretargetingConfigsResponse.nextPageToken.
948 x__xgafv: string, V1 error format.
949 Allowed values
950 1 - v1 error format
951 2 - v2 error format
952
953Returns:
954 An object of the form:
955
956 { # A response containing pretargeting configurations.
957 &quot;pretargetingConfigs&quot;: [ # List of pretargeting configurations.
958 { # Pretargeting configuration: a set of targeting dimensions applied at the pretargeting stage of the RTB funnel. These control which inventory a bidder will receive bid requests for.
959 &quot;webTargeting&quot;: { # Generic targeting with string values used in app, website and publisher targeting. # Targeting on a subset of site inventory. If WEB is listed in included_environments, the specified targeting is applied. A maximum of 50,000 site URLs can be targeted. An unset value for targeting allows all web-based bid requests to be sent. Sites can either be targeting positively (bid requests will be sent only if the destination site is listed in the targeting dimension) or negatively (bid requests will be sent only if the destination site is not listed in the pretargeting configuration).
960 &quot;values&quot;: [ # The values specified.
961 &quot;A String&quot;,
962 ],
963 &quot;targetingMode&quot;: &quot;A String&quot;, # How the items in this list should be targeted.
964 },
965 &quot;verticalTargeting&quot;: { # Generic targeting used for targeting dimensions that contain a list of included and excluded numeric IDs used in app, user list, geo, and vertical id targeting. # The verticals included or excluded in this configuration as defined in https://developers.google.com/authorized-buyers/rtb/downloads/publisher-verticals
966 &quot;includedIds&quot;: [ # The IDs included in a configuration.
967 &quot;A String&quot;,
968 ],
969 &quot;excludedIds&quot;: [ # The IDs excluded in a configuration.
970 &quot;A String&quot;,
971 ],
972 },
973 &quot;interstitialTargeting&quot;: &quot;A String&quot;, # The interstitial targeting specified for this configuration. The unset value will allow bid requests to be sent regardless of whether they are for interstitials or not.
974 &quot;allowedUserTargetingModes&quot;: [ # Targeting modes included by this configuration. A bid request must allow all the specified targeting modes. An unset value allows all bid requests to be sent, regardless of which targeting modes they allow.
975 &quot;A String&quot;,
976 ],
977 &quot;includedEnvironments&quot;: [ # Environments that are being included. Bid requests will not be sent for a given environment if it is not included. Further restrictions can be applied to included environments to target only a subset of its inventory. An unset value includes all environments.
978 &quot;A String&quot;,
979 ],
980 &quot;includedPlatforms&quot;: [ # The platforms included by this configration. Bid requests for devices with the specified platform types will be sent. An unset value allows all bid requests to be sent, regardless of platform.
981 &quot;A String&quot;,
982 ],
983 &quot;excludedContentLabelIds&quot;: [ # The sensitive content category label IDs excluded in this configuration. Bid requests for inventory with any of the specified content label IDs will not be sent. Refer to this file https://storage.googleapis.com/adx-rtb-dictionaries/content-labels.txt for category IDs.
984 &quot;A String&quot;,
985 ],
986 &quot;maximumQps&quot;: &quot;A String&quot;, # The maximum QPS threshold for this configuration. The bidder should receive no more than this number of bid requests matching this configuration per second across all their bidding endpoints among all trading locations. Further information available at https://developers.google.com/authorized-buyers/rtb/peer-guide
987 &quot;invalidGeoIds&quot;: [ # Output only. Existing included or excluded geos that are invalid. Previously targeted geos may become invalid due to privacy restrictions.
988 &quot;A String&quot;,
989 ],
990 &quot;displayName&quot;: &quot;A String&quot;, # The diplay name associated with this configuration. This name must be unique among all the pretargeting configurations a bidder has.
991 &quot;geoTargeting&quot;: { # Generic targeting used for targeting dimensions that contain a list of included and excluded numeric IDs used in app, user list, geo, and vertical id targeting. # The geos included or excluded in this configuration defined in https://storage.googleapis.com/adx-rtb-dictionaries/geo-table.csv
992 &quot;includedIds&quot;: [ # The IDs included in a configuration.
993 &quot;A String&quot;,
994 ],
995 &quot;excludedIds&quot;: [ # The IDs excluded in a configuration.
996 &quot;A String&quot;,
997 ],
998 },
999 &quot;state&quot;: &quot;A String&quot;, # Output only. The state of this pretargeting configuration.
1000 &quot;userListTargeting&quot;: { # Generic targeting used for targeting dimensions that contain a list of included and excluded numeric IDs used in app, user list, geo, and vertical id targeting. # The remarketing lists included or excluded in this configuration as defined in UserList.
1001 &quot;includedIds&quot;: [ # The IDs included in a configuration.
1002 &quot;A String&quot;,
1003 ],
1004 &quot;excludedIds&quot;: [ # The IDs excluded in a configuration.
1005 &quot;A String&quot;,
1006 ],
1007 },
1008 &quot;publisherTargeting&quot;: { # Generic targeting with string values used in app, website and publisher targeting. # Targeting on a subset of publisher inventory. Publishers can either be targeted positively (bid requests will be sent only if the publisher is listed in the targeting dimension) or negatively (bid requests will be sent only if the publisher is not listed in the targeting dimension). A maximum of 10,000 publisher IDs can be targeted. Publisher IDs are found in [ads.txt](https://iabtechlab.com/ads-txt/) / [app-ads.txt](https://iabtechlab.com/app-ads-txt/) and in bid requests in the `BidRequest.publisher_id` field on the [Google RTB protocol](https://developers.google.com/authorized-buyers/rtb/downloads/realtime-bidding-proto) or the `BidRequest.site.publisher.id` / `BidRequest.app.publisher.id` field on the [OpenRTB protocol](https://developers.google.com/authorized-buyers/rtb/downloads/openrtb-adx-proto).
1009 &quot;values&quot;: [ # The values specified.
1010 &quot;A String&quot;,
1011 ],
1012 &quot;targetingMode&quot;: &quot;A String&quot;, # How the items in this list should be targeted.
1013 },
1014 &quot;billingId&quot;: &quot;A String&quot;, # Output only. The identifier that corresponds to this pretargeting configuration that helps buyers track and attribute their spend across their own arbitrary divisions. If a bid request matches more than one configuration, the buyer chooses which billing_id to attribute each of their bids.
1015 &quot;minimumViewabilityDecile&quot;: 42, # The targeted minimum viewability decile, ranging in values [0, 10]. A value of 5 means that the configuration will only match adslots for which we predict at least 50% viewability. Values &gt; 10 will be rounded down to 10. An unset value or a value of 0 indicates that bid requests will be sent regardless of viewability.
1016 &quot;appTargeting&quot;: { # A subset of app inventory to target. Bid requests that match criteria in at least one of the specified dimensions will be sent. # Targeting on a subset of app inventory. If APP is listed in targeted_environments, the specified targeting is applied. A maximum of 30,000 app IDs can be targeted. An unset value for targeting allows all app-based bid requests to be sent. Apps can either be targeting positively (bid requests will be sent only if the destination app is listed in the targeting dimension) or negatively (bid requests will be sent only if the destination app is not listed in the targeting dimension).
1017 &quot;mobileAppCategoryTargeting&quot;: { # Generic targeting used for targeting dimensions that contain a list of included and excluded numeric IDs used in app, user list, geo, and vertical id targeting. # Lists of included and excluded mobile app categories as defined in https://developers.google.com/adwords/api/docs/appendix/mobileappcategories.csv.
1018 &quot;includedIds&quot;: [ # The IDs included in a configuration.
1019 &quot;A String&quot;,
1020 ],
1021 &quot;excludedIds&quot;: [ # The IDs excluded in a configuration.
1022 &quot;A String&quot;,
1023 ],
1024 },
1025 &quot;mobileAppTargeting&quot;: { # Generic targeting with string values used in app, website and publisher targeting. # Targeted app IDs. App IDs can refer to those found in an app store or ones that are not published in an app store. A maximum of 30,000 app IDs can be targeted.
1026 &quot;values&quot;: [ # The values specified.
1027 &quot;A String&quot;,
1028 ],
1029 &quot;targetingMode&quot;: &quot;A String&quot;, # How the items in this list should be targeted.
1030 },
1031 },
1032 &quot;includedUserIdTypes&quot;: [ # User identifier types included in this configuration. At least one of the user identifier types specified in this list must be available for the bid request to be sent.
1033 &quot;A String&quot;,
1034 ],
1035 &quot;name&quot;: &quot;A String&quot;, # Output only. Name of the pretargeting configuration that must follow the pattern `bidders/{bidder_account_id}/pretargetingConfigs/{config_id}`
1036 &quot;includedMobileOperatingSystemIds&quot;: [ # The mobile operating systems included in this configuration as defined in https://storage.googleapis.com/adx-rtb-dictionaries/mobile-os.csv
1037 &quot;A String&quot;,
1038 ],
1039 &quot;includedLanguages&quot;: [ # The languages included in this configuration, represented by their language code. See https://developers.google.com/adwords/api/docs/appendix/languagecodes.
1040 &quot;A String&quot;,
1041 ],
1042 &quot;includedFormats&quot;: [ # Creative formats included by this configuration. Only bid requests eligible for at least one of the specified creative formats will be sent. An unset value will allow all bid requests to be sent, regardless of format.
1043 &quot;A String&quot;,
1044 ],
1045 &quot;includedCreativeDimensions&quot;: [ # Creative dimensions included by this configuration. Only bid requests eligible for at least one of the specified creative dimensions will be sent. An unset value allows all bid requests to be sent, regardless of creative dimension.
1046 { # The dimensions of a creative. This applies to only HTML and Native creatives.
1047 &quot;width&quot;: &quot;A String&quot;, # The width of the creative in pixels.
1048 &quot;height&quot;: &quot;A String&quot;, # The height of the creative in pixels.
1049 },
1050 ],
1051 },
1052 ],
1053 &quot;nextPageToken&quot;: &quot;A String&quot;, # A token which can be passed to a subsequent call to the `ListPretargetingConfigs` method to retrieve the next page of results in ListPretargetingConfigsRequest.pageToken.
1054 }</pre>
1055</div>
1056
1057<div class="method">
1058 <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
1059 <pre>Retrieves the next page of results.
1060
1061Args:
1062 previous_request: The request for the previous page. (required)
1063 previous_response: The response from the request for the previous page. (required)
1064
1065Returns:
1066 A request object that you can call &#x27;execute()&#x27; on to request the next
1067 page. Returns None if there are no more items in the collection.
1068 </pre>
1069</div>
1070
1071<div class="method">
1072 <code class="details" id="patch">patch(name, body=None, updateMask=None, x__xgafv=None)</code>
1073 <pre>Updates a pretargeting configuration.
1074
1075Args:
1076 name: string, Output only. Name of the pretargeting configuration that must follow the pattern `bidders/{bidder_account_id}/pretargetingConfigs/{config_id}` (required)
1077 body: object, The request body.
1078 The object takes the form of:
1079
1080{ # Pretargeting configuration: a set of targeting dimensions applied at the pretargeting stage of the RTB funnel. These control which inventory a bidder will receive bid requests for.
1081 &quot;webTargeting&quot;: { # Generic targeting with string values used in app, website and publisher targeting. # Targeting on a subset of site inventory. If WEB is listed in included_environments, the specified targeting is applied. A maximum of 50,000 site URLs can be targeted. An unset value for targeting allows all web-based bid requests to be sent. Sites can either be targeting positively (bid requests will be sent only if the destination site is listed in the targeting dimension) or negatively (bid requests will be sent only if the destination site is not listed in the pretargeting configuration).
1082 &quot;values&quot;: [ # The values specified.
1083 &quot;A String&quot;,
1084 ],
1085 &quot;targetingMode&quot;: &quot;A String&quot;, # How the items in this list should be targeted.
1086 },
1087 &quot;verticalTargeting&quot;: { # Generic targeting used for targeting dimensions that contain a list of included and excluded numeric IDs used in app, user list, geo, and vertical id targeting. # The verticals included or excluded in this configuration as defined in https://developers.google.com/authorized-buyers/rtb/downloads/publisher-verticals
1088 &quot;includedIds&quot;: [ # The IDs included in a configuration.
1089 &quot;A String&quot;,
1090 ],
1091 &quot;excludedIds&quot;: [ # The IDs excluded in a configuration.
1092 &quot;A String&quot;,
1093 ],
1094 },
1095 &quot;interstitialTargeting&quot;: &quot;A String&quot;, # The interstitial targeting specified for this configuration. The unset value will allow bid requests to be sent regardless of whether they are for interstitials or not.
1096 &quot;allowedUserTargetingModes&quot;: [ # Targeting modes included by this configuration. A bid request must allow all the specified targeting modes. An unset value allows all bid requests to be sent, regardless of which targeting modes they allow.
1097 &quot;A String&quot;,
1098 ],
1099 &quot;includedEnvironments&quot;: [ # Environments that are being included. Bid requests will not be sent for a given environment if it is not included. Further restrictions can be applied to included environments to target only a subset of its inventory. An unset value includes all environments.
1100 &quot;A String&quot;,
1101 ],
1102 &quot;includedPlatforms&quot;: [ # The platforms included by this configration. Bid requests for devices with the specified platform types will be sent. An unset value allows all bid requests to be sent, regardless of platform.
1103 &quot;A String&quot;,
1104 ],
1105 &quot;excludedContentLabelIds&quot;: [ # The sensitive content category label IDs excluded in this configuration. Bid requests for inventory with any of the specified content label IDs will not be sent. Refer to this file https://storage.googleapis.com/adx-rtb-dictionaries/content-labels.txt for category IDs.
1106 &quot;A String&quot;,
1107 ],
1108 &quot;maximumQps&quot;: &quot;A String&quot;, # The maximum QPS threshold for this configuration. The bidder should receive no more than this number of bid requests matching this configuration per second across all their bidding endpoints among all trading locations. Further information available at https://developers.google.com/authorized-buyers/rtb/peer-guide
1109 &quot;invalidGeoIds&quot;: [ # Output only. Existing included or excluded geos that are invalid. Previously targeted geos may become invalid due to privacy restrictions.
1110 &quot;A String&quot;,
1111 ],
1112 &quot;displayName&quot;: &quot;A String&quot;, # The diplay name associated with this configuration. This name must be unique among all the pretargeting configurations a bidder has.
1113 &quot;geoTargeting&quot;: { # Generic targeting used for targeting dimensions that contain a list of included and excluded numeric IDs used in app, user list, geo, and vertical id targeting. # The geos included or excluded in this configuration defined in https://storage.googleapis.com/adx-rtb-dictionaries/geo-table.csv
1114 &quot;includedIds&quot;: [ # The IDs included in a configuration.
1115 &quot;A String&quot;,
1116 ],
1117 &quot;excludedIds&quot;: [ # The IDs excluded in a configuration.
1118 &quot;A String&quot;,
1119 ],
1120 },
1121 &quot;state&quot;: &quot;A String&quot;, # Output only. The state of this pretargeting configuration.
1122 &quot;userListTargeting&quot;: { # Generic targeting used for targeting dimensions that contain a list of included and excluded numeric IDs used in app, user list, geo, and vertical id targeting. # The remarketing lists included or excluded in this configuration as defined in UserList.
1123 &quot;includedIds&quot;: [ # The IDs included in a configuration.
1124 &quot;A String&quot;,
1125 ],
1126 &quot;excludedIds&quot;: [ # The IDs excluded in a configuration.
1127 &quot;A String&quot;,
1128 ],
1129 },
1130 &quot;publisherTargeting&quot;: { # Generic targeting with string values used in app, website and publisher targeting. # Targeting on a subset of publisher inventory. Publishers can either be targeted positively (bid requests will be sent only if the publisher is listed in the targeting dimension) or negatively (bid requests will be sent only if the publisher is not listed in the targeting dimension). A maximum of 10,000 publisher IDs can be targeted. Publisher IDs are found in [ads.txt](https://iabtechlab.com/ads-txt/) / [app-ads.txt](https://iabtechlab.com/app-ads-txt/) and in bid requests in the `BidRequest.publisher_id` field on the [Google RTB protocol](https://developers.google.com/authorized-buyers/rtb/downloads/realtime-bidding-proto) or the `BidRequest.site.publisher.id` / `BidRequest.app.publisher.id` field on the [OpenRTB protocol](https://developers.google.com/authorized-buyers/rtb/downloads/openrtb-adx-proto).
1131 &quot;values&quot;: [ # The values specified.
1132 &quot;A String&quot;,
1133 ],
1134 &quot;targetingMode&quot;: &quot;A String&quot;, # How the items in this list should be targeted.
1135 },
1136 &quot;billingId&quot;: &quot;A String&quot;, # Output only. The identifier that corresponds to this pretargeting configuration that helps buyers track and attribute their spend across their own arbitrary divisions. If a bid request matches more than one configuration, the buyer chooses which billing_id to attribute each of their bids.
1137 &quot;minimumViewabilityDecile&quot;: 42, # The targeted minimum viewability decile, ranging in values [0, 10]. A value of 5 means that the configuration will only match adslots for which we predict at least 50% viewability. Values &gt; 10 will be rounded down to 10. An unset value or a value of 0 indicates that bid requests will be sent regardless of viewability.
1138 &quot;appTargeting&quot;: { # A subset of app inventory to target. Bid requests that match criteria in at least one of the specified dimensions will be sent. # Targeting on a subset of app inventory. If APP is listed in targeted_environments, the specified targeting is applied. A maximum of 30,000 app IDs can be targeted. An unset value for targeting allows all app-based bid requests to be sent. Apps can either be targeting positively (bid requests will be sent only if the destination app is listed in the targeting dimension) or negatively (bid requests will be sent only if the destination app is not listed in the targeting dimension).
1139 &quot;mobileAppCategoryTargeting&quot;: { # Generic targeting used for targeting dimensions that contain a list of included and excluded numeric IDs used in app, user list, geo, and vertical id targeting. # Lists of included and excluded mobile app categories as defined in https://developers.google.com/adwords/api/docs/appendix/mobileappcategories.csv.
1140 &quot;includedIds&quot;: [ # The IDs included in a configuration.
1141 &quot;A String&quot;,
1142 ],
1143 &quot;excludedIds&quot;: [ # The IDs excluded in a configuration.
1144 &quot;A String&quot;,
1145 ],
1146 },
1147 &quot;mobileAppTargeting&quot;: { # Generic targeting with string values used in app, website and publisher targeting. # Targeted app IDs. App IDs can refer to those found in an app store or ones that are not published in an app store. A maximum of 30,000 app IDs can be targeted.
1148 &quot;values&quot;: [ # The values specified.
1149 &quot;A String&quot;,
1150 ],
1151 &quot;targetingMode&quot;: &quot;A String&quot;, # How the items in this list should be targeted.
1152 },
1153 },
1154 &quot;includedUserIdTypes&quot;: [ # User identifier types included in this configuration. At least one of the user identifier types specified in this list must be available for the bid request to be sent.
1155 &quot;A String&quot;,
1156 ],
1157 &quot;name&quot;: &quot;A String&quot;, # Output only. Name of the pretargeting configuration that must follow the pattern `bidders/{bidder_account_id}/pretargetingConfigs/{config_id}`
1158 &quot;includedMobileOperatingSystemIds&quot;: [ # The mobile operating systems included in this configuration as defined in https://storage.googleapis.com/adx-rtb-dictionaries/mobile-os.csv
1159 &quot;A String&quot;,
1160 ],
1161 &quot;includedLanguages&quot;: [ # The languages included in this configuration, represented by their language code. See https://developers.google.com/adwords/api/docs/appendix/languagecodes.
1162 &quot;A String&quot;,
1163 ],
1164 &quot;includedFormats&quot;: [ # Creative formats included by this configuration. Only bid requests eligible for at least one of the specified creative formats will be sent. An unset value will allow all bid requests to be sent, regardless of format.
1165 &quot;A String&quot;,
1166 ],
1167 &quot;includedCreativeDimensions&quot;: [ # Creative dimensions included by this configuration. Only bid requests eligible for at least one of the specified creative dimensions will be sent. An unset value allows all bid requests to be sent, regardless of creative dimension.
1168 { # The dimensions of a creative. This applies to only HTML and Native creatives.
1169 &quot;width&quot;: &quot;A String&quot;, # The width of the creative in pixels.
1170 &quot;height&quot;: &quot;A String&quot;, # The height of the creative in pixels.
1171 },
1172 ],
1173}
1174
1175 updateMask: string, Field mask to use for partial in-place updates.
1176 x__xgafv: string, V1 error format.
1177 Allowed values
1178 1 - v1 error format
1179 2 - v2 error format
1180
1181Returns:
1182 An object of the form:
1183
1184 { # Pretargeting configuration: a set of targeting dimensions applied at the pretargeting stage of the RTB funnel. These control which inventory a bidder will receive bid requests for.
1185 &quot;webTargeting&quot;: { # Generic targeting with string values used in app, website and publisher targeting. # Targeting on a subset of site inventory. If WEB is listed in included_environments, the specified targeting is applied. A maximum of 50,000 site URLs can be targeted. An unset value for targeting allows all web-based bid requests to be sent. Sites can either be targeting positively (bid requests will be sent only if the destination site is listed in the targeting dimension) or negatively (bid requests will be sent only if the destination site is not listed in the pretargeting configuration).
1186 &quot;values&quot;: [ # The values specified.
1187 &quot;A String&quot;,
1188 ],
1189 &quot;targetingMode&quot;: &quot;A String&quot;, # How the items in this list should be targeted.
1190 },
1191 &quot;verticalTargeting&quot;: { # Generic targeting used for targeting dimensions that contain a list of included and excluded numeric IDs used in app, user list, geo, and vertical id targeting. # The verticals included or excluded in this configuration as defined in https://developers.google.com/authorized-buyers/rtb/downloads/publisher-verticals
1192 &quot;includedIds&quot;: [ # The IDs included in a configuration.
1193 &quot;A String&quot;,
1194 ],
1195 &quot;excludedIds&quot;: [ # The IDs excluded in a configuration.
1196 &quot;A String&quot;,
1197 ],
1198 },
1199 &quot;interstitialTargeting&quot;: &quot;A String&quot;, # The interstitial targeting specified for this configuration. The unset value will allow bid requests to be sent regardless of whether they are for interstitials or not.
1200 &quot;allowedUserTargetingModes&quot;: [ # Targeting modes included by this configuration. A bid request must allow all the specified targeting modes. An unset value allows all bid requests to be sent, regardless of which targeting modes they allow.
1201 &quot;A String&quot;,
1202 ],
1203 &quot;includedEnvironments&quot;: [ # Environments that are being included. Bid requests will not be sent for a given environment if it is not included. Further restrictions can be applied to included environments to target only a subset of its inventory. An unset value includes all environments.
1204 &quot;A String&quot;,
1205 ],
1206 &quot;includedPlatforms&quot;: [ # The platforms included by this configration. Bid requests for devices with the specified platform types will be sent. An unset value allows all bid requests to be sent, regardless of platform.
1207 &quot;A String&quot;,
1208 ],
1209 &quot;excludedContentLabelIds&quot;: [ # The sensitive content category label IDs excluded in this configuration. Bid requests for inventory with any of the specified content label IDs will not be sent. Refer to this file https://storage.googleapis.com/adx-rtb-dictionaries/content-labels.txt for category IDs.
1210 &quot;A String&quot;,
1211 ],
1212 &quot;maximumQps&quot;: &quot;A String&quot;, # The maximum QPS threshold for this configuration. The bidder should receive no more than this number of bid requests matching this configuration per second across all their bidding endpoints among all trading locations. Further information available at https://developers.google.com/authorized-buyers/rtb/peer-guide
1213 &quot;invalidGeoIds&quot;: [ # Output only. Existing included or excluded geos that are invalid. Previously targeted geos may become invalid due to privacy restrictions.
1214 &quot;A String&quot;,
1215 ],
1216 &quot;displayName&quot;: &quot;A String&quot;, # The diplay name associated with this configuration. This name must be unique among all the pretargeting configurations a bidder has.
1217 &quot;geoTargeting&quot;: { # Generic targeting used for targeting dimensions that contain a list of included and excluded numeric IDs used in app, user list, geo, and vertical id targeting. # The geos included or excluded in this configuration defined in https://storage.googleapis.com/adx-rtb-dictionaries/geo-table.csv
1218 &quot;includedIds&quot;: [ # The IDs included in a configuration.
1219 &quot;A String&quot;,
1220 ],
1221 &quot;excludedIds&quot;: [ # The IDs excluded in a configuration.
1222 &quot;A String&quot;,
1223 ],
1224 },
1225 &quot;state&quot;: &quot;A String&quot;, # Output only. The state of this pretargeting configuration.
1226 &quot;userListTargeting&quot;: { # Generic targeting used for targeting dimensions that contain a list of included and excluded numeric IDs used in app, user list, geo, and vertical id targeting. # The remarketing lists included or excluded in this configuration as defined in UserList.
1227 &quot;includedIds&quot;: [ # The IDs included in a configuration.
1228 &quot;A String&quot;,
1229 ],
1230 &quot;excludedIds&quot;: [ # The IDs excluded in a configuration.
1231 &quot;A String&quot;,
1232 ],
1233 },
1234 &quot;publisherTargeting&quot;: { # Generic targeting with string values used in app, website and publisher targeting. # Targeting on a subset of publisher inventory. Publishers can either be targeted positively (bid requests will be sent only if the publisher is listed in the targeting dimension) or negatively (bid requests will be sent only if the publisher is not listed in the targeting dimension). A maximum of 10,000 publisher IDs can be targeted. Publisher IDs are found in [ads.txt](https://iabtechlab.com/ads-txt/) / [app-ads.txt](https://iabtechlab.com/app-ads-txt/) and in bid requests in the `BidRequest.publisher_id` field on the [Google RTB protocol](https://developers.google.com/authorized-buyers/rtb/downloads/realtime-bidding-proto) or the `BidRequest.site.publisher.id` / `BidRequest.app.publisher.id` field on the [OpenRTB protocol](https://developers.google.com/authorized-buyers/rtb/downloads/openrtb-adx-proto).
1235 &quot;values&quot;: [ # The values specified.
1236 &quot;A String&quot;,
1237 ],
1238 &quot;targetingMode&quot;: &quot;A String&quot;, # How the items in this list should be targeted.
1239 },
1240 &quot;billingId&quot;: &quot;A String&quot;, # Output only. The identifier that corresponds to this pretargeting configuration that helps buyers track and attribute their spend across their own arbitrary divisions. If a bid request matches more than one configuration, the buyer chooses which billing_id to attribute each of their bids.
1241 &quot;minimumViewabilityDecile&quot;: 42, # The targeted minimum viewability decile, ranging in values [0, 10]. A value of 5 means that the configuration will only match adslots for which we predict at least 50% viewability. Values &gt; 10 will be rounded down to 10. An unset value or a value of 0 indicates that bid requests will be sent regardless of viewability.
1242 &quot;appTargeting&quot;: { # A subset of app inventory to target. Bid requests that match criteria in at least one of the specified dimensions will be sent. # Targeting on a subset of app inventory. If APP is listed in targeted_environments, the specified targeting is applied. A maximum of 30,000 app IDs can be targeted. An unset value for targeting allows all app-based bid requests to be sent. Apps can either be targeting positively (bid requests will be sent only if the destination app is listed in the targeting dimension) or negatively (bid requests will be sent only if the destination app is not listed in the targeting dimension).
1243 &quot;mobileAppCategoryTargeting&quot;: { # Generic targeting used for targeting dimensions that contain a list of included and excluded numeric IDs used in app, user list, geo, and vertical id targeting. # Lists of included and excluded mobile app categories as defined in https://developers.google.com/adwords/api/docs/appendix/mobileappcategories.csv.
1244 &quot;includedIds&quot;: [ # The IDs included in a configuration.
1245 &quot;A String&quot;,
1246 ],
1247 &quot;excludedIds&quot;: [ # The IDs excluded in a configuration.
1248 &quot;A String&quot;,
1249 ],
1250 },
1251 &quot;mobileAppTargeting&quot;: { # Generic targeting with string values used in app, website and publisher targeting. # Targeted app IDs. App IDs can refer to those found in an app store or ones that are not published in an app store. A maximum of 30,000 app IDs can be targeted.
1252 &quot;values&quot;: [ # The values specified.
1253 &quot;A String&quot;,
1254 ],
1255 &quot;targetingMode&quot;: &quot;A String&quot;, # How the items in this list should be targeted.
1256 },
1257 },
1258 &quot;includedUserIdTypes&quot;: [ # User identifier types included in this configuration. At least one of the user identifier types specified in this list must be available for the bid request to be sent.
1259 &quot;A String&quot;,
1260 ],
1261 &quot;name&quot;: &quot;A String&quot;, # Output only. Name of the pretargeting configuration that must follow the pattern `bidders/{bidder_account_id}/pretargetingConfigs/{config_id}`
1262 &quot;includedMobileOperatingSystemIds&quot;: [ # The mobile operating systems included in this configuration as defined in https://storage.googleapis.com/adx-rtb-dictionaries/mobile-os.csv
1263 &quot;A String&quot;,
1264 ],
1265 &quot;includedLanguages&quot;: [ # The languages included in this configuration, represented by their language code. See https://developers.google.com/adwords/api/docs/appendix/languagecodes.
1266 &quot;A String&quot;,
1267 ],
1268 &quot;includedFormats&quot;: [ # Creative formats included by this configuration. Only bid requests eligible for at least one of the specified creative formats will be sent. An unset value will allow all bid requests to be sent, regardless of format.
1269 &quot;A String&quot;,
1270 ],
1271 &quot;includedCreativeDimensions&quot;: [ # Creative dimensions included by this configuration. Only bid requests eligible for at least one of the specified creative dimensions will be sent. An unset value allows all bid requests to be sent, regardless of creative dimension.
1272 { # The dimensions of a creative. This applies to only HTML and Native creatives.
1273 &quot;width&quot;: &quot;A String&quot;, # The width of the creative in pixels.
1274 &quot;height&quot;: &quot;A String&quot;, # The height of the creative in pixels.
1275 },
1276 ],
1277 }</pre>
1278</div>
1279
1280<div class="method">
1281 <code class="details" id="removeTargetedApps">removeTargetedApps(pretargetingConfig, body=None, x__xgafv=None)</code>
1282 <pre>Removes targeted apps from the pretargeting configuration.
1283
1284Args:
1285 pretargetingConfig: string, Required. The name of the pretargeting configuration. Format: bidders/{bidderAccountId}/pretargetingConfig/{configId} (required)
1286 body: object, The request body.
1287 The object takes the form of:
1288
1289{ # A request to stop targeting the provided apps in a specific pretargeting configuration. The pretargeting configuration itself specifies how these apps are targeted. in PretargetingConfig.appTargeting.mobileAppTargeting.
1290 &quot;appIds&quot;: [ # A list of app IDs to stop targeting in the pretargeting configuration. These values will be removed from the list of targeted app IDs in PretargetingConfig.appTargeting.mobileAppTargeting.values.
1291 &quot;A String&quot;,
1292 ],
1293 }
1294
1295 x__xgafv: string, V1 error format.
1296 Allowed values
1297 1 - v1 error format
1298 2 - v2 error format
1299
1300Returns:
1301 An object of the form:
1302
1303 { # Pretargeting configuration: a set of targeting dimensions applied at the pretargeting stage of the RTB funnel. These control which inventory a bidder will receive bid requests for.
1304 &quot;webTargeting&quot;: { # Generic targeting with string values used in app, website and publisher targeting. # Targeting on a subset of site inventory. If WEB is listed in included_environments, the specified targeting is applied. A maximum of 50,000 site URLs can be targeted. An unset value for targeting allows all web-based bid requests to be sent. Sites can either be targeting positively (bid requests will be sent only if the destination site is listed in the targeting dimension) or negatively (bid requests will be sent only if the destination site is not listed in the pretargeting configuration).
1305 &quot;values&quot;: [ # The values specified.
1306 &quot;A String&quot;,
1307 ],
1308 &quot;targetingMode&quot;: &quot;A String&quot;, # How the items in this list should be targeted.
1309 },
1310 &quot;verticalTargeting&quot;: { # Generic targeting used for targeting dimensions that contain a list of included and excluded numeric IDs used in app, user list, geo, and vertical id targeting. # The verticals included or excluded in this configuration as defined in https://developers.google.com/authorized-buyers/rtb/downloads/publisher-verticals
1311 &quot;includedIds&quot;: [ # The IDs included in a configuration.
1312 &quot;A String&quot;,
1313 ],
1314 &quot;excludedIds&quot;: [ # The IDs excluded in a configuration.
1315 &quot;A String&quot;,
1316 ],
1317 },
1318 &quot;interstitialTargeting&quot;: &quot;A String&quot;, # The interstitial targeting specified for this configuration. The unset value will allow bid requests to be sent regardless of whether they are for interstitials or not.
1319 &quot;allowedUserTargetingModes&quot;: [ # Targeting modes included by this configuration. A bid request must allow all the specified targeting modes. An unset value allows all bid requests to be sent, regardless of which targeting modes they allow.
1320 &quot;A String&quot;,
1321 ],
1322 &quot;includedEnvironments&quot;: [ # Environments that are being included. Bid requests will not be sent for a given environment if it is not included. Further restrictions can be applied to included environments to target only a subset of its inventory. An unset value includes all environments.
1323 &quot;A String&quot;,
1324 ],
1325 &quot;includedPlatforms&quot;: [ # The platforms included by this configration. Bid requests for devices with the specified platform types will be sent. An unset value allows all bid requests to be sent, regardless of platform.
1326 &quot;A String&quot;,
1327 ],
1328 &quot;excludedContentLabelIds&quot;: [ # The sensitive content category label IDs excluded in this configuration. Bid requests for inventory with any of the specified content label IDs will not be sent. Refer to this file https://storage.googleapis.com/adx-rtb-dictionaries/content-labels.txt for category IDs.
1329 &quot;A String&quot;,
1330 ],
1331 &quot;maximumQps&quot;: &quot;A String&quot;, # The maximum QPS threshold for this configuration. The bidder should receive no more than this number of bid requests matching this configuration per second across all their bidding endpoints among all trading locations. Further information available at https://developers.google.com/authorized-buyers/rtb/peer-guide
1332 &quot;invalidGeoIds&quot;: [ # Output only. Existing included or excluded geos that are invalid. Previously targeted geos may become invalid due to privacy restrictions.
1333 &quot;A String&quot;,
1334 ],
1335 &quot;displayName&quot;: &quot;A String&quot;, # The diplay name associated with this configuration. This name must be unique among all the pretargeting configurations a bidder has.
1336 &quot;geoTargeting&quot;: { # Generic targeting used for targeting dimensions that contain a list of included and excluded numeric IDs used in app, user list, geo, and vertical id targeting. # The geos included or excluded in this configuration defined in https://storage.googleapis.com/adx-rtb-dictionaries/geo-table.csv
1337 &quot;includedIds&quot;: [ # The IDs included in a configuration.
1338 &quot;A String&quot;,
1339 ],
1340 &quot;excludedIds&quot;: [ # The IDs excluded in a configuration.
1341 &quot;A String&quot;,
1342 ],
1343 },
1344 &quot;state&quot;: &quot;A String&quot;, # Output only. The state of this pretargeting configuration.
1345 &quot;userListTargeting&quot;: { # Generic targeting used for targeting dimensions that contain a list of included and excluded numeric IDs used in app, user list, geo, and vertical id targeting. # The remarketing lists included or excluded in this configuration as defined in UserList.
1346 &quot;includedIds&quot;: [ # The IDs included in a configuration.
1347 &quot;A String&quot;,
1348 ],
1349 &quot;excludedIds&quot;: [ # The IDs excluded in a configuration.
1350 &quot;A String&quot;,
1351 ],
1352 },
1353 &quot;publisherTargeting&quot;: { # Generic targeting with string values used in app, website and publisher targeting. # Targeting on a subset of publisher inventory. Publishers can either be targeted positively (bid requests will be sent only if the publisher is listed in the targeting dimension) or negatively (bid requests will be sent only if the publisher is not listed in the targeting dimension). A maximum of 10,000 publisher IDs can be targeted. Publisher IDs are found in [ads.txt](https://iabtechlab.com/ads-txt/) / [app-ads.txt](https://iabtechlab.com/app-ads-txt/) and in bid requests in the `BidRequest.publisher_id` field on the [Google RTB protocol](https://developers.google.com/authorized-buyers/rtb/downloads/realtime-bidding-proto) or the `BidRequest.site.publisher.id` / `BidRequest.app.publisher.id` field on the [OpenRTB protocol](https://developers.google.com/authorized-buyers/rtb/downloads/openrtb-adx-proto).
1354 &quot;values&quot;: [ # The values specified.
1355 &quot;A String&quot;,
1356 ],
1357 &quot;targetingMode&quot;: &quot;A String&quot;, # How the items in this list should be targeted.
1358 },
1359 &quot;billingId&quot;: &quot;A String&quot;, # Output only. The identifier that corresponds to this pretargeting configuration that helps buyers track and attribute their spend across their own arbitrary divisions. If a bid request matches more than one configuration, the buyer chooses which billing_id to attribute each of their bids.
1360 &quot;minimumViewabilityDecile&quot;: 42, # The targeted minimum viewability decile, ranging in values [0, 10]. A value of 5 means that the configuration will only match adslots for which we predict at least 50% viewability. Values &gt; 10 will be rounded down to 10. An unset value or a value of 0 indicates that bid requests will be sent regardless of viewability.
1361 &quot;appTargeting&quot;: { # A subset of app inventory to target. Bid requests that match criteria in at least one of the specified dimensions will be sent. # Targeting on a subset of app inventory. If APP is listed in targeted_environments, the specified targeting is applied. A maximum of 30,000 app IDs can be targeted. An unset value for targeting allows all app-based bid requests to be sent. Apps can either be targeting positively (bid requests will be sent only if the destination app is listed in the targeting dimension) or negatively (bid requests will be sent only if the destination app is not listed in the targeting dimension).
1362 &quot;mobileAppCategoryTargeting&quot;: { # Generic targeting used for targeting dimensions that contain a list of included and excluded numeric IDs used in app, user list, geo, and vertical id targeting. # Lists of included and excluded mobile app categories as defined in https://developers.google.com/adwords/api/docs/appendix/mobileappcategories.csv.
1363 &quot;includedIds&quot;: [ # The IDs included in a configuration.
1364 &quot;A String&quot;,
1365 ],
1366 &quot;excludedIds&quot;: [ # The IDs excluded in a configuration.
1367 &quot;A String&quot;,
1368 ],
1369 },
1370 &quot;mobileAppTargeting&quot;: { # Generic targeting with string values used in app, website and publisher targeting. # Targeted app IDs. App IDs can refer to those found in an app store or ones that are not published in an app store. A maximum of 30,000 app IDs can be targeted.
1371 &quot;values&quot;: [ # The values specified.
1372 &quot;A String&quot;,
1373 ],
1374 &quot;targetingMode&quot;: &quot;A String&quot;, # How the items in this list should be targeted.
1375 },
1376 },
1377 &quot;includedUserIdTypes&quot;: [ # User identifier types included in this configuration. At least one of the user identifier types specified in this list must be available for the bid request to be sent.
1378 &quot;A String&quot;,
1379 ],
1380 &quot;name&quot;: &quot;A String&quot;, # Output only. Name of the pretargeting configuration that must follow the pattern `bidders/{bidder_account_id}/pretargetingConfigs/{config_id}`
1381 &quot;includedMobileOperatingSystemIds&quot;: [ # The mobile operating systems included in this configuration as defined in https://storage.googleapis.com/adx-rtb-dictionaries/mobile-os.csv
1382 &quot;A String&quot;,
1383 ],
1384 &quot;includedLanguages&quot;: [ # The languages included in this configuration, represented by their language code. See https://developers.google.com/adwords/api/docs/appendix/languagecodes.
1385 &quot;A String&quot;,
1386 ],
1387 &quot;includedFormats&quot;: [ # Creative formats included by this configuration. Only bid requests eligible for at least one of the specified creative formats will be sent. An unset value will allow all bid requests to be sent, regardless of format.
1388 &quot;A String&quot;,
1389 ],
1390 &quot;includedCreativeDimensions&quot;: [ # Creative dimensions included by this configuration. Only bid requests eligible for at least one of the specified creative dimensions will be sent. An unset value allows all bid requests to be sent, regardless of creative dimension.
1391 { # The dimensions of a creative. This applies to only HTML and Native creatives.
1392 &quot;width&quot;: &quot;A String&quot;, # The width of the creative in pixels.
1393 &quot;height&quot;: &quot;A String&quot;, # The height of the creative in pixels.
1394 },
1395 ],
1396 }</pre>
1397</div>
1398
1399<div class="method">
1400 <code class="details" id="removeTargetedPublishers">removeTargetedPublishers(pretargetingConfig, body=None, x__xgafv=None)</code>
1401 <pre>Removes targeted publishers from the pretargeting config.
1402
1403Args:
1404 pretargetingConfig: string, Required. The name of the pretargeting configuration. Format: bidders/{bidderAccountId}/pretargetingConfig/{configId} (required)
1405 body: object, The request body.
1406 The object takes the form of:
1407
1408{ # A request to stop targeting publishers in a specific configuration. The pretargeting configuration itself specifies how these publishers are targeted in PretargetingConfig.publisherTargeting.
1409 &quot;publisherIds&quot;: [ # A list of publisher IDs to stop targeting in the pretargeting configuration. These values will be removed from the list of targeted publisher IDs in PretargetingConfig.publisherTargeting.values. Publishers are identified by their publisher ID from ads.txt / app-ads.txt. See https://iabtechlab.com/ads-txt/ and https://iabtechlab.com/app-ads-txt/ for more details.
1410 &quot;A String&quot;,
1411 ],
1412 }
1413
1414 x__xgafv: string, V1 error format.
1415 Allowed values
1416 1 - v1 error format
1417 2 - v2 error format
1418
1419Returns:
1420 An object of the form:
1421
1422 { # Pretargeting configuration: a set of targeting dimensions applied at the pretargeting stage of the RTB funnel. These control which inventory a bidder will receive bid requests for.
1423 &quot;webTargeting&quot;: { # Generic targeting with string values used in app, website and publisher targeting. # Targeting on a subset of site inventory. If WEB is listed in included_environments, the specified targeting is applied. A maximum of 50,000 site URLs can be targeted. An unset value for targeting allows all web-based bid requests to be sent. Sites can either be targeting positively (bid requests will be sent only if the destination site is listed in the targeting dimension) or negatively (bid requests will be sent only if the destination site is not listed in the pretargeting configuration).
1424 &quot;values&quot;: [ # The values specified.
1425 &quot;A String&quot;,
1426 ],
1427 &quot;targetingMode&quot;: &quot;A String&quot;, # How the items in this list should be targeted.
1428 },
1429 &quot;verticalTargeting&quot;: { # Generic targeting used for targeting dimensions that contain a list of included and excluded numeric IDs used in app, user list, geo, and vertical id targeting. # The verticals included or excluded in this configuration as defined in https://developers.google.com/authorized-buyers/rtb/downloads/publisher-verticals
1430 &quot;includedIds&quot;: [ # The IDs included in a configuration.
1431 &quot;A String&quot;,
1432 ],
1433 &quot;excludedIds&quot;: [ # The IDs excluded in a configuration.
1434 &quot;A String&quot;,
1435 ],
1436 },
1437 &quot;interstitialTargeting&quot;: &quot;A String&quot;, # The interstitial targeting specified for this configuration. The unset value will allow bid requests to be sent regardless of whether they are for interstitials or not.
1438 &quot;allowedUserTargetingModes&quot;: [ # Targeting modes included by this configuration. A bid request must allow all the specified targeting modes. An unset value allows all bid requests to be sent, regardless of which targeting modes they allow.
1439 &quot;A String&quot;,
1440 ],
1441 &quot;includedEnvironments&quot;: [ # Environments that are being included. Bid requests will not be sent for a given environment if it is not included. Further restrictions can be applied to included environments to target only a subset of its inventory. An unset value includes all environments.
1442 &quot;A String&quot;,
1443 ],
1444 &quot;includedPlatforms&quot;: [ # The platforms included by this configration. Bid requests for devices with the specified platform types will be sent. An unset value allows all bid requests to be sent, regardless of platform.
1445 &quot;A String&quot;,
1446 ],
1447 &quot;excludedContentLabelIds&quot;: [ # The sensitive content category label IDs excluded in this configuration. Bid requests for inventory with any of the specified content label IDs will not be sent. Refer to this file https://storage.googleapis.com/adx-rtb-dictionaries/content-labels.txt for category IDs.
1448 &quot;A String&quot;,
1449 ],
1450 &quot;maximumQps&quot;: &quot;A String&quot;, # The maximum QPS threshold for this configuration. The bidder should receive no more than this number of bid requests matching this configuration per second across all their bidding endpoints among all trading locations. Further information available at https://developers.google.com/authorized-buyers/rtb/peer-guide
1451 &quot;invalidGeoIds&quot;: [ # Output only. Existing included or excluded geos that are invalid. Previously targeted geos may become invalid due to privacy restrictions.
1452 &quot;A String&quot;,
1453 ],
1454 &quot;displayName&quot;: &quot;A String&quot;, # The diplay name associated with this configuration. This name must be unique among all the pretargeting configurations a bidder has.
1455 &quot;geoTargeting&quot;: { # Generic targeting used for targeting dimensions that contain a list of included and excluded numeric IDs used in app, user list, geo, and vertical id targeting. # The geos included or excluded in this configuration defined in https://storage.googleapis.com/adx-rtb-dictionaries/geo-table.csv
1456 &quot;includedIds&quot;: [ # The IDs included in a configuration.
1457 &quot;A String&quot;,
1458 ],
1459 &quot;excludedIds&quot;: [ # The IDs excluded in a configuration.
1460 &quot;A String&quot;,
1461 ],
1462 },
1463 &quot;state&quot;: &quot;A String&quot;, # Output only. The state of this pretargeting configuration.
1464 &quot;userListTargeting&quot;: { # Generic targeting used for targeting dimensions that contain a list of included and excluded numeric IDs used in app, user list, geo, and vertical id targeting. # The remarketing lists included or excluded in this configuration as defined in UserList.
1465 &quot;includedIds&quot;: [ # The IDs included in a configuration.
1466 &quot;A String&quot;,
1467 ],
1468 &quot;excludedIds&quot;: [ # The IDs excluded in a configuration.
1469 &quot;A String&quot;,
1470 ],
1471 },
1472 &quot;publisherTargeting&quot;: { # Generic targeting with string values used in app, website and publisher targeting. # Targeting on a subset of publisher inventory. Publishers can either be targeted positively (bid requests will be sent only if the publisher is listed in the targeting dimension) or negatively (bid requests will be sent only if the publisher is not listed in the targeting dimension). A maximum of 10,000 publisher IDs can be targeted. Publisher IDs are found in [ads.txt](https://iabtechlab.com/ads-txt/) / [app-ads.txt](https://iabtechlab.com/app-ads-txt/) and in bid requests in the `BidRequest.publisher_id` field on the [Google RTB protocol](https://developers.google.com/authorized-buyers/rtb/downloads/realtime-bidding-proto) or the `BidRequest.site.publisher.id` / `BidRequest.app.publisher.id` field on the [OpenRTB protocol](https://developers.google.com/authorized-buyers/rtb/downloads/openrtb-adx-proto).
1473 &quot;values&quot;: [ # The values specified.
1474 &quot;A String&quot;,
1475 ],
1476 &quot;targetingMode&quot;: &quot;A String&quot;, # How the items in this list should be targeted.
1477 },
1478 &quot;billingId&quot;: &quot;A String&quot;, # Output only. The identifier that corresponds to this pretargeting configuration that helps buyers track and attribute their spend across their own arbitrary divisions. If a bid request matches more than one configuration, the buyer chooses which billing_id to attribute each of their bids.
1479 &quot;minimumViewabilityDecile&quot;: 42, # The targeted minimum viewability decile, ranging in values [0, 10]. A value of 5 means that the configuration will only match adslots for which we predict at least 50% viewability. Values &gt; 10 will be rounded down to 10. An unset value or a value of 0 indicates that bid requests will be sent regardless of viewability.
1480 &quot;appTargeting&quot;: { # A subset of app inventory to target. Bid requests that match criteria in at least one of the specified dimensions will be sent. # Targeting on a subset of app inventory. If APP is listed in targeted_environments, the specified targeting is applied. A maximum of 30,000 app IDs can be targeted. An unset value for targeting allows all app-based bid requests to be sent. Apps can either be targeting positively (bid requests will be sent only if the destination app is listed in the targeting dimension) or negatively (bid requests will be sent only if the destination app is not listed in the targeting dimension).
1481 &quot;mobileAppCategoryTargeting&quot;: { # Generic targeting used for targeting dimensions that contain a list of included and excluded numeric IDs used in app, user list, geo, and vertical id targeting. # Lists of included and excluded mobile app categories as defined in https://developers.google.com/adwords/api/docs/appendix/mobileappcategories.csv.
1482 &quot;includedIds&quot;: [ # The IDs included in a configuration.
1483 &quot;A String&quot;,
1484 ],
1485 &quot;excludedIds&quot;: [ # The IDs excluded in a configuration.
1486 &quot;A String&quot;,
1487 ],
1488 },
1489 &quot;mobileAppTargeting&quot;: { # Generic targeting with string values used in app, website and publisher targeting. # Targeted app IDs. App IDs can refer to those found in an app store or ones that are not published in an app store. A maximum of 30,000 app IDs can be targeted.
1490 &quot;values&quot;: [ # The values specified.
1491 &quot;A String&quot;,
1492 ],
1493 &quot;targetingMode&quot;: &quot;A String&quot;, # How the items in this list should be targeted.
1494 },
1495 },
1496 &quot;includedUserIdTypes&quot;: [ # User identifier types included in this configuration. At least one of the user identifier types specified in this list must be available for the bid request to be sent.
1497 &quot;A String&quot;,
1498 ],
1499 &quot;name&quot;: &quot;A String&quot;, # Output only. Name of the pretargeting configuration that must follow the pattern `bidders/{bidder_account_id}/pretargetingConfigs/{config_id}`
1500 &quot;includedMobileOperatingSystemIds&quot;: [ # The mobile operating systems included in this configuration as defined in https://storage.googleapis.com/adx-rtb-dictionaries/mobile-os.csv
1501 &quot;A String&quot;,
1502 ],
1503 &quot;includedLanguages&quot;: [ # The languages included in this configuration, represented by their language code. See https://developers.google.com/adwords/api/docs/appendix/languagecodes.
1504 &quot;A String&quot;,
1505 ],
1506 &quot;includedFormats&quot;: [ # Creative formats included by this configuration. Only bid requests eligible for at least one of the specified creative formats will be sent. An unset value will allow all bid requests to be sent, regardless of format.
1507 &quot;A String&quot;,
1508 ],
1509 &quot;includedCreativeDimensions&quot;: [ # Creative dimensions included by this configuration. Only bid requests eligible for at least one of the specified creative dimensions will be sent. An unset value allows all bid requests to be sent, regardless of creative dimension.
1510 { # The dimensions of a creative. This applies to only HTML and Native creatives.
1511 &quot;width&quot;: &quot;A String&quot;, # The width of the creative in pixels.
1512 &quot;height&quot;: &quot;A String&quot;, # The height of the creative in pixels.
1513 },
1514 ],
1515 }</pre>
1516</div>
1517
1518<div class="method">
1519 <code class="details" id="removeTargetedSites">removeTargetedSites(pretargetingConfig, body=None, x__xgafv=None)</code>
1520 <pre>Removes targeted sites from the pretargeting configuration.
1521
1522Args:
1523 pretargetingConfig: string, Required. The name of the pretargeting configuration. Format: bidders/{bidderAccountId}/pretargetingConfig/{configId} (required)
1524 body: object, The request body.
1525 The object takes the form of:
1526
1527{ # A request to stop targeting sites in a specific pretargeting configuration. The pretargeting configuration itself specifies how these sites are targeted in PretargetingConfig.webTargeting.
1528 &quot;sites&quot;: [ # A list of site URLs to stop targeting in the pretargeting configuration. These values will be removed from the list of targeted URLs in PretargetingConfig.webTargeting.values.
1529 &quot;A String&quot;,
1530 ],
1531 }
1532
1533 x__xgafv: string, V1 error format.
1534 Allowed values
1535 1 - v1 error format
1536 2 - v2 error format
1537
1538Returns:
1539 An object of the form:
1540
1541 { # Pretargeting configuration: a set of targeting dimensions applied at the pretargeting stage of the RTB funnel. These control which inventory a bidder will receive bid requests for.
1542 &quot;webTargeting&quot;: { # Generic targeting with string values used in app, website and publisher targeting. # Targeting on a subset of site inventory. If WEB is listed in included_environments, the specified targeting is applied. A maximum of 50,000 site URLs can be targeted. An unset value for targeting allows all web-based bid requests to be sent. Sites can either be targeting positively (bid requests will be sent only if the destination site is listed in the targeting dimension) or negatively (bid requests will be sent only if the destination site is not listed in the pretargeting configuration).
1543 &quot;values&quot;: [ # The values specified.
1544 &quot;A String&quot;,
1545 ],
1546 &quot;targetingMode&quot;: &quot;A String&quot;, # How the items in this list should be targeted.
1547 },
1548 &quot;verticalTargeting&quot;: { # Generic targeting used for targeting dimensions that contain a list of included and excluded numeric IDs used in app, user list, geo, and vertical id targeting. # The verticals included or excluded in this configuration as defined in https://developers.google.com/authorized-buyers/rtb/downloads/publisher-verticals
1549 &quot;includedIds&quot;: [ # The IDs included in a configuration.
1550 &quot;A String&quot;,
1551 ],
1552 &quot;excludedIds&quot;: [ # The IDs excluded in a configuration.
1553 &quot;A String&quot;,
1554 ],
1555 },
1556 &quot;interstitialTargeting&quot;: &quot;A String&quot;, # The interstitial targeting specified for this configuration. The unset value will allow bid requests to be sent regardless of whether they are for interstitials or not.
1557 &quot;allowedUserTargetingModes&quot;: [ # Targeting modes included by this configuration. A bid request must allow all the specified targeting modes. An unset value allows all bid requests to be sent, regardless of which targeting modes they allow.
1558 &quot;A String&quot;,
1559 ],
1560 &quot;includedEnvironments&quot;: [ # Environments that are being included. Bid requests will not be sent for a given environment if it is not included. Further restrictions can be applied to included environments to target only a subset of its inventory. An unset value includes all environments.
1561 &quot;A String&quot;,
1562 ],
1563 &quot;includedPlatforms&quot;: [ # The platforms included by this configration. Bid requests for devices with the specified platform types will be sent. An unset value allows all bid requests to be sent, regardless of platform.
1564 &quot;A String&quot;,
1565 ],
1566 &quot;excludedContentLabelIds&quot;: [ # The sensitive content category label IDs excluded in this configuration. Bid requests for inventory with any of the specified content label IDs will not be sent. Refer to this file https://storage.googleapis.com/adx-rtb-dictionaries/content-labels.txt for category IDs.
1567 &quot;A String&quot;,
1568 ],
1569 &quot;maximumQps&quot;: &quot;A String&quot;, # The maximum QPS threshold for this configuration. The bidder should receive no more than this number of bid requests matching this configuration per second across all their bidding endpoints among all trading locations. Further information available at https://developers.google.com/authorized-buyers/rtb/peer-guide
1570 &quot;invalidGeoIds&quot;: [ # Output only. Existing included or excluded geos that are invalid. Previously targeted geos may become invalid due to privacy restrictions.
1571 &quot;A String&quot;,
1572 ],
1573 &quot;displayName&quot;: &quot;A String&quot;, # The diplay name associated with this configuration. This name must be unique among all the pretargeting configurations a bidder has.
1574 &quot;geoTargeting&quot;: { # Generic targeting used for targeting dimensions that contain a list of included and excluded numeric IDs used in app, user list, geo, and vertical id targeting. # The geos included or excluded in this configuration defined in https://storage.googleapis.com/adx-rtb-dictionaries/geo-table.csv
1575 &quot;includedIds&quot;: [ # The IDs included in a configuration.
1576 &quot;A String&quot;,
1577 ],
1578 &quot;excludedIds&quot;: [ # The IDs excluded in a configuration.
1579 &quot;A String&quot;,
1580 ],
1581 },
1582 &quot;state&quot;: &quot;A String&quot;, # Output only. The state of this pretargeting configuration.
1583 &quot;userListTargeting&quot;: { # Generic targeting used for targeting dimensions that contain a list of included and excluded numeric IDs used in app, user list, geo, and vertical id targeting. # The remarketing lists included or excluded in this configuration as defined in UserList.
1584 &quot;includedIds&quot;: [ # The IDs included in a configuration.
1585 &quot;A String&quot;,
1586 ],
1587 &quot;excludedIds&quot;: [ # The IDs excluded in a configuration.
1588 &quot;A String&quot;,
1589 ],
1590 },
1591 &quot;publisherTargeting&quot;: { # Generic targeting with string values used in app, website and publisher targeting. # Targeting on a subset of publisher inventory. Publishers can either be targeted positively (bid requests will be sent only if the publisher is listed in the targeting dimension) or negatively (bid requests will be sent only if the publisher is not listed in the targeting dimension). A maximum of 10,000 publisher IDs can be targeted. Publisher IDs are found in [ads.txt](https://iabtechlab.com/ads-txt/) / [app-ads.txt](https://iabtechlab.com/app-ads-txt/) and in bid requests in the `BidRequest.publisher_id` field on the [Google RTB protocol](https://developers.google.com/authorized-buyers/rtb/downloads/realtime-bidding-proto) or the `BidRequest.site.publisher.id` / `BidRequest.app.publisher.id` field on the [OpenRTB protocol](https://developers.google.com/authorized-buyers/rtb/downloads/openrtb-adx-proto).
1592 &quot;values&quot;: [ # The values specified.
1593 &quot;A String&quot;,
1594 ],
1595 &quot;targetingMode&quot;: &quot;A String&quot;, # How the items in this list should be targeted.
1596 },
1597 &quot;billingId&quot;: &quot;A String&quot;, # Output only. The identifier that corresponds to this pretargeting configuration that helps buyers track and attribute their spend across their own arbitrary divisions. If a bid request matches more than one configuration, the buyer chooses which billing_id to attribute each of their bids.
1598 &quot;minimumViewabilityDecile&quot;: 42, # The targeted minimum viewability decile, ranging in values [0, 10]. A value of 5 means that the configuration will only match adslots for which we predict at least 50% viewability. Values &gt; 10 will be rounded down to 10. An unset value or a value of 0 indicates that bid requests will be sent regardless of viewability.
1599 &quot;appTargeting&quot;: { # A subset of app inventory to target. Bid requests that match criteria in at least one of the specified dimensions will be sent. # Targeting on a subset of app inventory. If APP is listed in targeted_environments, the specified targeting is applied. A maximum of 30,000 app IDs can be targeted. An unset value for targeting allows all app-based bid requests to be sent. Apps can either be targeting positively (bid requests will be sent only if the destination app is listed in the targeting dimension) or negatively (bid requests will be sent only if the destination app is not listed in the targeting dimension).
1600 &quot;mobileAppCategoryTargeting&quot;: { # Generic targeting used for targeting dimensions that contain a list of included and excluded numeric IDs used in app, user list, geo, and vertical id targeting. # Lists of included and excluded mobile app categories as defined in https://developers.google.com/adwords/api/docs/appendix/mobileappcategories.csv.
1601 &quot;includedIds&quot;: [ # The IDs included in a configuration.
1602 &quot;A String&quot;,
1603 ],
1604 &quot;excludedIds&quot;: [ # The IDs excluded in a configuration.
1605 &quot;A String&quot;,
1606 ],
1607 },
1608 &quot;mobileAppTargeting&quot;: { # Generic targeting with string values used in app, website and publisher targeting. # Targeted app IDs. App IDs can refer to those found in an app store or ones that are not published in an app store. A maximum of 30,000 app IDs can be targeted.
1609 &quot;values&quot;: [ # The values specified.
1610 &quot;A String&quot;,
1611 ],
1612 &quot;targetingMode&quot;: &quot;A String&quot;, # How the items in this list should be targeted.
1613 },
1614 },
1615 &quot;includedUserIdTypes&quot;: [ # User identifier types included in this configuration. At least one of the user identifier types specified in this list must be available for the bid request to be sent.
1616 &quot;A String&quot;,
1617 ],
1618 &quot;name&quot;: &quot;A String&quot;, # Output only. Name of the pretargeting configuration that must follow the pattern `bidders/{bidder_account_id}/pretargetingConfigs/{config_id}`
1619 &quot;includedMobileOperatingSystemIds&quot;: [ # The mobile operating systems included in this configuration as defined in https://storage.googleapis.com/adx-rtb-dictionaries/mobile-os.csv
1620 &quot;A String&quot;,
1621 ],
1622 &quot;includedLanguages&quot;: [ # The languages included in this configuration, represented by their language code. See https://developers.google.com/adwords/api/docs/appendix/languagecodes.
1623 &quot;A String&quot;,
1624 ],
1625 &quot;includedFormats&quot;: [ # Creative formats included by this configuration. Only bid requests eligible for at least one of the specified creative formats will be sent. An unset value will allow all bid requests to be sent, regardless of format.
1626 &quot;A String&quot;,
1627 ],
1628 &quot;includedCreativeDimensions&quot;: [ # Creative dimensions included by this configuration. Only bid requests eligible for at least one of the specified creative dimensions will be sent. An unset value allows all bid requests to be sent, regardless of creative dimension.
1629 { # The dimensions of a creative. This applies to only HTML and Native creatives.
1630 &quot;width&quot;: &quot;A String&quot;, # The width of the creative in pixels.
1631 &quot;height&quot;: &quot;A String&quot;, # The height of the creative in pixels.
1632 },
1633 ],
1634 }</pre>
1635</div>
1636
1637<div class="method">
1638 <code class="details" id="suspend">suspend(name, body=None, x__xgafv=None)</code>
1639 <pre>Suspends a pretargeting configuration.
1640
1641Args:
1642 name: string, Required. The name of the pretargeting configuration. Format: bidders/{bidderAccountId}/pretargetingConfig/{configId} (required)
1643 body: object, The request body.
1644 The object takes the form of:
1645
1646{ # A request to suspend a pretargeting configuration. Sets the configuration&#x27;s state to SUSPENDED.
1647 }
1648
1649 x__xgafv: string, V1 error format.
1650 Allowed values
1651 1 - v1 error format
1652 2 - v2 error format
1653
1654Returns:
1655 An object of the form:
1656
1657 { # Pretargeting configuration: a set of targeting dimensions applied at the pretargeting stage of the RTB funnel. These control which inventory a bidder will receive bid requests for.
1658 &quot;webTargeting&quot;: { # Generic targeting with string values used in app, website and publisher targeting. # Targeting on a subset of site inventory. If WEB is listed in included_environments, the specified targeting is applied. A maximum of 50,000 site URLs can be targeted. An unset value for targeting allows all web-based bid requests to be sent. Sites can either be targeting positively (bid requests will be sent only if the destination site is listed in the targeting dimension) or negatively (bid requests will be sent only if the destination site is not listed in the pretargeting configuration).
1659 &quot;values&quot;: [ # The values specified.
1660 &quot;A String&quot;,
1661 ],
1662 &quot;targetingMode&quot;: &quot;A String&quot;, # How the items in this list should be targeted.
1663 },
1664 &quot;verticalTargeting&quot;: { # Generic targeting used for targeting dimensions that contain a list of included and excluded numeric IDs used in app, user list, geo, and vertical id targeting. # The verticals included or excluded in this configuration as defined in https://developers.google.com/authorized-buyers/rtb/downloads/publisher-verticals
1665 &quot;includedIds&quot;: [ # The IDs included in a configuration.
1666 &quot;A String&quot;,
1667 ],
1668 &quot;excludedIds&quot;: [ # The IDs excluded in a configuration.
1669 &quot;A String&quot;,
1670 ],
1671 },
1672 &quot;interstitialTargeting&quot;: &quot;A String&quot;, # The interstitial targeting specified for this configuration. The unset value will allow bid requests to be sent regardless of whether they are for interstitials or not.
1673 &quot;allowedUserTargetingModes&quot;: [ # Targeting modes included by this configuration. A bid request must allow all the specified targeting modes. An unset value allows all bid requests to be sent, regardless of which targeting modes they allow.
1674 &quot;A String&quot;,
1675 ],
1676 &quot;includedEnvironments&quot;: [ # Environments that are being included. Bid requests will not be sent for a given environment if it is not included. Further restrictions can be applied to included environments to target only a subset of its inventory. An unset value includes all environments.
1677 &quot;A String&quot;,
1678 ],
1679 &quot;includedPlatforms&quot;: [ # The platforms included by this configration. Bid requests for devices with the specified platform types will be sent. An unset value allows all bid requests to be sent, regardless of platform.
1680 &quot;A String&quot;,
1681 ],
1682 &quot;excludedContentLabelIds&quot;: [ # The sensitive content category label IDs excluded in this configuration. Bid requests for inventory with any of the specified content label IDs will not be sent. Refer to this file https://storage.googleapis.com/adx-rtb-dictionaries/content-labels.txt for category IDs.
1683 &quot;A String&quot;,
1684 ],
1685 &quot;maximumQps&quot;: &quot;A String&quot;, # The maximum QPS threshold for this configuration. The bidder should receive no more than this number of bid requests matching this configuration per second across all their bidding endpoints among all trading locations. Further information available at https://developers.google.com/authorized-buyers/rtb/peer-guide
1686 &quot;invalidGeoIds&quot;: [ # Output only. Existing included or excluded geos that are invalid. Previously targeted geos may become invalid due to privacy restrictions.
1687 &quot;A String&quot;,
1688 ],
1689 &quot;displayName&quot;: &quot;A String&quot;, # The diplay name associated with this configuration. This name must be unique among all the pretargeting configurations a bidder has.
1690 &quot;geoTargeting&quot;: { # Generic targeting used for targeting dimensions that contain a list of included and excluded numeric IDs used in app, user list, geo, and vertical id targeting. # The geos included or excluded in this configuration defined in https://storage.googleapis.com/adx-rtb-dictionaries/geo-table.csv
1691 &quot;includedIds&quot;: [ # The IDs included in a configuration.
1692 &quot;A String&quot;,
1693 ],
1694 &quot;excludedIds&quot;: [ # The IDs excluded in a configuration.
1695 &quot;A String&quot;,
1696 ],
1697 },
1698 &quot;state&quot;: &quot;A String&quot;, # Output only. The state of this pretargeting configuration.
1699 &quot;userListTargeting&quot;: { # Generic targeting used for targeting dimensions that contain a list of included and excluded numeric IDs used in app, user list, geo, and vertical id targeting. # The remarketing lists included or excluded in this configuration as defined in UserList.
1700 &quot;includedIds&quot;: [ # The IDs included in a configuration.
1701 &quot;A String&quot;,
1702 ],
1703 &quot;excludedIds&quot;: [ # The IDs excluded in a configuration.
1704 &quot;A String&quot;,
1705 ],
1706 },
1707 &quot;publisherTargeting&quot;: { # Generic targeting with string values used in app, website and publisher targeting. # Targeting on a subset of publisher inventory. Publishers can either be targeted positively (bid requests will be sent only if the publisher is listed in the targeting dimension) or negatively (bid requests will be sent only if the publisher is not listed in the targeting dimension). A maximum of 10,000 publisher IDs can be targeted. Publisher IDs are found in [ads.txt](https://iabtechlab.com/ads-txt/) / [app-ads.txt](https://iabtechlab.com/app-ads-txt/) and in bid requests in the `BidRequest.publisher_id` field on the [Google RTB protocol](https://developers.google.com/authorized-buyers/rtb/downloads/realtime-bidding-proto) or the `BidRequest.site.publisher.id` / `BidRequest.app.publisher.id` field on the [OpenRTB protocol](https://developers.google.com/authorized-buyers/rtb/downloads/openrtb-adx-proto).
1708 &quot;values&quot;: [ # The values specified.
1709 &quot;A String&quot;,
1710 ],
1711 &quot;targetingMode&quot;: &quot;A String&quot;, # How the items in this list should be targeted.
1712 },
1713 &quot;billingId&quot;: &quot;A String&quot;, # Output only. The identifier that corresponds to this pretargeting configuration that helps buyers track and attribute their spend across their own arbitrary divisions. If a bid request matches more than one configuration, the buyer chooses which billing_id to attribute each of their bids.
1714 &quot;minimumViewabilityDecile&quot;: 42, # The targeted minimum viewability decile, ranging in values [0, 10]. A value of 5 means that the configuration will only match adslots for which we predict at least 50% viewability. Values &gt; 10 will be rounded down to 10. An unset value or a value of 0 indicates that bid requests will be sent regardless of viewability.
1715 &quot;appTargeting&quot;: { # A subset of app inventory to target. Bid requests that match criteria in at least one of the specified dimensions will be sent. # Targeting on a subset of app inventory. If APP is listed in targeted_environments, the specified targeting is applied. A maximum of 30,000 app IDs can be targeted. An unset value for targeting allows all app-based bid requests to be sent. Apps can either be targeting positively (bid requests will be sent only if the destination app is listed in the targeting dimension) or negatively (bid requests will be sent only if the destination app is not listed in the targeting dimension).
1716 &quot;mobileAppCategoryTargeting&quot;: { # Generic targeting used for targeting dimensions that contain a list of included and excluded numeric IDs used in app, user list, geo, and vertical id targeting. # Lists of included and excluded mobile app categories as defined in https://developers.google.com/adwords/api/docs/appendix/mobileappcategories.csv.
1717 &quot;includedIds&quot;: [ # The IDs included in a configuration.
1718 &quot;A String&quot;,
1719 ],
1720 &quot;excludedIds&quot;: [ # The IDs excluded in a configuration.
1721 &quot;A String&quot;,
1722 ],
1723 },
1724 &quot;mobileAppTargeting&quot;: { # Generic targeting with string values used in app, website and publisher targeting. # Targeted app IDs. App IDs can refer to those found in an app store or ones that are not published in an app store. A maximum of 30,000 app IDs can be targeted.
1725 &quot;values&quot;: [ # The values specified.
1726 &quot;A String&quot;,
1727 ],
1728 &quot;targetingMode&quot;: &quot;A String&quot;, # How the items in this list should be targeted.
1729 },
1730 },
1731 &quot;includedUserIdTypes&quot;: [ # User identifier types included in this configuration. At least one of the user identifier types specified in this list must be available for the bid request to be sent.
1732 &quot;A String&quot;,
1733 ],
1734 &quot;name&quot;: &quot;A String&quot;, # Output only. Name of the pretargeting configuration that must follow the pattern `bidders/{bidder_account_id}/pretargetingConfigs/{config_id}`
1735 &quot;includedMobileOperatingSystemIds&quot;: [ # The mobile operating systems included in this configuration as defined in https://storage.googleapis.com/adx-rtb-dictionaries/mobile-os.csv
1736 &quot;A String&quot;,
1737 ],
1738 &quot;includedLanguages&quot;: [ # The languages included in this configuration, represented by their language code. See https://developers.google.com/adwords/api/docs/appendix/languagecodes.
1739 &quot;A String&quot;,
1740 ],
1741 &quot;includedFormats&quot;: [ # Creative formats included by this configuration. Only bid requests eligible for at least one of the specified creative formats will be sent. An unset value will allow all bid requests to be sent, regardless of format.
1742 &quot;A String&quot;,
1743 ],
1744 &quot;includedCreativeDimensions&quot;: [ # Creative dimensions included by this configuration. Only bid requests eligible for at least one of the specified creative dimensions will be sent. An unset value allows all bid requests to be sent, regardless of creative dimension.
1745 { # The dimensions of a creative. This applies to only HTML and Native creatives.
1746 &quot;width&quot;: &quot;A String&quot;, # The width of the creative in pixels.
1747 &quot;height&quot;: &quot;A String&quot;, # The height of the creative in pixels.
1748 },
1749 ],
1750 }</pre>
1751</div>
1752
1753</body></html>