OLD | NEW |
(Empty) | |
| 1 { |
| 2 "auth": { |
| 3 "oauth2": { |
| 4 "scopes": { |
| 5 "https://www.googleapis.com/auth/adexchange.buyer": { |
| 6 "description": "Manage your Ad Exchange buyer account config
uration" |
| 7 } |
| 8 } |
| 9 } |
| 10 }, |
| 11 "basePath": "/adexchangebuyer/v1.3/", |
| 12 "baseUrl": "https://www.googleapis.com/adexchangebuyer/v1.3/", |
| 13 "batchPath": "batch", |
| 14 "canonicalName": "Ad Exchange Buyer", |
| 15 "description": "Accesses your bidding-account information, submits creatives
for validation, finds available direct deals, and retrieves performance reports
.", |
| 16 "discoveryVersion": "v1", |
| 17 "documentationLink": "https://developers.google.com/ad-exchange/buyer-rest", |
| 18 "etag": "\"uUWyYHXmEn-ab7WLvo8qNz2S8ws/uHjNEd1_7g346IAEietALP-Pc6M\"", |
| 19 "icons": { |
| 20 "x16": "https://www.google.com/images/icons/product/doubleclick-16.gif", |
| 21 "x32": "https://www.google.com/images/icons/product/doubleclick-32.gif" |
| 22 }, |
| 23 "id": "adexchangebuyer:v1.3", |
| 24 "kind": "discovery#restDescription", |
| 25 "name": "adexchangebuyer", |
| 26 "ownerDomain": "google.com", |
| 27 "ownerName": "Google", |
| 28 "parameters": { |
| 29 "alt": { |
| 30 "default": "json", |
| 31 "description": "Data format for the response.", |
| 32 "enum": [ |
| 33 "json" |
| 34 ], |
| 35 "enumDescriptions": [ |
| 36 "Responses with Content-Type of application/json" |
| 37 ], |
| 38 "location": "query", |
| 39 "type": "string" |
| 40 }, |
| 41 "fields": { |
| 42 "description": "Selector specifying which fields to include in a par
tial response.", |
| 43 "location": "query", |
| 44 "type": "string" |
| 45 }, |
| 46 "key": { |
| 47 "description": "API key. Your API key identifies your project and pr
ovides you with API access, quota, and reports. Required unless you provide an O
Auth 2.0 token.", |
| 48 "location": "query", |
| 49 "type": "string" |
| 50 }, |
| 51 "oauth_token": { |
| 52 "description": "OAuth 2.0 token for the current user.", |
| 53 "location": "query", |
| 54 "type": "string" |
| 55 }, |
| 56 "prettyPrint": { |
| 57 "default": "true", |
| 58 "description": "Returns response with indentations and line breaks."
, |
| 59 "location": "query", |
| 60 "type": "boolean" |
| 61 }, |
| 62 "quotaUser": { |
| 63 "description": "Available to use for quota purposes for server-side
applications. Can be any arbitrary string assigned to a user, but should not exc
eed 40 characters. Overrides userIp if both are provided.", |
| 64 "location": "query", |
| 65 "type": "string" |
| 66 }, |
| 67 "userIp": { |
| 68 "description": "IP address of the site where the request originates.
Use this if you want to enforce per-user limits.", |
| 69 "location": "query", |
| 70 "type": "string" |
| 71 } |
| 72 }, |
| 73 "protocol": "rest", |
| 74 "resources": { |
| 75 "accounts": { |
| 76 "methods": { |
| 77 "get": { |
| 78 "description": "Gets one account by ID.", |
| 79 "httpMethod": "GET", |
| 80 "id": "adexchangebuyer.accounts.get", |
| 81 "parameterOrder": [ |
| 82 "id" |
| 83 ], |
| 84 "parameters": { |
| 85 "id": { |
| 86 "description": "The account id", |
| 87 "format": "int32", |
| 88 "location": "path", |
| 89 "required": true, |
| 90 "type": "integer" |
| 91 } |
| 92 }, |
| 93 "path": "accounts/{id}", |
| 94 "response": { |
| 95 "$ref": "Account" |
| 96 }, |
| 97 "scopes": [ |
| 98 "https://www.googleapis.com/auth/adexchange.buyer" |
| 99 ] |
| 100 }, |
| 101 "list": { |
| 102 "description": "Retrieves the authenticated user's list of a
ccounts.", |
| 103 "httpMethod": "GET", |
| 104 "id": "adexchangebuyer.accounts.list", |
| 105 "path": "accounts", |
| 106 "response": { |
| 107 "$ref": "AccountsList" |
| 108 }, |
| 109 "scopes": [ |
| 110 "https://www.googleapis.com/auth/adexchange.buyer" |
| 111 ] |
| 112 }, |
| 113 "patch": { |
| 114 "description": "Updates an existing account. This method sup
ports patch semantics.", |
| 115 "httpMethod": "PATCH", |
| 116 "id": "adexchangebuyer.accounts.patch", |
| 117 "parameterOrder": [ |
| 118 "id" |
| 119 ], |
| 120 "parameters": { |
| 121 "id": { |
| 122 "description": "The account id", |
| 123 "format": "int32", |
| 124 "location": "path", |
| 125 "required": true, |
| 126 "type": "integer" |
| 127 } |
| 128 }, |
| 129 "path": "accounts/{id}", |
| 130 "request": { |
| 131 "$ref": "Account" |
| 132 }, |
| 133 "response": { |
| 134 "$ref": "Account" |
| 135 }, |
| 136 "scopes": [ |
| 137 "https://www.googleapis.com/auth/adexchange.buyer" |
| 138 ] |
| 139 }, |
| 140 "update": { |
| 141 "description": "Updates an existing account.", |
| 142 "httpMethod": "PUT", |
| 143 "id": "adexchangebuyer.accounts.update", |
| 144 "parameterOrder": [ |
| 145 "id" |
| 146 ], |
| 147 "parameters": { |
| 148 "id": { |
| 149 "description": "The account id", |
| 150 "format": "int32", |
| 151 "location": "path", |
| 152 "required": true, |
| 153 "type": "integer" |
| 154 } |
| 155 }, |
| 156 "path": "accounts/{id}", |
| 157 "request": { |
| 158 "$ref": "Account" |
| 159 }, |
| 160 "response": { |
| 161 "$ref": "Account" |
| 162 }, |
| 163 "scopes": [ |
| 164 "https://www.googleapis.com/auth/adexchange.buyer" |
| 165 ] |
| 166 } |
| 167 } |
| 168 }, |
| 169 "billingInfo": { |
| 170 "methods": { |
| 171 "get": { |
| 172 "description": "Returns the billing information for one acco
unt specified by account ID.", |
| 173 "httpMethod": "GET", |
| 174 "id": "adexchangebuyer.billingInfo.get", |
| 175 "parameterOrder": [ |
| 176 "accountId" |
| 177 ], |
| 178 "parameters": { |
| 179 "accountId": { |
| 180 "description": "The account id.", |
| 181 "format": "int32", |
| 182 "location": "path", |
| 183 "required": true, |
| 184 "type": "integer" |
| 185 } |
| 186 }, |
| 187 "path": "billinginfo/{accountId}", |
| 188 "response": { |
| 189 "$ref": "BillingInfo" |
| 190 }, |
| 191 "scopes": [ |
| 192 "https://www.googleapis.com/auth/adexchange.buyer" |
| 193 ] |
| 194 }, |
| 195 "list": { |
| 196 "description": "Retrieves a list of billing information for
all accounts of the authenticated user.", |
| 197 "httpMethod": "GET", |
| 198 "id": "adexchangebuyer.billingInfo.list", |
| 199 "path": "billinginfo", |
| 200 "response": { |
| 201 "$ref": "BillingInfoList" |
| 202 }, |
| 203 "scopes": [ |
| 204 "https://www.googleapis.com/auth/adexchange.buyer" |
| 205 ] |
| 206 } |
| 207 } |
| 208 }, |
| 209 "creatives": { |
| 210 "methods": { |
| 211 "get": { |
| 212 "description": "Gets the status for a single creative. A cre
ative will be available 30-40 minutes after submission.", |
| 213 "httpMethod": "GET", |
| 214 "id": "adexchangebuyer.creatives.get", |
| 215 "parameterOrder": [ |
| 216 "accountId", |
| 217 "buyerCreativeId" |
| 218 ], |
| 219 "parameters": { |
| 220 "accountId": { |
| 221 "description": "The id for the account that will ser
ve this creative.", |
| 222 "format": "int32", |
| 223 "location": "path", |
| 224 "required": true, |
| 225 "type": "integer" |
| 226 }, |
| 227 "buyerCreativeId": { |
| 228 "description": "The buyer-specific id for this creat
ive.", |
| 229 "location": "path", |
| 230 "required": true, |
| 231 "type": "string" |
| 232 } |
| 233 }, |
| 234 "path": "creatives/{accountId}/{buyerCreativeId}", |
| 235 "response": { |
| 236 "$ref": "Creative" |
| 237 }, |
| 238 "scopes": [ |
| 239 "https://www.googleapis.com/auth/adexchange.buyer" |
| 240 ] |
| 241 }, |
| 242 "insert": { |
| 243 "description": "Submit a new creative.", |
| 244 "httpMethod": "POST", |
| 245 "id": "adexchangebuyer.creatives.insert", |
| 246 "path": "creatives", |
| 247 "request": { |
| 248 "$ref": "Creative" |
| 249 }, |
| 250 "response": { |
| 251 "$ref": "Creative" |
| 252 }, |
| 253 "scopes": [ |
| 254 "https://www.googleapis.com/auth/adexchange.buyer" |
| 255 ] |
| 256 }, |
| 257 "list": { |
| 258 "description": "Retrieves a list of the authenticated user's
active creatives. A creative will be available 30-40 minutes after submission."
, |
| 259 "httpMethod": "GET", |
| 260 "id": "adexchangebuyer.creatives.list", |
| 261 "parameters": { |
| 262 "accountId": { |
| 263 "description": "When specified, only creatives for t
he given account ids are returned.", |
| 264 "format": "int32", |
| 265 "location": "query", |
| 266 "repeated": true, |
| 267 "type": "integer" |
| 268 }, |
| 269 "buyerCreativeId": { |
| 270 "description": "When specified, only creatives for t
he given buyer creative ids are returned.", |
| 271 "location": "query", |
| 272 "repeated": true, |
| 273 "type": "string" |
| 274 }, |
| 275 "maxResults": { |
| 276 "description": "Maximum number of entries returned o
n one result page. If not set, the default is 100. Optional.", |
| 277 "format": "uint32", |
| 278 "location": "query", |
| 279 "maximum": "1000", |
| 280 "minimum": "1", |
| 281 "type": "integer" |
| 282 }, |
| 283 "pageToken": { |
| 284 "description": "A continuation token, used to page t
hrough ad clients. To retrieve the next page, set this parameter to the value of
\"nextPageToken\" from the previous response. Optional.", |
| 285 "location": "query", |
| 286 "type": "string" |
| 287 }, |
| 288 "statusFilter": { |
| 289 "description": "When specified, only creatives havin
g the given status are returned.", |
| 290 "enum": [ |
| 291 "approved", |
| 292 "disapproved", |
| 293 "not_checked" |
| 294 ], |
| 295 "enumDescriptions": [ |
| 296 "Creatives which have been approved.", |
| 297 "Creatives which have been disapproved.", |
| 298 "Creatives whose status is not yet checked." |
| 299 ], |
| 300 "location": "query", |
| 301 "type": "string" |
| 302 } |
| 303 }, |
| 304 "path": "creatives", |
| 305 "response": { |
| 306 "$ref": "CreativesList" |
| 307 }, |
| 308 "scopes": [ |
| 309 "https://www.googleapis.com/auth/adexchange.buyer" |
| 310 ] |
| 311 } |
| 312 } |
| 313 }, |
| 314 "directDeals": { |
| 315 "methods": { |
| 316 "get": { |
| 317 "description": "Gets one direct deal by ID.", |
| 318 "httpMethod": "GET", |
| 319 "id": "adexchangebuyer.directDeals.get", |
| 320 "parameterOrder": [ |
| 321 "id" |
| 322 ], |
| 323 "parameters": { |
| 324 "id": { |
| 325 "description": "The direct deal id", |
| 326 "format": "int64", |
| 327 "location": "path", |
| 328 "required": true, |
| 329 "type": "string" |
| 330 } |
| 331 }, |
| 332 "path": "directdeals/{id}", |
| 333 "response": { |
| 334 "$ref": "DirectDeal" |
| 335 }, |
| 336 "scopes": [ |
| 337 "https://www.googleapis.com/auth/adexchange.buyer" |
| 338 ] |
| 339 }, |
| 340 "list": { |
| 341 "description": "Retrieves the authenticated user's list of d
irect deals.", |
| 342 "httpMethod": "GET", |
| 343 "id": "adexchangebuyer.directDeals.list", |
| 344 "path": "directdeals", |
| 345 "response": { |
| 346 "$ref": "DirectDealsList" |
| 347 }, |
| 348 "scopes": [ |
| 349 "https://www.googleapis.com/auth/adexchange.buyer" |
| 350 ] |
| 351 } |
| 352 } |
| 353 }, |
| 354 "performanceReport": { |
| 355 "methods": { |
| 356 "list": { |
| 357 "description": "Retrieves the authenticated user's list of p
erformance metrics.", |
| 358 "httpMethod": "GET", |
| 359 "id": "adexchangebuyer.performanceReport.list", |
| 360 "parameterOrder": [ |
| 361 "accountId", |
| 362 "endDateTime", |
| 363 "startDateTime" |
| 364 ], |
| 365 "parameters": { |
| 366 "accountId": { |
| 367 "description": "The account id to get the reports.", |
| 368 "format": "int64", |
| 369 "location": "query", |
| 370 "required": true, |
| 371 "type": "string" |
| 372 }, |
| 373 "endDateTime": { |
| 374 "description": "The end time of the report in ISO 86
01 timestamp format using UTC.", |
| 375 "location": "query", |
| 376 "required": true, |
| 377 "type": "string" |
| 378 }, |
| 379 "maxResults": { |
| 380 "description": "Maximum number of entries returned o
n one result page. If not set, the default is 100. Optional.", |
| 381 "format": "uint32", |
| 382 "location": "query", |
| 383 "maximum": "1000", |
| 384 "minimum": "1", |
| 385 "type": "integer" |
| 386 }, |
| 387 "pageToken": { |
| 388 "description": "A continuation token, used to page t
hrough performance reports. To retrieve the next page, set this parameter to the
value of \"nextPageToken\" from the previous response. Optional.", |
| 389 "location": "query", |
| 390 "type": "string" |
| 391 }, |
| 392 "startDateTime": { |
| 393 "description": "The start time of the report in ISO
8601 timestamp format using UTC.", |
| 394 "location": "query", |
| 395 "required": true, |
| 396 "type": "string" |
| 397 } |
| 398 }, |
| 399 "path": "performancereport", |
| 400 "response": { |
| 401 "$ref": "PerformanceReportList" |
| 402 }, |
| 403 "scopes": [ |
| 404 "https://www.googleapis.com/auth/adexchange.buyer" |
| 405 ] |
| 406 } |
| 407 } |
| 408 }, |
| 409 "pretargetingConfig": { |
| 410 "methods": { |
| 411 "delete": { |
| 412 "description": "Deletes an existing pretargeting config.", |
| 413 "httpMethod": "DELETE", |
| 414 "id": "adexchangebuyer.pretargetingConfig.delete", |
| 415 "parameterOrder": [ |
| 416 "accountId", |
| 417 "configId" |
| 418 ], |
| 419 "parameters": { |
| 420 "accountId": { |
| 421 "description": "The account id to delete the pretarg
eting config for.", |
| 422 "format": "int64", |
| 423 "location": "path", |
| 424 "required": true, |
| 425 "type": "string" |
| 426 }, |
| 427 "configId": { |
| 428 "description": "The specific id of the configuration
to delete.", |
| 429 "format": "int64", |
| 430 "location": "path", |
| 431 "required": true, |
| 432 "type": "string" |
| 433 } |
| 434 }, |
| 435 "path": "pretargetingconfigs/{accountId}/{configId}", |
| 436 "scopes": [ |
| 437 "https://www.googleapis.com/auth/adexchange.buyer" |
| 438 ] |
| 439 }, |
| 440 "get": { |
| 441 "description": "Gets a specific pretargeting configuration", |
| 442 "httpMethod": "GET", |
| 443 "id": "adexchangebuyer.pretargetingConfig.get", |
| 444 "parameterOrder": [ |
| 445 "accountId", |
| 446 "configId" |
| 447 ], |
| 448 "parameters": { |
| 449 "accountId": { |
| 450 "description": "The account id to get the pretargeti
ng config for.", |
| 451 "format": "int64", |
| 452 "location": "path", |
| 453 "required": true, |
| 454 "type": "string" |
| 455 }, |
| 456 "configId": { |
| 457 "description": "The specific id of the configuration
to retrieve.", |
| 458 "format": "int64", |
| 459 "location": "path", |
| 460 "required": true, |
| 461 "type": "string" |
| 462 } |
| 463 }, |
| 464 "path": "pretargetingconfigs/{accountId}/{configId}", |
| 465 "response": { |
| 466 "$ref": "PretargetingConfig" |
| 467 }, |
| 468 "scopes": [ |
| 469 "https://www.googleapis.com/auth/adexchange.buyer" |
| 470 ] |
| 471 }, |
| 472 "insert": { |
| 473 "description": "Inserts a new pretargeting configuration.", |
| 474 "httpMethod": "POST", |
| 475 "id": "adexchangebuyer.pretargetingConfig.insert", |
| 476 "parameterOrder": [ |
| 477 "accountId" |
| 478 ], |
| 479 "parameters": { |
| 480 "accountId": { |
| 481 "description": "The account id to insert the pretarg
eting config for.", |
| 482 "format": "int64", |
| 483 "location": "path", |
| 484 "required": true, |
| 485 "type": "string" |
| 486 } |
| 487 }, |
| 488 "path": "pretargetingconfigs/{accountId}", |
| 489 "request": { |
| 490 "$ref": "PretargetingConfig" |
| 491 }, |
| 492 "response": { |
| 493 "$ref": "PretargetingConfig" |
| 494 }, |
| 495 "scopes": [ |
| 496 "https://www.googleapis.com/auth/adexchange.buyer" |
| 497 ] |
| 498 }, |
| 499 "list": { |
| 500 "description": "Retrieves a list of the authenticated user's
pretargeting configurations.", |
| 501 "httpMethod": "GET", |
| 502 "id": "adexchangebuyer.pretargetingConfig.list", |
| 503 "parameterOrder": [ |
| 504 "accountId" |
| 505 ], |
| 506 "parameters": { |
| 507 "accountId": { |
| 508 "description": "The account id to get the pretargeti
ng configs for.", |
| 509 "format": "int64", |
| 510 "location": "path", |
| 511 "required": true, |
| 512 "type": "string" |
| 513 } |
| 514 }, |
| 515 "path": "pretargetingconfigs/{accountId}", |
| 516 "response": { |
| 517 "$ref": "PretargetingConfigList" |
| 518 }, |
| 519 "scopes": [ |
| 520 "https://www.googleapis.com/auth/adexchange.buyer" |
| 521 ] |
| 522 }, |
| 523 "patch": { |
| 524 "description": "Updates an existing pretargeting config. Thi
s method supports patch semantics.", |
| 525 "httpMethod": "PATCH", |
| 526 "id": "adexchangebuyer.pretargetingConfig.patch", |
| 527 "parameterOrder": [ |
| 528 "accountId", |
| 529 "configId" |
| 530 ], |
| 531 "parameters": { |
| 532 "accountId": { |
| 533 "description": "The account id to update the pretarg
eting config for.", |
| 534 "format": "int64", |
| 535 "location": "path", |
| 536 "required": true, |
| 537 "type": "string" |
| 538 }, |
| 539 "configId": { |
| 540 "description": "The specific id of the configuration
to update.", |
| 541 "format": "int64", |
| 542 "location": "path", |
| 543 "required": true, |
| 544 "type": "string" |
| 545 } |
| 546 }, |
| 547 "path": "pretargetingconfigs/{accountId}/{configId}", |
| 548 "request": { |
| 549 "$ref": "PretargetingConfig" |
| 550 }, |
| 551 "response": { |
| 552 "$ref": "PretargetingConfig" |
| 553 }, |
| 554 "scopes": [ |
| 555 "https://www.googleapis.com/auth/adexchange.buyer" |
| 556 ] |
| 557 }, |
| 558 "update": { |
| 559 "description": "Updates an existing pretargeting config.", |
| 560 "httpMethod": "PUT", |
| 561 "id": "adexchangebuyer.pretargetingConfig.update", |
| 562 "parameterOrder": [ |
| 563 "accountId", |
| 564 "configId" |
| 565 ], |
| 566 "parameters": { |
| 567 "accountId": { |
| 568 "description": "The account id to update the pretarg
eting config for.", |
| 569 "format": "int64", |
| 570 "location": "path", |
| 571 "required": true, |
| 572 "type": "string" |
| 573 }, |
| 574 "configId": { |
| 575 "description": "The specific id of the configuration
to update.", |
| 576 "format": "int64", |
| 577 "location": "path", |
| 578 "required": true, |
| 579 "type": "string" |
| 580 } |
| 581 }, |
| 582 "path": "pretargetingconfigs/{accountId}/{configId}", |
| 583 "request": { |
| 584 "$ref": "PretargetingConfig" |
| 585 }, |
| 586 "response": { |
| 587 "$ref": "PretargetingConfig" |
| 588 }, |
| 589 "scopes": [ |
| 590 "https://www.googleapis.com/auth/adexchange.buyer" |
| 591 ] |
| 592 } |
| 593 } |
| 594 } |
| 595 }, |
| 596 "revision": "20140904", |
| 597 "rootUrl": "https://www.googleapis.com/", |
| 598 "schemas": { |
| 599 "Account": { |
| 600 "description": "Configuration data for an Ad Exchange buyer account.
", |
| 601 "id": "Account", |
| 602 "properties": { |
| 603 "bidderLocation": { |
| 604 "description": "Your bidder locations that have distinct URL
s.", |
| 605 "items": { |
| 606 "properties": { |
| 607 "maximumQps": { |
| 608 "description": "The maximum queries per second t
he Ad Exchange will send.", |
| 609 "format": "int32", |
| 610 "type": "integer" |
| 611 }, |
| 612 "region": { |
| 613 "description": "The geographical region the Ad E
xchange should send requests from. Only used by some quota systems, but always s
etting the value is recommended. Allowed values: \n- ASIA \n- EUROPE \n- US_EAS
T \n- US_WEST", |
| 614 "type": "string" |
| 615 }, |
| 616 "url": { |
| 617 "description": "The URL to which the Ad Exchange
will send bid requests.", |
| 618 "type": "string" |
| 619 } |
| 620 }, |
| 621 "type": "object" |
| 622 }, |
| 623 "type": "array" |
| 624 }, |
| 625 "cookieMatchingNid": { |
| 626 "description": "The nid parameter value used in cookie match
requests. Please contact your technical account manager if you need to change t
his.", |
| 627 "type": "string" |
| 628 }, |
| 629 "cookieMatchingUrl": { |
| 630 "description": "The base URL used in cookie match requests."
, |
| 631 "type": "string" |
| 632 }, |
| 633 "id": { |
| 634 "description": "Account id.", |
| 635 "format": "int32", |
| 636 "type": "integer" |
| 637 }, |
| 638 "kind": { |
| 639 "default": "adexchangebuyer#account", |
| 640 "description": "Resource type.", |
| 641 "type": "string" |
| 642 }, |
| 643 "maximumTotalQps": { |
| 644 "description": "The sum of all bidderLocation.maximumQps val
ues cannot exceed this. Please contact your technical account manager if you nee
d to change this.", |
| 645 "format": "int32", |
| 646 "type": "integer" |
| 647 } |
| 648 }, |
| 649 "type": "object" |
| 650 }, |
| 651 "AccountsList": { |
| 652 "description": "An account feed lists Ad Exchange buyer accounts tha
t the user has access to. Each entry in the feed corresponds to a single buyer a
ccount.", |
| 653 "id": "AccountsList", |
| 654 "properties": { |
| 655 "items": { |
| 656 "description": "A list of accounts.", |
| 657 "items": { |
| 658 "$ref": "Account" |
| 659 }, |
| 660 "type": "array" |
| 661 }, |
| 662 "kind": { |
| 663 "default": "adexchangebuyer#accountsList", |
| 664 "description": "Resource type.", |
| 665 "type": "string" |
| 666 } |
| 667 }, |
| 668 "type": "object" |
| 669 }, |
| 670 "BillingInfo": { |
| 671 "description": "The configuration data for an Ad Exchange billing in
fo.", |
| 672 "id": "BillingInfo", |
| 673 "properties": { |
| 674 "accountId": { |
| 675 "description": "Account id.", |
| 676 "format": "int32", |
| 677 "type": "integer" |
| 678 }, |
| 679 "accountName": { |
| 680 "description": "Account name.", |
| 681 "type": "string" |
| 682 }, |
| 683 "billingId": { |
| 684 "description": "A list of adgroup IDs associated with this p
articular account. These IDs may show up as part of a realtime bidding BidReques
t, which indicates a bid request for this account.", |
| 685 "items": { |
| 686 "type": "string" |
| 687 }, |
| 688 "type": "array" |
| 689 }, |
| 690 "kind": { |
| 691 "default": "adexchangebuyer#billingInfo", |
| 692 "description": "Resource type.", |
| 693 "type": "string" |
| 694 } |
| 695 }, |
| 696 "type": "object" |
| 697 }, |
| 698 "BillingInfoList": { |
| 699 "description": "A billing info feed lists Billing Info the Ad Exchan
ge buyer account has access to. Each entry in the feed corresponds to a single b
illing info.", |
| 700 "id": "BillingInfoList", |
| 701 "properties": { |
| 702 "items": { |
| 703 "description": "A list of billing info relevant for your acc
ount.", |
| 704 "items": { |
| 705 "$ref": "BillingInfo" |
| 706 }, |
| 707 "type": "array" |
| 708 }, |
| 709 "kind": { |
| 710 "default": "adexchangebuyer#billingInfoList", |
| 711 "description": "Resource type.", |
| 712 "type": "string" |
| 713 } |
| 714 }, |
| 715 "type": "object" |
| 716 }, |
| 717 "Creative": { |
| 718 "description": "A creative and its classification data.", |
| 719 "id": "Creative", |
| 720 "properties": { |
| 721 "HTMLSnippet": { |
| 722 "description": "The HTML snippet that displays the ad when i
nserted in the web page. If set, videoURL should not be set.", |
| 723 "type": "string" |
| 724 }, |
| 725 "accountId": { |
| 726 "annotations": { |
| 727 "required": [ |
| 728 "adexchangebuyer.creatives.insert" |
| 729 ] |
| 730 }, |
| 731 "description": "Account id.", |
| 732 "format": "int32", |
| 733 "type": "integer" |
| 734 }, |
| 735 "advertiserId": { |
| 736 "description": "Detected advertiser id, if any. Read-only. T
his field should not be set in requests.", |
| 737 "items": { |
| 738 "format": "int64", |
| 739 "type": "string" |
| 740 }, |
| 741 "type": "array" |
| 742 }, |
| 743 "advertiserName": { |
| 744 "annotations": { |
| 745 "required": [ |
| 746 "adexchangebuyer.creatives.insert" |
| 747 ] |
| 748 }, |
| 749 "description": "The name of the company being advertised in
the creative.", |
| 750 "type": "string" |
| 751 }, |
| 752 "agencyId": { |
| 753 "description": "The agency id for this creative.", |
| 754 "format": "int64", |
| 755 "type": "string" |
| 756 }, |
| 757 "attribute": { |
| 758 "description": "All attributes for the ads that may be shown
from this snippet.", |
| 759 "items": { |
| 760 "format": "int32", |
| 761 "type": "integer" |
| 762 }, |
| 763 "type": "array" |
| 764 }, |
| 765 "buyerCreativeId": { |
| 766 "annotations": { |
| 767 "required": [ |
| 768 "adexchangebuyer.creatives.insert" |
| 769 ] |
| 770 }, |
| 771 "description": "A buyer-specific id identifying the creative
in this ad.", |
| 772 "type": "string" |
| 773 }, |
| 774 "clickThroughUrl": { |
| 775 "annotations": { |
| 776 "required": [ |
| 777 "adexchangebuyer.creatives.insert" |
| 778 ] |
| 779 }, |
| 780 "description": "The set of destination urls for the snippet.
", |
| 781 "items": { |
| 782 "type": "string" |
| 783 }, |
| 784 "type": "array" |
| 785 }, |
| 786 "corrections": { |
| 787 "description": "Shows any corrections that were applied to t
his creative. Read-only. This field should not be set in requests.", |
| 788 "items": { |
| 789 "properties": { |
| 790 "details": { |
| 791 "description": "Additional details about the cor
rection.", |
| 792 "items": { |
| 793 "type": "string" |
| 794 }, |
| 795 "type": "array" |
| 796 }, |
| 797 "reason": { |
| 798 "description": "The type of correction that was
applied to the creative.", |
| 799 "type": "string" |
| 800 } |
| 801 }, |
| 802 "type": "object" |
| 803 }, |
| 804 "type": "array" |
| 805 }, |
| 806 "disapprovalReasons": { |
| 807 "description": "The reasons for disapproval, if any. Note th
at not all disapproval reasons may be categorized, so it is possible for the cre
ative to have a status of DISAPPROVED with an empty list for disapproval_reasons
. In this case, please reach out to your TAM to help debug the issue. Read-only.
This field should not be set in requests.", |
| 808 "items": { |
| 809 "properties": { |
| 810 "details": { |
| 811 "description": "Additional details about the rea
son for disapproval.", |
| 812 "items": { |
| 813 "type": "string" |
| 814 }, |
| 815 "type": "array" |
| 816 }, |
| 817 "reason": { |
| 818 "description": "The categorized reason for disap
proval.", |
| 819 "type": "string" |
| 820 } |
| 821 }, |
| 822 "type": "object" |
| 823 }, |
| 824 "type": "array" |
| 825 }, |
| 826 "filteringReasons": { |
| 827 "description": "The filtering reasons for the creative. If t
his feature is not enabled, please ask your technical account manager. Read-only
. This field should not be set in requests.", |
| 828 "properties": { |
| 829 "date": { |
| 830 "description": "The date in ISO 8601 format for the
data. The data is collected from 00:00:00 to 23:59:59 in PST.", |
| 831 "type": "string" |
| 832 }, |
| 833 "reasons": { |
| 834 "description": "The filtering reasons.", |
| 835 "items": { |
| 836 "properties": { |
| 837 "filteringCount": { |
| 838 "description": "The number of times the
creative was filtered for the status. The count is aggregated across all publish
ers on the exchange.", |
| 839 "format": "int64", |
| 840 "type": "string" |
| 841 }, |
| 842 "filteringStatus": { |
| 843 "description": "The filtering status cod
e. Please refer to the creative-status-codes.txt file for different statuses.", |
| 844 "format": "int32", |
| 845 "type": "integer" |
| 846 } |
| 847 }, |
| 848 "type": "object" |
| 849 }, |
| 850 "type": "array" |
| 851 } |
| 852 }, |
| 853 "type": "object" |
| 854 }, |
| 855 "height": { |
| 856 "annotations": { |
| 857 "required": [ |
| 858 "adexchangebuyer.creatives.insert" |
| 859 ] |
| 860 }, |
| 861 "description": "Ad height.", |
| 862 "format": "int32", |
| 863 "type": "integer" |
| 864 }, |
| 865 "kind": { |
| 866 "default": "adexchangebuyer#creative", |
| 867 "description": "Resource type.", |
| 868 "type": "string" |
| 869 }, |
| 870 "productCategories": { |
| 871 "description": "Detected product categories, if any. Read-on
ly. This field should not be set in requests.", |
| 872 "items": { |
| 873 "format": "int32", |
| 874 "type": "integer" |
| 875 }, |
| 876 "type": "array" |
| 877 }, |
| 878 "restrictedCategories": { |
| 879 "description": "All restricted categories for the ads that m
ay be shown from this snippet.", |
| 880 "items": { |
| 881 "format": "int32", |
| 882 "type": "integer" |
| 883 }, |
| 884 "type": "array" |
| 885 }, |
| 886 "sensitiveCategories": { |
| 887 "description": "Detected sensitive categories, if any. Read-
only. This field should not be set in requests.", |
| 888 "items": { |
| 889 "format": "int32", |
| 890 "type": "integer" |
| 891 }, |
| 892 "type": "array" |
| 893 }, |
| 894 "status": { |
| 895 "description": "Creative serving status. Read-only. This fie
ld should not be set in requests.", |
| 896 "type": "string" |
| 897 }, |
| 898 "vendorType": { |
| 899 "description": "All vendor types for the ads that may be sho
wn from this snippet.", |
| 900 "items": { |
| 901 "format": "int32", |
| 902 "type": "integer" |
| 903 }, |
| 904 "type": "array" |
| 905 }, |
| 906 "videoURL": { |
| 907 "description": "The url to fetch a video ad. If set, HTMLSni
ppet should not be set.", |
| 908 "type": "string" |
| 909 }, |
| 910 "width": { |
| 911 "annotations": { |
| 912 "required": [ |
| 913 "adexchangebuyer.creatives.insert" |
| 914 ] |
| 915 }, |
| 916 "description": "Ad width.", |
| 917 "format": "int32", |
| 918 "type": "integer" |
| 919 } |
| 920 }, |
| 921 "type": "object" |
| 922 }, |
| 923 "CreativesList": { |
| 924 "description": "The creatives feed lists the active creatives for th
e Ad Exchange buyer accounts that the user has access to. Each entry in the feed
corresponds to a single creative.", |
| 925 "id": "CreativesList", |
| 926 "properties": { |
| 927 "items": { |
| 928 "description": "A list of creatives.", |
| 929 "items": { |
| 930 "$ref": "Creative" |
| 931 }, |
| 932 "type": "array" |
| 933 }, |
| 934 "kind": { |
| 935 "default": "adexchangebuyer#creativesList", |
| 936 "description": "Resource type.", |
| 937 "type": "string" |
| 938 }, |
| 939 "nextPageToken": { |
| 940 "description": "Continuation token used to page through crea
tives. To retrieve the next page of results, set the next request's \"pageToken\
" value to this.", |
| 941 "type": "string" |
| 942 } |
| 943 }, |
| 944 "type": "object" |
| 945 }, |
| 946 "DirectDeal": { |
| 947 "description": "The configuration data for an Ad Exchange direct dea
l.", |
| 948 "id": "DirectDeal", |
| 949 "properties": { |
| 950 "accountId": { |
| 951 "description": "The account id of the buyer this deal is for
.", |
| 952 "format": "int32", |
| 953 "type": "integer" |
| 954 }, |
| 955 "advertiser": { |
| 956 "description": "The name of the advertiser this deal is for.
", |
| 957 "type": "string" |
| 958 }, |
| 959 "currencyCode": { |
| 960 "description": "The currency code that applies to the fixed_
cpm value. If not set then assumed to be USD.", |
| 961 "type": "string" |
| 962 }, |
| 963 "endTime": { |
| 964 "description": "End time for when this deal stops being acti
ve. If not set then this deal is valid until manually disabled by the publisher.
In seconds since the epoch.", |
| 965 "format": "int64", |
| 966 "type": "string" |
| 967 }, |
| 968 "fixedCpm": { |
| 969 "description": "The fixed price for this direct deal. In cpm
micros of currency according to currency_code. If set, then this deal is eligib
le for the fixed price tier of buying (highest priority, pay exactly the configu
red fixed price).", |
| 970 "format": "int64", |
| 971 "type": "string" |
| 972 }, |
| 973 "id": { |
| 974 "description": "Deal id.", |
| 975 "format": "int64", |
| 976 "type": "string" |
| 977 }, |
| 978 "kind": { |
| 979 "default": "adexchangebuyer#directDeal", |
| 980 "description": "Resource type.", |
| 981 "type": "string" |
| 982 }, |
| 983 "name": { |
| 984 "description": "Deal name.", |
| 985 "type": "string" |
| 986 }, |
| 987 "privateExchangeMinCpm": { |
| 988 "description": "The minimum price for this direct deal. In c
pm micros of currency according to currency_code. If set, then this deal is elig
ible for the private exchange tier of buying (below fixed price priority, run as
a second price auction).", |
| 989 "format": "int64", |
| 990 "type": "string" |
| 991 }, |
| 992 "publisherBlocksOverriden": { |
| 993 "description": "If true, the publisher has opted to have the
ir blocks ignored when a creative is bid with for this deal.", |
| 994 "type": "boolean" |
| 995 }, |
| 996 "sellerNetwork": { |
| 997 "description": "The name of the publisher offering this dire
ct deal.", |
| 998 "type": "string" |
| 999 }, |
| 1000 "startTime": { |
| 1001 "description": "Start time for when this deal becomes active
. If not set then this deal is active immediately upon creation. In seconds sinc
e the epoch.", |
| 1002 "format": "int64", |
| 1003 "type": "string" |
| 1004 } |
| 1005 }, |
| 1006 "type": "object" |
| 1007 }, |
| 1008 "DirectDealsList": { |
| 1009 "description": "A direct deals feed lists Direct Deals the Ad Exchan
ge buyer account has access to. This includes direct deals set up for the buyer
account as well as its merged stream seats.", |
| 1010 "id": "DirectDealsList", |
| 1011 "properties": { |
| 1012 "directDeals": { |
| 1013 "description": "A list of direct deals relevant for your acc
ount.", |
| 1014 "items": { |
| 1015 "$ref": "DirectDeal" |
| 1016 }, |
| 1017 "type": "array" |
| 1018 }, |
| 1019 "kind": { |
| 1020 "default": "adexchangebuyer#directDealsList", |
| 1021 "description": "Resource type.", |
| 1022 "type": "string" |
| 1023 } |
| 1024 }, |
| 1025 "type": "object" |
| 1026 }, |
| 1027 "PerformanceReport": { |
| 1028 "description": "The configuration data for an Ad Exchange performanc
e report list.", |
| 1029 "id": "PerformanceReport", |
| 1030 "properties": { |
| 1031 "calloutStatusRate": { |
| 1032 "description": "Rate of various prefiltering statuses per ma
tch. Please refer to the callout-status-codes.txt file for different statuses.", |
| 1033 "items": { |
| 1034 "type": "any" |
| 1035 }, |
| 1036 "type": "array" |
| 1037 }, |
| 1038 "cookieMatcherStatusRate": { |
| 1039 "description": "Average QPS for cookie matcher operations.", |
| 1040 "items": { |
| 1041 "type": "any" |
| 1042 }, |
| 1043 "type": "array" |
| 1044 }, |
| 1045 "creativeStatusRate": { |
| 1046 "description": "Rate of ads with a given status. Please refe
r to the creative-status-codes.txt file for different statuses.", |
| 1047 "items": { |
| 1048 "type": "any" |
| 1049 }, |
| 1050 "type": "array" |
| 1051 }, |
| 1052 "hostedMatchStatusRate": { |
| 1053 "description": "Average QPS for hosted match operations.", |
| 1054 "items": { |
| 1055 "type": "any" |
| 1056 }, |
| 1057 "type": "array" |
| 1058 }, |
| 1059 "kind": { |
| 1060 "default": "adexchangebuyer#performanceReport", |
| 1061 "description": "Resource type.", |
| 1062 "type": "string" |
| 1063 }, |
| 1064 "latency50thPercentile": { |
| 1065 "description": "The 50th percentile round trip latency(ms) a
s perceived from Google servers for the duration period covered by the report.", |
| 1066 "format": "double", |
| 1067 "type": "number" |
| 1068 }, |
| 1069 "latency85thPercentile": { |
| 1070 "description": "The 85th percentile round trip latency(ms) a
s perceived from Google servers for the duration period covered by the report.", |
| 1071 "format": "double", |
| 1072 "type": "number" |
| 1073 }, |
| 1074 "latency95thPercentile": { |
| 1075 "description": "The 95th percentile round trip latency(ms) a
s perceived from Google servers for the duration period covered by the report.", |
| 1076 "format": "double", |
| 1077 "type": "number" |
| 1078 }, |
| 1079 "noQuotaInRegion": { |
| 1080 "description": "Rate of various quota account statuses per q
uota check.", |
| 1081 "format": "double", |
| 1082 "type": "number" |
| 1083 }, |
| 1084 "outOfQuota": { |
| 1085 "description": "Rate of various quota account statuses per q
uota check.", |
| 1086 "format": "double", |
| 1087 "type": "number" |
| 1088 }, |
| 1089 "pixelMatchRequests": { |
| 1090 "description": "Average QPS for pixel match requests from cl
ients.", |
| 1091 "format": "double", |
| 1092 "type": "number" |
| 1093 }, |
| 1094 "pixelMatchResponses": { |
| 1095 "description": "Average QPS for pixel match responses from c
lients.", |
| 1096 "format": "double", |
| 1097 "type": "number" |
| 1098 }, |
| 1099 "quotaConfiguredLimit": { |
| 1100 "description": "The configured quota limits for this account
.", |
| 1101 "format": "double", |
| 1102 "type": "number" |
| 1103 }, |
| 1104 "quotaThrottledLimit": { |
| 1105 "description": "The throttled quota limits for this account.
", |
| 1106 "format": "double", |
| 1107 "type": "number" |
| 1108 }, |
| 1109 "region": { |
| 1110 "description": "The trading location of this data.", |
| 1111 "type": "string" |
| 1112 }, |
| 1113 "timestamp": { |
| 1114 "description": "The unix timestamp of the starting time of t
his performance data.", |
| 1115 "format": "int64", |
| 1116 "type": "string" |
| 1117 } |
| 1118 }, |
| 1119 "type": "object" |
| 1120 }, |
| 1121 "PerformanceReportList": { |
| 1122 "description": "The configuration data for an Ad Exchange performanc
e report list. https://sites.google.com/a/google.com/adx-integration/Home/engine
ering/binary-releases/rtb-api-release https://cs.corp.google.com/#piper///depot/
google3/contentads/adx/tools/rtb_api/adxrtb.py", |
| 1123 "id": "PerformanceReportList", |
| 1124 "properties": { |
| 1125 "kind": { |
| 1126 "default": "adexchangebuyer#performanceReportList", |
| 1127 "description": "Resource type.", |
| 1128 "type": "string" |
| 1129 }, |
| 1130 "performanceReport": { |
| 1131 "description": "A list of performance reports relevant for t
he account.", |
| 1132 "items": { |
| 1133 "$ref": "PerformanceReport" |
| 1134 }, |
| 1135 "type": "array" |
| 1136 } |
| 1137 }, |
| 1138 "type": "object" |
| 1139 }, |
| 1140 "PretargetingConfig": { |
| 1141 "id": "PretargetingConfig", |
| 1142 "properties": { |
| 1143 "billingId": { |
| 1144 "description": "The id for billing purposes, provided for re
ference. Leave this field blank for insert requests; the id will be generated au
tomatically.", |
| 1145 "format": "int64", |
| 1146 "type": "string" |
| 1147 }, |
| 1148 "configId": { |
| 1149 "description": "The config id; generated automatically. Leav
e this field blank for insert requests.", |
| 1150 "format": "int64", |
| 1151 "type": "string" |
| 1152 }, |
| 1153 "configName": { |
| 1154 "description": "The name of the config. Must be unique. Requ
ired for all requests.", |
| 1155 "type": "string" |
| 1156 }, |
| 1157 "creativeType": { |
| 1158 "description": "List must contain exactly one of PRETARGETIN
G_CREATIVE_TYPE_HTML or PRETARGETING_CREATIVE_TYPE_VIDEO.", |
| 1159 "items": { |
| 1160 "type": "string" |
| 1161 }, |
| 1162 "type": "array" |
| 1163 }, |
| 1164 "dimensions": { |
| 1165 "description": "Requests which allow one of these (width, he
ight) pairs will match. All pairs must be supported ad dimensions.", |
| 1166 "items": { |
| 1167 "properties": { |
| 1168 "height": { |
| 1169 "description": "Height in pixels.", |
| 1170 "format": "int64", |
| 1171 "type": "string" |
| 1172 }, |
| 1173 "width": { |
| 1174 "description": "Width in pixels.", |
| 1175 "format": "int64", |
| 1176 "type": "string" |
| 1177 } |
| 1178 }, |
| 1179 "type": "object" |
| 1180 }, |
| 1181 "type": "array" |
| 1182 }, |
| 1183 "excludedContentLabels": { |
| 1184 "description": "Requests with any of these content labels wi
ll not match. Values are from content-labels.txt in the downloadable files secti
on.", |
| 1185 "items": { |
| 1186 "format": "int64", |
| 1187 "type": "string" |
| 1188 }, |
| 1189 "type": "array" |
| 1190 }, |
| 1191 "excludedGeoCriteriaIds": { |
| 1192 "description": "Requests containing any of these geo criteri
a ids will not match.", |
| 1193 "items": { |
| 1194 "format": "int64", |
| 1195 "type": "string" |
| 1196 }, |
| 1197 "type": "array" |
| 1198 }, |
| 1199 "excludedPlacements": { |
| 1200 "description": "Requests containing any of these placements
will not match.", |
| 1201 "items": { |
| 1202 "properties": { |
| 1203 "token": { |
| 1204 "description": "The value of the placement. Inte
rpretation depends on the placement type, e.g. URL for a site placement, channel
name for a channel placement, app id for a mobile app placement.", |
| 1205 "type": "string" |
| 1206 }, |
| 1207 "type": { |
| 1208 "description": "The type of the placement.", |
| 1209 "type": "string" |
| 1210 } |
| 1211 }, |
| 1212 "type": "object" |
| 1213 }, |
| 1214 "type": "array" |
| 1215 }, |
| 1216 "excludedUserLists": { |
| 1217 "description": "Requests containing any of these users list
ids will not match.", |
| 1218 "items": { |
| 1219 "format": "int64", |
| 1220 "type": "string" |
| 1221 }, |
| 1222 "type": "array" |
| 1223 }, |
| 1224 "excludedVerticals": { |
| 1225 "description": "Requests containing any of these vertical id
s will not match. Values are from the publisher-verticals.txt file in the downlo
adable files section.", |
| 1226 "items": { |
| 1227 "format": "int64", |
| 1228 "type": "string" |
| 1229 }, |
| 1230 "type": "array" |
| 1231 }, |
| 1232 "geoCriteriaIds": { |
| 1233 "description": "Requests containing any of these geo criteri
a ids will match.", |
| 1234 "items": { |
| 1235 "format": "int64", |
| 1236 "type": "string" |
| 1237 }, |
| 1238 "type": "array" |
| 1239 }, |
| 1240 "isActive": { |
| 1241 "description": "Whether this config is active. Required for
all requests.", |
| 1242 "type": "boolean" |
| 1243 }, |
| 1244 "kind": { |
| 1245 "default": "adexchangebuyer#pretargetingConfig", |
| 1246 "description": "The kind of the resource, i.e. \"adexchangeb
uyer#pretargetingConfig\".", |
| 1247 "type": "string" |
| 1248 }, |
| 1249 "languages": { |
| 1250 "description": "Request containing any of these language cod
es will match.", |
| 1251 "items": { |
| 1252 "type": "string" |
| 1253 }, |
| 1254 "type": "array" |
| 1255 }, |
| 1256 "mobileCarriers": { |
| 1257 "description": "Requests containing any of these mobile carr
ier ids will match. Values are from mobile-carriers.csv in the downloadable file
s section.", |
| 1258 "items": { |
| 1259 "format": "int64", |
| 1260 "type": "string" |
| 1261 }, |
| 1262 "type": "array" |
| 1263 }, |
| 1264 "mobileDevices": { |
| 1265 "description": "Requests containing any of these mobile devi
ce ids will match. Values are from mobile-devices.csv in the downloadable files
section.", |
| 1266 "items": { |
| 1267 "format": "int64", |
| 1268 "type": "string" |
| 1269 }, |
| 1270 "type": "array" |
| 1271 }, |
| 1272 "mobileOperatingSystemVersions": { |
| 1273 "description": "Requests containing any of these mobile oper
ating system version ids will match. Values are from mobile-os.csv in the downlo
adable files section.", |
| 1274 "items": { |
| 1275 "format": "int64", |
| 1276 "type": "string" |
| 1277 }, |
| 1278 "type": "array" |
| 1279 }, |
| 1280 "placements": { |
| 1281 "description": "Requests containing any of these placements
will match.", |
| 1282 "items": { |
| 1283 "properties": { |
| 1284 "token": { |
| 1285 "description": "The value of the placement. Inte
rpretation depends on the placement type, e.g. URL for a site placement, channel
name for a channel placement, app id for a mobile app placement.", |
| 1286 "type": "string" |
| 1287 }, |
| 1288 "type": { |
| 1289 "description": "The type of the placement.", |
| 1290 "type": "string" |
| 1291 } |
| 1292 }, |
| 1293 "type": "object" |
| 1294 }, |
| 1295 "type": "array" |
| 1296 }, |
| 1297 "platforms": { |
| 1298 "description": "Requests matching any of these platforms wil
l match. Possible values are PRETARGETING_PLATFORM_MOBILE, PRETARGETING_PLATFORM
_DESKTOP, and PRETARGETING_PLATFORM_TABLET.", |
| 1299 "items": { |
| 1300 "type": "string" |
| 1301 }, |
| 1302 "type": "array" |
| 1303 }, |
| 1304 "supportedCreativeAttributes": { |
| 1305 "description": "Creative attributes should be declared here
if all creatives corresponding to this pretargeting configuration have that crea
tive attribute. Values are from pretargetable-creative-attributes.txt in the dow
nloadable files section.", |
| 1306 "items": { |
| 1307 "format": "int64", |
| 1308 "type": "string" |
| 1309 }, |
| 1310 "type": "array" |
| 1311 }, |
| 1312 "userLists": { |
| 1313 "description": "Requests containing any of these user list i
ds will match.", |
| 1314 "items": { |
| 1315 "format": "int64", |
| 1316 "type": "string" |
| 1317 }, |
| 1318 "type": "array" |
| 1319 }, |
| 1320 "vendorTypes": { |
| 1321 "description": "Requests that allow any of these vendor ids
will match. Values are from vendors.txt in the downloadable files section.", |
| 1322 "items": { |
| 1323 "format": "int64", |
| 1324 "type": "string" |
| 1325 }, |
| 1326 "type": "array" |
| 1327 }, |
| 1328 "verticals": { |
| 1329 "description": "Requests containing any of these vertical id
s will match.", |
| 1330 "items": { |
| 1331 "format": "int64", |
| 1332 "type": "string" |
| 1333 }, |
| 1334 "type": "array" |
| 1335 } |
| 1336 }, |
| 1337 "type": "object" |
| 1338 }, |
| 1339 "PretargetingConfigList": { |
| 1340 "id": "PretargetingConfigList", |
| 1341 "properties": { |
| 1342 "items": { |
| 1343 "description": "A list of pretargeting configs", |
| 1344 "items": { |
| 1345 "$ref": "PretargetingConfig" |
| 1346 }, |
| 1347 "type": "array" |
| 1348 }, |
| 1349 "kind": { |
| 1350 "default": "adexchangebuyer#pretargetingConfigList", |
| 1351 "description": "Resource type.", |
| 1352 "type": "string" |
| 1353 } |
| 1354 }, |
| 1355 "type": "object" |
| 1356 } |
| 1357 }, |
| 1358 "servicePath": "adexchangebuyer/v1.3/", |
| 1359 "title": "Ad Exchange Buyer API", |
| 1360 "version": "v1.3" |
| 1361 } |
OLD | NEW |