Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 

2232 wiersze
66 KiB

  1. {
  2. "auth": {
  3. "oauth2": {
  4. "scopes": {
  5. "https://www.googleapis.com/auth/doubleclickbidmanager": {
  6. "description": "View and manage your reports in DoubleClick Bid Manager"
  7. }
  8. }
  9. }
  10. },
  11. "basePath": "/doubleclickbidmanager/v1/",
  12. "baseUrl": "https://www.googleapis.com/doubleclickbidmanager/v1/",
  13. "batchPath": "batch/doubleclickbidmanager/v1",
  14. "canonicalName": "DoubleClick Bid Manager",
  15. "description": "API for viewing and managing your reports in DoubleClick Bid Manager.",
  16. "discoveryVersion": "v1",
  17. "documentationLink": "https://developers.google.com/bid-manager/",
  18. "etag": "\"J3WqvAcMk4eQjJXvfSI4Yr8VouA/0dzG-z_oNgrCZpAyJtYBKcW1vgQ\"",
  19. "icons": {
  20. "x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
  21. "x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
  22. },
  23. "id": "doubleclickbidmanager:v1",
  24. "kind": "discovery#restDescription",
  25. "labels": [
  26. "limited_availability"
  27. ],
  28. "name": "doubleclickbidmanager",
  29. "ownerDomain": "google.com",
  30. "ownerName": "Google",
  31. "parameters": {
  32. "alt": {
  33. "default": "json",
  34. "description": "Data format for the response.",
  35. "enum": [
  36. "json"
  37. ],
  38. "enumDescriptions": [
  39. "Responses with Content-Type of application/json"
  40. ],
  41. "location": "query",
  42. "type": "string"
  43. },
  44. "fields": {
  45. "description": "Selector specifying which fields to include in a partial response.",
  46. "location": "query",
  47. "type": "string"
  48. },
  49. "key": {
  50. "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.",
  51. "location": "query",
  52. "type": "string"
  53. },
  54. "oauth_token": {
  55. "description": "OAuth 2.0 token for the current user.",
  56. "location": "query",
  57. "type": "string"
  58. },
  59. "prettyPrint": {
  60. "default": "true",
  61. "description": "Returns response with indentations and line breaks.",
  62. "location": "query",
  63. "type": "boolean"
  64. },
  65. "quotaUser": {
  66. "description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.",
  67. "location": "query",
  68. "type": "string"
  69. },
  70. "userIp": {
  71. "description": "Deprecated. Please use quotaUser instead.",
  72. "location": "query",
  73. "type": "string"
  74. }
  75. },
  76. "protocol": "rest",
  77. "resources": {
  78. "lineitems": {
  79. "methods": {
  80. "downloadlineitems": {
  81. "description": "Retrieves line items in CSV format. TrueView line items are not supported.",
  82. "httpMethod": "POST",
  83. "id": "doubleclickbidmanager.lineitems.downloadlineitems",
  84. "path": "lineitems/downloadlineitems",
  85. "request": {
  86. "$ref": "DownloadLineItemsRequest"
  87. },
  88. "response": {
  89. "$ref": "DownloadLineItemsResponse"
  90. },
  91. "scopes": [
  92. "https://www.googleapis.com/auth/doubleclickbidmanager"
  93. ]
  94. },
  95. "uploadlineitems": {
  96. "description": "Uploads line items in CSV format. TrueView line items are not supported.",
  97. "httpMethod": "POST",
  98. "id": "doubleclickbidmanager.lineitems.uploadlineitems",
  99. "path": "lineitems/uploadlineitems",
  100. "request": {
  101. "$ref": "UploadLineItemsRequest"
  102. },
  103. "response": {
  104. "$ref": "UploadLineItemsResponse"
  105. },
  106. "scopes": [
  107. "https://www.googleapis.com/auth/doubleclickbidmanager"
  108. ]
  109. }
  110. }
  111. },
  112. "queries": {
  113. "methods": {
  114. "createquery": {
  115. "description": "Creates a query.",
  116. "httpMethod": "POST",
  117. "id": "doubleclickbidmanager.queries.createquery",
  118. "path": "query",
  119. "request": {
  120. "$ref": "Query"
  121. },
  122. "response": {
  123. "$ref": "Query"
  124. },
  125. "scopes": [
  126. "https://www.googleapis.com/auth/doubleclickbidmanager"
  127. ]
  128. },
  129. "deletequery": {
  130. "description": "Deletes a stored query as well as the associated stored reports.",
  131. "httpMethod": "DELETE",
  132. "id": "doubleclickbidmanager.queries.deletequery",
  133. "parameterOrder": [
  134. "queryId"
  135. ],
  136. "parameters": {
  137. "queryId": {
  138. "description": "Query ID to delete.",
  139. "format": "int64",
  140. "location": "path",
  141. "required": true,
  142. "type": "string"
  143. }
  144. },
  145. "path": "query/{queryId}",
  146. "scopes": [
  147. "https://www.googleapis.com/auth/doubleclickbidmanager"
  148. ]
  149. },
  150. "getquery": {
  151. "description": "Retrieves a stored query.",
  152. "httpMethod": "GET",
  153. "id": "doubleclickbidmanager.queries.getquery",
  154. "parameterOrder": [
  155. "queryId"
  156. ],
  157. "parameters": {
  158. "queryId": {
  159. "description": "Query ID to retrieve.",
  160. "format": "int64",
  161. "location": "path",
  162. "required": true,
  163. "type": "string"
  164. }
  165. },
  166. "path": "query/{queryId}",
  167. "response": {
  168. "$ref": "Query"
  169. },
  170. "scopes": [
  171. "https://www.googleapis.com/auth/doubleclickbidmanager"
  172. ]
  173. },
  174. "listqueries": {
  175. "description": "Retrieves stored queries.",
  176. "httpMethod": "GET",
  177. "id": "doubleclickbidmanager.queries.listqueries",
  178. "path": "queries",
  179. "response": {
  180. "$ref": "ListQueriesResponse"
  181. },
  182. "scopes": [
  183. "https://www.googleapis.com/auth/doubleclickbidmanager"
  184. ]
  185. },
  186. "runquery": {
  187. "description": "Runs a stored query to generate a report.",
  188. "httpMethod": "POST",
  189. "id": "doubleclickbidmanager.queries.runquery",
  190. "parameterOrder": [
  191. "queryId"
  192. ],
  193. "parameters": {
  194. "queryId": {
  195. "description": "Query ID to run.",
  196. "format": "int64",
  197. "location": "path",
  198. "required": true,
  199. "type": "string"
  200. }
  201. },
  202. "path": "query/{queryId}",
  203. "request": {
  204. "$ref": "RunQueryRequest"
  205. },
  206. "scopes": [
  207. "https://www.googleapis.com/auth/doubleclickbidmanager"
  208. ]
  209. }
  210. }
  211. },
  212. "reports": {
  213. "methods": {
  214. "listreports": {
  215. "description": "Retrieves stored reports.",
  216. "httpMethod": "GET",
  217. "id": "doubleclickbidmanager.reports.listreports",
  218. "parameterOrder": [
  219. "queryId"
  220. ],
  221. "parameters": {
  222. "queryId": {
  223. "description": "Query ID with which the reports are associated.",
  224. "format": "int64",
  225. "location": "path",
  226. "required": true,
  227. "type": "string"
  228. }
  229. },
  230. "path": "queries/{queryId}/reports",
  231. "response": {
  232. "$ref": "ListReportsResponse"
  233. },
  234. "scopes": [
  235. "https://www.googleapis.com/auth/doubleclickbidmanager"
  236. ]
  237. }
  238. }
  239. },
  240. "sdf": {
  241. "methods": {
  242. "download": {
  243. "description": "Retrieves entities in SDF format.",
  244. "httpMethod": "POST",
  245. "id": "doubleclickbidmanager.sdf.download",
  246. "path": "sdf/download",
  247. "request": {
  248. "$ref": "DownloadRequest"
  249. },
  250. "response": {
  251. "$ref": "DownloadResponse"
  252. },
  253. "scopes": [
  254. "https://www.googleapis.com/auth/doubleclickbidmanager"
  255. ]
  256. }
  257. }
  258. }
  259. },
  260. "revision": "20190125",
  261. "rootUrl": "https://www.googleapis.com/",
  262. "schemas": {
  263. "DownloadLineItemsRequest": {
  264. "description": "Request to fetch stored line items.",
  265. "id": "DownloadLineItemsRequest",
  266. "properties": {
  267. "fileSpec": {
  268. "description": "File specification (column names, types, order) in which the line items will be returned. Default to EWF.",
  269. "enum": [
  270. "EWF"
  271. ],
  272. "enumDescriptions": [
  273. ""
  274. ],
  275. "type": "string"
  276. },
  277. "filterIds": {
  278. "description": "Ids of the specified filter type used to filter line items to fetch. If omitted, all the line items will be returned.",
  279. "items": {
  280. "format": "int64",
  281. "type": "string"
  282. },
  283. "type": "array"
  284. },
  285. "filterType": {
  286. "description": "Filter type used to filter line items to fetch.",
  287. "enum": [
  288. "ADVERTISER_ID",
  289. "INSERTION_ORDER_ID",
  290. "LINE_ITEM_ID"
  291. ],
  292. "enumDescriptions": [
  293. "",
  294. "",
  295. ""
  296. ],
  297. "type": "string"
  298. },
  299. "format": {
  300. "description": "Format in which the line items will be returned. Default to CSV.",
  301. "enum": [
  302. "CSV"
  303. ],
  304. "enumDescriptions": [
  305. ""
  306. ],
  307. "type": "string"
  308. }
  309. },
  310. "type": "object"
  311. },
  312. "DownloadLineItemsResponse": {
  313. "description": "Download line items response.",
  314. "id": "DownloadLineItemsResponse",
  315. "properties": {
  316. "lineItems": {
  317. "description": "Retrieved line items in CSV format. For more information about file formats, see Entity Write File Format.",
  318. "type": "string"
  319. }
  320. },
  321. "type": "object"
  322. },
  323. "DownloadRequest": {
  324. "description": "Request to fetch stored inventory sources, campaigns, insertion orders, line items, TrueView ad groups and ads.",
  325. "id": "DownloadRequest",
  326. "properties": {
  327. "fileTypes": {
  328. "description": "File types that will be returned.\n\nAcceptable values are: \n- \"AD\" \n- \"AD_GROUP\" \n- \"CAMPAIGN\" \n- \"INSERTION_ORDER\" \n- \"LINE_ITEM\" \n- \"INVENTORY_SOURCE\"",
  329. "items": {
  330. "enum": [
  331. "AD",
  332. "AD_GROUP",
  333. "CAMPAIGN",
  334. "INSERTION_ORDER",
  335. "INVENTORY_SOURCE",
  336. "LINE_ITEM"
  337. ],
  338. "enumDescriptions": [
  339. "",
  340. "",
  341. "",
  342. "",
  343. "",
  344. ""
  345. ],
  346. "type": "string"
  347. },
  348. "type": "array"
  349. },
  350. "filterIds": {
  351. "description": "The IDs of the specified filter type. This is used to filter entities to fetch. At least one ID must be specified.",
  352. "items": {
  353. "format": "int64",
  354. "type": "string"
  355. },
  356. "type": "array"
  357. },
  358. "filterType": {
  359. "description": "Filter type used to filter entities to fetch.",
  360. "enum": [
  361. "ADVERTISER_ID",
  362. "CAMPAIGN_ID",
  363. "INSERTION_ORDER_ID",
  364. "INVENTORY_SOURCE_ID",
  365. "LINE_ITEM_ID",
  366. "PARTNER_ID"
  367. ],
  368. "enumDescriptions": [
  369. "",
  370. "",
  371. "",
  372. "",
  373. "",
  374. ""
  375. ],
  376. "type": "string"
  377. },
  378. "version": {
  379. "description": "SDF Version (column names, types, order) in which the entities will be returned. Default to 3.1.",
  380. "type": "string"
  381. }
  382. },
  383. "type": "object"
  384. },
  385. "DownloadResponse": {
  386. "description": "Download response.",
  387. "id": "DownloadResponse",
  388. "properties": {
  389. "adGroups": {
  390. "description": "Retrieved ad groups in SDF format.",
  391. "type": "string"
  392. },
  393. "ads": {
  394. "description": "Retrieved ads in SDF format.",
  395. "type": "string"
  396. },
  397. "campaigns": {
  398. "description": "Retrieved campaigns in SDF format.",
  399. "type": "string"
  400. },
  401. "insertionOrders": {
  402. "description": "Retrieved insertion orders in SDF format.",
  403. "type": "string"
  404. },
  405. "inventorySources": {
  406. "type": "string"
  407. },
  408. "lineItems": {
  409. "description": "Retrieved line items in SDF format.",
  410. "type": "string"
  411. }
  412. },
  413. "type": "object"
  414. },
  415. "FilterPair": {
  416. "description": "Filter used to match traffic data in your report.",
  417. "id": "FilterPair",
  418. "properties": {
  419. "type": {
  420. "description": "Filter type.",
  421. "enum": [
  422. "FILTER_ACTIVE_VIEW_EXPECTED_VIEWABILITY",
  423. "FILTER_ACTIVITY_ID",
  424. "FILTER_ADVERTISER",
  425. "FILTER_ADVERTISER_CURRENCY",
  426. "FILTER_ADVERTISER_TIMEZONE",
  427. "FILTER_AD_POSITION",
  428. "FILTER_AGE",
  429. "FILTER_AUTHORIZED_SELLER_STATE_ID",
  430. "FILTER_BRANDSAFE_CHANNEL_ID",
  431. "FILTER_BROWSER",
  432. "FILTER_BUDGET_SEGMENT_DESCRIPTION",
  433. "FILTER_CAMPAIGN_DAILY_FREQUENCY",
  434. "FILTER_CARRIER",
  435. "FILTER_CHANNEL_ID",
  436. "FILTER_CITY",
  437. "FILTER_COMPANION_CREATIVE_ID",
  438. "FILTER_CONVERSION_DELAY",
  439. "FILTER_COUNTRY",
  440. "FILTER_CREATIVE_ATTRIBUTE",
  441. "FILTER_CREATIVE_HEIGHT",
  442. "FILTER_CREATIVE_ID",
  443. "FILTER_CREATIVE_SIZE",
  444. "FILTER_CREATIVE_TYPE",
  445. "FILTER_CREATIVE_WIDTH",
  446. "FILTER_DATA_PROVIDER",
  447. "FILTER_DATE",
  448. "FILTER_DAY_OF_WEEK",
  449. "FILTER_DEVICE_MAKE",
  450. "FILTER_DEVICE_MODEL",
  451. "FILTER_DEVICE_TYPE",
  452. "FILTER_DFP_ORDER_ID",
  453. "FILTER_DMA",
  454. "FILTER_DV360_ACTIVITY_ID",
  455. "FILTER_EXCHANGE_ID",
  456. "FILTER_FLOODLIGHT_ACTIVITY_ID",
  457. "FILTER_FLOODLIGHT_PIXEL_ID",
  458. "FILTER_GENDER",
  459. "FILTER_INSERTION_ORDER",
  460. "FILTER_INVENTORY_COMMITMENT_TYPE",
  461. "FILTER_INVENTORY_DELIVERY_METHOD",
  462. "FILTER_INVENTORY_FORMAT",
  463. "FILTER_INVENTORY_RATE_TYPE",
  464. "FILTER_INVENTORY_SOURCE",
  465. "FILTER_INVENTORY_SOURCE_TYPE",
  466. "FILTER_KEYWORD",
  467. "FILTER_LINE_ITEM",
  468. "FILTER_LINE_ITEM_DAILY_FREQUENCY",
  469. "FILTER_LINE_ITEM_LIFETIME_FREQUENCY",
  470. "FILTER_LINE_ITEM_TYPE",
  471. "FILTER_MEDIA_PLAN",
  472. "FILTER_MOBILE_DEVICE_MAKE",
  473. "FILTER_MOBILE_DEVICE_MAKE_MODEL",
  474. "FILTER_MOBILE_DEVICE_TYPE",
  475. "FILTER_MOBILE_GEO",
  476. "FILTER_MONTH",
  477. "FILTER_MRAID_SUPPORT",
  478. "FILTER_NIELSEN_AGE",
  479. "FILTER_NIELSEN_COUNTRY_CODE",
  480. "FILTER_NIELSEN_DEVICE_ID",
  481. "FILTER_NIELSEN_GENDER",
  482. "FILTER_NOT_SUPPORTED",
  483. "FILTER_ORDER_ID",
  484. "FILTER_OS",
  485. "FILTER_PAGE_CATEGORY",
  486. "FILTER_PAGE_LAYOUT",
  487. "FILTER_PARTNER",
  488. "FILTER_PARTNER_CURRENCY",
  489. "FILTER_PUBLIC_INVENTORY",
  490. "FILTER_QUARTER",
  491. "FILTER_REGION",
  492. "FILTER_REGULAR_CHANNEL_ID",
  493. "FILTER_SITE_ID",
  494. "FILTER_SITE_LANGUAGE",
  495. "FILTER_SKIPPABLE_SUPPORT",
  496. "FILTER_TARGETED_USER_LIST",
  497. "FILTER_TIME_OF_DAY",
  498. "FILTER_TRUEVIEW_AD_GROUP_AD_ID",
  499. "FILTER_TRUEVIEW_AD_GROUP_ID",
  500. "FILTER_TRUEVIEW_AGE",
  501. "FILTER_TRUEVIEW_CATEGORY",
  502. "FILTER_TRUEVIEW_CITY",
  503. "FILTER_TRUEVIEW_CONVERSION_TYPE",
  504. "FILTER_TRUEVIEW_COUNTRY",
  505. "FILTER_TRUEVIEW_CUSTOM_AFFINITY",
  506. "FILTER_TRUEVIEW_DMA",
  507. "FILTER_TRUEVIEW_GENDER",
  508. "FILTER_TRUEVIEW_IAR_AGE",
  509. "FILTER_TRUEVIEW_IAR_CATEGORY",
  510. "FILTER_TRUEVIEW_IAR_CITY",
  511. "FILTER_TRUEVIEW_IAR_COUNTRY",
  512. "FILTER_TRUEVIEW_IAR_GENDER",
  513. "FILTER_TRUEVIEW_IAR_INTEREST",
  514. "FILTER_TRUEVIEW_IAR_LANGUAGE",
  515. "FILTER_TRUEVIEW_IAR_PARENTAL_STATUS",
  516. "FILTER_TRUEVIEW_IAR_REGION",
  517. "FILTER_TRUEVIEW_IAR_REMARKETING_LIST",
  518. "FILTER_TRUEVIEW_IAR_TIME_OF_DAY",
  519. "FILTER_TRUEVIEW_IAR_YOUTUBE_CHANNEL",
  520. "FILTER_TRUEVIEW_IAR_YOUTUBE_VIDEO",
  521. "FILTER_TRUEVIEW_IAR_ZIPCODE",
  522. "FILTER_TRUEVIEW_INTEREST",
  523. "FILTER_TRUEVIEW_KEYWORD",
  524. "FILTER_TRUEVIEW_PARENTAL_STATUS",
  525. "FILTER_TRUEVIEW_PLACEMENT",
  526. "FILTER_TRUEVIEW_REGION",
  527. "FILTER_TRUEVIEW_REMARKETING_LIST",
  528. "FILTER_TRUEVIEW_URL",
  529. "FILTER_TRUEVIEW_ZIPCODE",
  530. "FILTER_UNKNOWN",
  531. "FILTER_USER_LIST",
  532. "FILTER_USER_LIST_FIRST_PARTY",
  533. "FILTER_USER_LIST_THIRD_PARTY",
  534. "FILTER_VIDEO_AD_POSITION_IN_STREAM",
  535. "FILTER_VIDEO_COMPANION_SIZE",
  536. "FILTER_VIDEO_COMPANION_TYPE",
  537. "FILTER_VIDEO_CREATIVE_DURATION",
  538. "FILTER_VIDEO_CREATIVE_DURATION_SKIPPABLE",
  539. "FILTER_VIDEO_DURATION_SECONDS",
  540. "FILTER_VIDEO_FORMAT_SUPPORT",
  541. "FILTER_VIDEO_INVENTORY_TYPE",
  542. "FILTER_VIDEO_PLAYER_SIZE",
  543. "FILTER_VIDEO_RATING_TIER",
  544. "FILTER_VIDEO_SKIPPABLE_SUPPORT",
  545. "FILTER_VIDEO_VPAID_SUPPORT",
  546. "FILTER_WEEK",
  547. "FILTER_YEAR",
  548. "FILTER_YOUTUBE_VERTICAL",
  549. "FILTER_ZIP_CODE"
  550. ],
  551. "enumDescriptions": [
  552. "",
  553. "",
  554. "",
  555. "",
  556. "",
  557. "",
  558. "",
  559. "",
  560. "",
  561. "",
  562. "",
  563. "",
  564. "",
  565. "",
  566. "",
  567. "",
  568. "",
  569. "",
  570. "",
  571. "",
  572. "",
  573. "",
  574. "",
  575. "",
  576. "",
  577. "",
  578. "",
  579. "",
  580. "",
  581. "",
  582. "",
  583. "",
  584. "",
  585. "",
  586. "",
  587. "",
  588. "",
  589. "",
  590. "",
  591. "",
  592. "",
  593. "",
  594. "",
  595. "",
  596. "",
  597. "",
  598. "",
  599. "",
  600. "",
  601. "",
  602. "",
  603. "",
  604. "",
  605. "",
  606. "",
  607. "",
  608. "",
  609. "",
  610. "",
  611. "",
  612. "",
  613. "",
  614. "",
  615. "",
  616. "",
  617. "",
  618. "",
  619. "",
  620. "",
  621. "",
  622. "",
  623. "",
  624. "",
  625. "",
  626. "",
  627. "",
  628. "",
  629. "",
  630. "",
  631. "",
  632. "",
  633. "",
  634. "",
  635. "",
  636. "",
  637. "",
  638. "",
  639. "",
  640. "",
  641. "",
  642. "",
  643. "",
  644. "",
  645. "",
  646. "",
  647. "",
  648. "",
  649. "",
  650. "",
  651. "",
  652. "",
  653. "",
  654. "",
  655. "",
  656. "",
  657. "",
  658. "",
  659. "",
  660. "",
  661. "",
  662. "",
  663. "",
  664. "",
  665. "",
  666. "",
  667. "",
  668. "",
  669. "",
  670. "",
  671. "",
  672. "",
  673. "",
  674. "",
  675. "",
  676. "",
  677. "",
  678. "",
  679. ""
  680. ],
  681. "type": "string"
  682. },
  683. "value": {
  684. "description": "Filter value.",
  685. "type": "string"
  686. }
  687. },
  688. "type": "object"
  689. },
  690. "ListQueriesResponse": {
  691. "description": "List queries response.",
  692. "id": "ListQueriesResponse",
  693. "properties": {
  694. "kind": {
  695. "default": "doubleclickbidmanager#listQueriesResponse",
  696. "description": "Identifies what kind of resource this is. Value: the fixed string \"doubleclickbidmanager#listQueriesResponse\".",
  697. "type": "string"
  698. },
  699. "queries": {
  700. "description": "Retrieved queries.",
  701. "items": {
  702. "$ref": "Query"
  703. },
  704. "type": "array"
  705. }
  706. },
  707. "type": "object"
  708. },
  709. "ListReportsResponse": {
  710. "description": "List reports response.",
  711. "id": "ListReportsResponse",
  712. "properties": {
  713. "kind": {
  714. "default": "doubleclickbidmanager#listReportsResponse",
  715. "description": "Identifies what kind of resource this is. Value: the fixed string \"doubleclickbidmanager#listReportsResponse\".",
  716. "type": "string"
  717. },
  718. "reports": {
  719. "description": "Retrieved reports.",
  720. "items": {
  721. "$ref": "Report"
  722. },
  723. "type": "array"
  724. }
  725. },
  726. "type": "object"
  727. },
  728. "Parameters": {
  729. "description": "Parameters of a query or report.",
  730. "id": "Parameters",
  731. "properties": {
  732. "filters": {
  733. "description": "Filters used to match traffic data in your report.",
  734. "items": {
  735. "$ref": "FilterPair"
  736. },
  737. "type": "array"
  738. },
  739. "groupBys": {
  740. "description": "Data is grouped by the filters listed in this field.",
  741. "items": {
  742. "enum": [
  743. "FILTER_ACTIVE_VIEW_EXPECTED_VIEWABILITY",
  744. "FILTER_ACTIVITY_ID",
  745. "FILTER_ADVERTISER",
  746. "FILTER_ADVERTISER_CURRENCY",
  747. "FILTER_ADVERTISER_TIMEZONE",
  748. "FILTER_AD_POSITION",
  749. "FILTER_AGE",
  750. "FILTER_AUTHORIZED_SELLER_STATE_ID",
  751. "FILTER_BRANDSAFE_CHANNEL_ID",
  752. "FILTER_BROWSER",
  753. "FILTER_BUDGET_SEGMENT_DESCRIPTION",
  754. "FILTER_CAMPAIGN_DAILY_FREQUENCY",
  755. "FILTER_CARRIER",
  756. "FILTER_CHANNEL_ID",
  757. "FILTER_CITY",
  758. "FILTER_COMPANION_CREATIVE_ID",
  759. "FILTER_CONVERSION_DELAY",
  760. "FILTER_COUNTRY",
  761. "FILTER_CREATIVE_ATTRIBUTE",
  762. "FILTER_CREATIVE_HEIGHT",
  763. "FILTER_CREATIVE_ID",
  764. "FILTER_CREATIVE_SIZE",
  765. "FILTER_CREATIVE_TYPE",
  766. "FILTER_CREATIVE_WIDTH",
  767. "FILTER_DATA_PROVIDER",
  768. "FILTER_DATE",
  769. "FILTER_DAY_OF_WEEK",
  770. "FILTER_DEVICE_MAKE",
  771. "FILTER_DEVICE_MODEL",
  772. "FILTER_DEVICE_TYPE",
  773. "FILTER_DFP_ORDER_ID",
  774. "FILTER_DMA",
  775. "FILTER_DV360_ACTIVITY_ID",
  776. "FILTER_EXCHANGE_ID",
  777. "FILTER_FLOODLIGHT_ACTIVITY_ID",
  778. "FILTER_FLOODLIGHT_PIXEL_ID",
  779. "FILTER_GENDER",
  780. "FILTER_INSERTION_ORDER",
  781. "FILTER_INVENTORY_COMMITMENT_TYPE",
  782. "FILTER_INVENTORY_DELIVERY_METHOD",
  783. "FILTER_INVENTORY_FORMAT",
  784. "FILTER_INVENTORY_RATE_TYPE",
  785. "FILTER_INVENTORY_SOURCE",
  786. "FILTER_INVENTORY_SOURCE_TYPE",
  787. "FILTER_KEYWORD",
  788. "FILTER_LINE_ITEM",
  789. "FILTER_LINE_ITEM_DAILY_FREQUENCY",
  790. "FILTER_LINE_ITEM_LIFETIME_FREQUENCY",
  791. "FILTER_LINE_ITEM_TYPE",
  792. "FILTER_MEDIA_PLAN",
  793. "FILTER_MOBILE_DEVICE_MAKE",
  794. "FILTER_MOBILE_DEVICE_MAKE_MODEL",
  795. "FILTER_MOBILE_DEVICE_TYPE",
  796. "FILTER_MOBILE_GEO",
  797. "FILTER_MONTH",
  798. "FILTER_MRAID_SUPPORT",
  799. "FILTER_NIELSEN_AGE",
  800. "FILTER_NIELSEN_COUNTRY_CODE",
  801. "FILTER_NIELSEN_DEVICE_ID",
  802. "FILTER_NIELSEN_GENDER",
  803. "FILTER_NOT_SUPPORTED",
  804. "FILTER_ORDER_ID",
  805. "FILTER_OS",
  806. "FILTER_PAGE_CATEGORY",
  807. "FILTER_PAGE_LAYOUT",
  808. "FILTER_PARTNER",
  809. "FILTER_PARTNER_CURRENCY",
  810. "FILTER_PUBLIC_INVENTORY",
  811. "FILTER_QUARTER",
  812. "FILTER_REGION",
  813. "FILTER_REGULAR_CHANNEL_ID",
  814. "FILTER_SITE_ID",
  815. "FILTER_SITE_LANGUAGE",
  816. "FILTER_SKIPPABLE_SUPPORT",
  817. "FILTER_TARGETED_USER_LIST",
  818. "FILTER_TIME_OF_DAY",
  819. "FILTER_TRUEVIEW_AD_GROUP_AD_ID",
  820. "FILTER_TRUEVIEW_AD_GROUP_ID",
  821. "FILTER_TRUEVIEW_AGE",
  822. "FILTER_TRUEVIEW_CATEGORY",
  823. "FILTER_TRUEVIEW_CITY",
  824. "FILTER_TRUEVIEW_CONVERSION_TYPE",
  825. "FILTER_TRUEVIEW_COUNTRY",
  826. "FILTER_TRUEVIEW_CUSTOM_AFFINITY",
  827. "FILTER_TRUEVIEW_DMA",
  828. "FILTER_TRUEVIEW_GENDER",
  829. "FILTER_TRUEVIEW_IAR_AGE",
  830. "FILTER_TRUEVIEW_IAR_CATEGORY",
  831. "FILTER_TRUEVIEW_IAR_CITY",
  832. "FILTER_TRUEVIEW_IAR_COUNTRY",
  833. "FILTER_TRUEVIEW_IAR_GENDER",
  834. "FILTER_TRUEVIEW_IAR_INTEREST",
  835. "FILTER_TRUEVIEW_IAR_LANGUAGE",
  836. "FILTER_TRUEVIEW_IAR_PARENTAL_STATUS",
  837. "FILTER_TRUEVIEW_IAR_REGION",
  838. "FILTER_TRUEVIEW_IAR_REMARKETING_LIST",
  839. "FILTER_TRUEVIEW_IAR_TIME_OF_DAY",
  840. "FILTER_TRUEVIEW_IAR_YOUTUBE_CHANNEL",
  841. "FILTER_TRUEVIEW_IAR_YOUTUBE_VIDEO",
  842. "FILTER_TRUEVIEW_IAR_ZIPCODE",
  843. "FILTER_TRUEVIEW_INTEREST",
  844. "FILTER_TRUEVIEW_KEYWORD",
  845. "FILTER_TRUEVIEW_PARENTAL_STATUS",
  846. "FILTER_TRUEVIEW_PLACEMENT",
  847. "FILTER_TRUEVIEW_REGION",
  848. "FILTER_TRUEVIEW_REMARKETING_LIST",
  849. "FILTER_TRUEVIEW_URL",
  850. "FILTER_TRUEVIEW_ZIPCODE",
  851. "FILTER_UNKNOWN",
  852. "FILTER_USER_LIST",
  853. "FILTER_USER_LIST_FIRST_PARTY",
  854. "FILTER_USER_LIST_THIRD_PARTY",
  855. "FILTER_VIDEO_AD_POSITION_IN_STREAM",
  856. "FILTER_VIDEO_COMPANION_SIZE",
  857. "FILTER_VIDEO_COMPANION_TYPE",
  858. "FILTER_VIDEO_CREATIVE_DURATION",
  859. "FILTER_VIDEO_CREATIVE_DURATION_SKIPPABLE",
  860. "FILTER_VIDEO_DURATION_SECONDS",
  861. "FILTER_VIDEO_FORMAT_SUPPORT",
  862. "FILTER_VIDEO_INVENTORY_TYPE",
  863. "FILTER_VIDEO_PLAYER_SIZE",
  864. "FILTER_VIDEO_RATING_TIER",
  865. "FILTER_VIDEO_SKIPPABLE_SUPPORT",
  866. "FILTER_VIDEO_VPAID_SUPPORT",
  867. "FILTER_WEEK",
  868. "FILTER_YEAR",
  869. "FILTER_YOUTUBE_VERTICAL",
  870. "FILTER_ZIP_CODE"
  871. ],
  872. "enumDescriptions": [
  873. "",
  874. "",
  875. "",
  876. "",
  877. "",
  878. "",
  879. "",
  880. "",
  881. "",
  882. "",
  883. "",
  884. "",
  885. "",
  886. "",
  887. "",
  888. "",
  889. "",
  890. "",
  891. "",
  892. "",
  893. "",
  894. "",
  895. "",
  896. "",
  897. "",
  898. "",
  899. "",
  900. "",
  901. "",
  902. "",
  903. "",
  904. "",
  905. "",
  906. "",
  907. "",
  908. "",
  909. "",
  910. "",
  911. "",
  912. "",
  913. "",
  914. "",
  915. "",
  916. "",
  917. "",
  918. "",
  919. "",
  920. "",
  921. "",
  922. "",
  923. "",
  924. "",
  925. "",
  926. "",
  927. "",
  928. "",
  929. "",
  930. "",
  931. "",
  932. "",
  933. "",
  934. "",
  935. "",
  936. "",
  937. "",
  938. "",
  939. "",
  940. "",
  941. "",
  942. "",
  943. "",
  944. "",
  945. "",
  946. "",
  947. "",
  948. "",
  949. "",
  950. "",
  951. "",
  952. "",
  953. "",
  954. "",
  955. "",
  956. "",
  957. "",
  958. "",
  959. "",
  960. "",
  961. "",
  962. "",
  963. "",
  964. "",
  965. "",
  966. "",
  967. "",
  968. "",
  969. "",
  970. "",
  971. "",
  972. "",
  973. "",
  974. "",
  975. "",
  976. "",
  977. "",
  978. "",
  979. "",
  980. "",
  981. "",
  982. "",
  983. "",
  984. "",
  985. "",
  986. "",
  987. "",
  988. "",
  989. "",
  990. "",
  991. "",
  992. "",
  993. "",
  994. "",
  995. "",
  996. "",
  997. "",
  998. "",
  999. "",
  1000. ""
  1001. ],
  1002. "type": "string"
  1003. },
  1004. "type": "array"
  1005. },
  1006. "includeInviteData": {
  1007. "description": "Whether to include data from Invite Media.",
  1008. "type": "boolean"
  1009. },
  1010. "metrics": {
  1011. "description": "Metrics to include as columns in your report.",
  1012. "items": {
  1013. "enum": [
  1014. "METRIC_ACTIVE_VIEW_AUDIBLE_VISIBLE_ON_COMPLETE_IMPRESSIONS",
  1015. "METRIC_ACTIVE_VIEW_AVERAGE_VIEWABLE_TIME",
  1016. "METRIC_ACTIVE_VIEW_DISTRIBUTION_UNMEASURABLE",
  1017. "METRIC_ACTIVE_VIEW_DISTRIBUTION_UNVIEWABLE",
  1018. "METRIC_ACTIVE_VIEW_DISTRIBUTION_VIEWABLE",
  1019. "METRIC_ACTIVE_VIEW_ELIGIBLE_IMPRESSIONS",
  1020. "METRIC_ACTIVE_VIEW_MEASURABLE_IMPRESSIONS",
  1021. "METRIC_ACTIVE_VIEW_PCT_MEASURABLE_IMPRESSIONS",
  1022. "METRIC_ACTIVE_VIEW_PCT_VIEWABLE_IMPRESSIONS",
  1023. "METRIC_ACTIVE_VIEW_PERCENT_AUDIBLE_VISIBLE_AT_START",
  1024. "METRIC_ACTIVE_VIEW_PERCENT_AUDIBLE_VISIBLE_FIRST_QUAR",
  1025. "METRIC_ACTIVE_VIEW_PERCENT_AUDIBLE_VISIBLE_ON_COMPLETE",
  1026. "METRIC_ACTIVE_VIEW_PERCENT_AUDIBLE_VISIBLE_SECOND_QUAR",
  1027. "METRIC_ACTIVE_VIEW_PERCENT_AUDIBLE_VISIBLE_THIRD_QUAR",
  1028. "METRIC_ACTIVE_VIEW_PERCENT_VIEWABLE_FOR_TIME_THRESHOLD",
  1029. "METRIC_ACTIVE_VIEW_PERCENT_VISIBLE_AT_START",
  1030. "METRIC_ACTIVE_VIEW_PERCENT_VISIBLE_FIRST_QUAR",
  1031. "METRIC_ACTIVE_VIEW_PERCENT_VISIBLE_ON_COMPLETE",
  1032. "METRIC_ACTIVE_VIEW_PERCENT_VISIBLE_SECOND_QUAR",
  1033. "METRIC_ACTIVE_VIEW_PERCENT_VISIBLE_THIRD_QUAR",
  1034. "METRIC_ACTIVE_VIEW_UNMEASURABLE_IMPRESSIONS",
  1035. "METRIC_ACTIVE_VIEW_UNVIEWABLE_IMPRESSIONS",
  1036. "METRIC_ACTIVE_VIEW_VIEWABLE_FOR_TIME_THRESHOLD",
  1037. "METRIC_ACTIVE_VIEW_VIEWABLE_IMPRESSIONS",
  1038. "METRIC_BID_REQUESTS",
  1039. "METRIC_BILLABLE_COST_ADVERTISER",
  1040. "METRIC_BILLABLE_COST_PARTNER",
  1041. "METRIC_BILLABLE_COST_USD",
  1042. "METRIC_CLICKS",
  1043. "METRIC_CLICK_TO_POST_CLICK_CONVERSION_RATE",
  1044. "METRIC_CM_POST_CLICK_REVENUE",
  1045. "METRIC_CM_POST_VIEW_REVENUE",
  1046. "METRIC_COMSCORE_VCE_AUDIENCE_AVG_FREQUENCY",
  1047. "METRIC_COMSCORE_VCE_AUDIENCE_IMPRESSIONS",
  1048. "METRIC_COMSCORE_VCE_AUDIENCE_IMPRESSIONS_SHARE",
  1049. "METRIC_COMSCORE_VCE_AUDIENCE_REACH_PCT",
  1050. "METRIC_COMSCORE_VCE_AUDIENCE_SHARE_PCT",
  1051. "METRIC_COMSCORE_VCE_GROSS_RATING_POINTS",
  1052. "METRIC_COMSCORE_VCE_POPULATION",
  1053. "METRIC_COMSCORE_VCE_UNIQUE_AUDIENCE",
  1054. "METRIC_CONVERSIONS_PER_MILLE",
  1055. "METRIC_COOKIE_REACH_AVERAGE_IMPRESSION_FREQUENCY",
  1056. "METRIC_COOKIE_REACH_IMPRESSION_REACH",
  1057. "METRIC_CPM_FEE1_ADVERTISER",
  1058. "METRIC_CPM_FEE1_PARTNER",
  1059. "METRIC_CPM_FEE1_USD",
  1060. "METRIC_CPM_FEE2_ADVERTISER",
  1061. "METRIC_CPM_FEE2_PARTNER",
  1062. "METRIC_CPM_FEE2_USD",
  1063. "METRIC_CPM_FEE3_ADVERTISER",
  1064. "METRIC_CPM_FEE3_PARTNER",
  1065. "METRIC_CPM_FEE3_USD",
  1066. "METRIC_CPM_FEE4_ADVERTISER",
  1067. "METRIC_CPM_FEE4_PARTNER",
  1068. "METRIC_CPM_FEE4_USD",
  1069. "METRIC_CPM_FEE5_ADVERTISER",
  1070. "METRIC_CPM_FEE5_PARTNER",
  1071. "METRIC_CPM_FEE5_USD",
  1072. "METRIC_CTR",
  1073. "METRIC_DATA_COST_ADVERTISER",
  1074. "METRIC_DATA_COST_PARTNER",
  1075. "METRIC_DATA_COST_USD",
  1076. "METRIC_DBM_ENGAGEMENT_RATE",
  1077. "METRIC_FEE10_ADVERTISER",
  1078. "METRIC_FEE10_PARTNER",
  1079. "METRIC_FEE10_USD",
  1080. "METRIC_FEE11_ADVERTISER",
  1081. "METRIC_FEE11_PARTNER",
  1082. "METRIC_FEE11_USD",
  1083. "METRIC_FEE12_ADVERTISER",
  1084. "METRIC_FEE12_PARTNER",
  1085. "METRIC_FEE12_USD",
  1086. "METRIC_FEE13_ADVERTISER",
  1087. "METRIC_FEE13_PARTNER",
  1088. "METRIC_FEE13_USD",
  1089. "METRIC_FEE14_ADVERTISER",
  1090. "METRIC_FEE14_PARTNER",
  1091. "METRIC_FEE14_USD",
  1092. "METRIC_FEE15_ADVERTISER",
  1093. "METRIC_FEE15_PARTNER",
  1094. "METRIC_FEE15_USD",
  1095. "METRIC_FEE16_ADVERTISER",
  1096. "METRIC_FEE16_PARTNER",
  1097. "METRIC_FEE16_USD",
  1098. "METRIC_FEE17_ADVERTISER",
  1099. "METRIC_FEE17_PARTNER",
  1100. "METRIC_FEE17_USD",
  1101. "METRIC_FEE18_ADVERTISER",
  1102. "METRIC_FEE18_PARTNER",
  1103. "METRIC_FEE18_USD",
  1104. "METRIC_FEE19_ADVERTISER",
  1105. "METRIC_FEE19_PARTNER",
  1106. "METRIC_FEE19_USD",
  1107. "METRIC_FEE20_ADVERTISER",
  1108. "METRIC_FEE20_PARTNER",
  1109. "METRIC_FEE20_USD",
  1110. "METRIC_FEE21_ADVERTISER",
  1111. "METRIC_FEE21_PARTNER",
  1112. "METRIC_FEE21_USD",
  1113. "METRIC_FEE22_ADVERTISER",
  1114. "METRIC_FEE22_PARTNER",
  1115. "METRIC_FEE22_USD",
  1116. "METRIC_FEE2_ADVERTISER",
  1117. "METRIC_FEE2_PARTNER",
  1118. "METRIC_FEE2_USD",
  1119. "METRIC_FEE3_ADVERTISER",
  1120. "METRIC_FEE3_PARTNER",
  1121. "METRIC_FEE3_USD",
  1122. "METRIC_FEE4_ADVERTISER",
  1123. "METRIC_FEE4_PARTNER",
  1124. "METRIC_FEE4_USD",
  1125. "METRIC_FEE5_ADVERTISER",
  1126. "METRIC_FEE5_PARTNER",
  1127. "METRIC_FEE5_USD",
  1128. "METRIC_FEE6_ADVERTISER",
  1129. "METRIC_FEE6_PARTNER",
  1130. "METRIC_FEE6_USD",
  1131. "METRIC_FEE7_ADVERTISER",
  1132. "METRIC_FEE7_PARTNER",
  1133. "METRIC_FEE7_USD",
  1134. "METRIC_FEE8_ADVERTISER",
  1135. "METRIC_FEE8_PARTNER",
  1136. "METRIC_FEE8_USD",
  1137. "METRIC_FEE9_ADVERTISER",
  1138. "METRIC_FEE9_PARTNER",
  1139. "METRIC_FEE9_USD",
  1140. "METRIC_FLOODLIGHT_IMPRESSIONS",
  1141. "METRIC_IMPRESSIONS",
  1142. "METRIC_IMPRESSIONS_TO_CONVERSION_RATE",
  1143. "METRIC_LAST_CLICKS",
  1144. "METRIC_LAST_IMPRESSIONS",
  1145. "METRIC_MEDIA_COST_ADVERTISER",
  1146. "METRIC_MEDIA_COST_ECPAPC_ADVERTISER",
  1147. "METRIC_MEDIA_COST_ECPAPC_PARTNER",
  1148. "METRIC_MEDIA_COST_ECPAPC_USD",
  1149. "METRIC_MEDIA_COST_ECPAPV_ADVERTISER",
  1150. "METRIC_MEDIA_COST_ECPAPV_PARTNER",
  1151. "METRIC_MEDIA_COST_ECPAPV_USD",
  1152. "METRIC_MEDIA_COST_ECPA_ADVERTISER",
  1153. "METRIC_MEDIA_COST_ECPA_PARTNER",
  1154. "METRIC_MEDIA_COST_ECPA_USD",
  1155. "METRIC_MEDIA_COST_ECPCV_ADVERTISER",
  1156. "METRIC_MEDIA_COST_ECPCV_PARTNER",
  1157. "METRIC_MEDIA_COST_ECPCV_USD",
  1158. "METRIC_MEDIA_COST_ECPC_ADVERTISER",
  1159. "METRIC_MEDIA_COST_ECPC_PARTNER",
  1160. "METRIC_MEDIA_COST_ECPC_USD",
  1161. "METRIC_MEDIA_COST_ECPM_ADVERTISER",
  1162. "METRIC_MEDIA_COST_ECPM_PARTNER",
  1163. "METRIC_MEDIA_COST_ECPM_USD",
  1164. "METRIC_MEDIA_COST_PARTNER",
  1165. "METRIC_MEDIA_COST_USD",
  1166. "METRIC_MEDIA_COST_VIEWABLE_ECPM_ADVERTISER",
  1167. "METRIC_MEDIA_COST_VIEWABLE_ECPM_PARTNER",
  1168. "METRIC_MEDIA_COST_VIEWABLE_ECPM_USD",
  1169. "METRIC_MEDIA_FEE1_ADVERTISER",
  1170. "METRIC_MEDIA_FEE1_PARTNER",
  1171. "METRIC_MEDIA_FEE1_USD",
  1172. "METRIC_MEDIA_FEE2_ADVERTISER",
  1173. "METRIC_MEDIA_FEE2_PARTNER",
  1174. "METRIC_MEDIA_FEE2_USD",
  1175. "METRIC_MEDIA_FEE3_ADVERTISER",
  1176. "METRIC_MEDIA_FEE3_PARTNER",
  1177. "METRIC_MEDIA_FEE3_USD",
  1178. "METRIC_MEDIA_FEE4_ADVERTISER",
  1179. "METRIC_MEDIA_FEE4_PARTNER",
  1180. "METRIC_MEDIA_FEE4_USD",
  1181. "METRIC_MEDIA_FEE5_ADVERTISER",
  1182. "METRIC_MEDIA_FEE5_PARTNER",
  1183. "METRIC_MEDIA_FEE5_USD",
  1184. "METRIC_PIXEL_LOADS",
  1185. "METRIC_PLATFORM_FEE_ADVERTISER",
  1186. "METRIC_PLATFORM_FEE_PARTNER",
  1187. "METRIC_PLATFORM_FEE_USD",
  1188. "METRIC_POST_CLICK_DFA_REVENUE",
  1189. "METRIC_POST_VIEW_DFA_REVENUE",
  1190. "METRIC_PROFIT_ADVERTISER",
  1191. "METRIC_PROFIT_ECPAPC_ADVERTISER",
  1192. "METRIC_PROFIT_ECPAPC_PARTNER",
  1193. "METRIC_PROFIT_ECPAPC_USD",
  1194. "METRIC_PROFIT_ECPAPV_ADVERTISER",
  1195. "METRIC_PROFIT_ECPAPV_PARTNER",
  1196. "METRIC_PROFIT_ECPAPV_USD",
  1197. "METRIC_PROFIT_ECPA_ADVERTISER",
  1198. "METRIC_PROFIT_ECPA_PARTNER",
  1199. "METRIC_PROFIT_ECPA_USD",
  1200. "METRIC_PROFIT_ECPC_ADVERTISER",
  1201. "METRIC_PROFIT_ECPC_PARTNER",
  1202. "METRIC_PROFIT_ECPC_USD",
  1203. "METRIC_PROFIT_ECPM_ADVERTISER",
  1204. "METRIC_PROFIT_ECPM_PARTNER",
  1205. "METRIC_PROFIT_ECPM_USD",
  1206. "METRIC_PROFIT_MARGIN",
  1207. "METRIC_PROFIT_PARTNER",
  1208. "METRIC_PROFIT_USD",
  1209. "METRIC_PROFIT_VIEWABLE_ECPM_ADVERTISER",
  1210. "METRIC_PROFIT_VIEWABLE_ECPM_PARTNER",
  1211. "METRIC_PROFIT_VIEWABLE_ECPM_USD",
  1212. "METRIC_REACH_COOKIE_FREQUENCY",
  1213. "METRIC_REACH_COOKIE_REACH",
  1214. "METRIC_REVENUE_ADVERTISER",
  1215. "METRIC_REVENUE_ECPAPC_ADVERTISER",
  1216. "METRIC_REVENUE_ECPAPC_PARTNER",
  1217. "METRIC_REVENUE_ECPAPC_USD",
  1218. "METRIC_REVENUE_ECPAPV_ADVERTISER",
  1219. "METRIC_REVENUE_ECPAPV_PARTNER",
  1220. "METRIC_REVENUE_ECPAPV_USD",
  1221. "METRIC_REVENUE_ECPA_ADVERTISER",
  1222. "METRIC_REVENUE_ECPA_PARTNER",
  1223. "METRIC_REVENUE_ECPA_USD",
  1224. "METRIC_REVENUE_ECPCV_ADVERTISER",
  1225. "METRIC_REVENUE_ECPCV_PARTNER",
  1226. "METRIC_REVENUE_ECPCV_USD",
  1227. "METRIC_REVENUE_ECPC_ADVERTISER",
  1228. "METRIC_REVENUE_ECPC_PARTNER",
  1229. "METRIC_REVENUE_ECPC_USD",
  1230. "METRIC_REVENUE_ECPIAVC_ADVERTISER",
  1231. "METRIC_REVENUE_ECPM_ADVERTISER",
  1232. "METRIC_REVENUE_ECPM_PARTNER",
  1233. "METRIC_REVENUE_ECPM_USD",
  1234. "METRIC_REVENUE_PARTNER",
  1235. "METRIC_REVENUE_USD",
  1236. "METRIC_REVENUE_VIEWABLE_ECPM_ADVERTISER",
  1237. "METRIC_REVENUE_VIEWABLE_ECPM_PARTNER",
  1238. "METRIC_REVENUE_VIEWABLE_ECPM_USD",
  1239. "METRIC_RICH_MEDIA_SCROLLS",
  1240. "METRIC_RICH_MEDIA_VIDEO_COMPLETIONS",
  1241. "METRIC_RICH_MEDIA_VIDEO_FIRST_QUARTILE_COMPLETES",
  1242. "METRIC_RICH_MEDIA_VIDEO_FULL_SCREENS",
  1243. "METRIC_RICH_MEDIA_VIDEO_MIDPOINTS",
  1244. "METRIC_RICH_MEDIA_VIDEO_MUTES",
  1245. "METRIC_RICH_MEDIA_VIDEO_PAUSES",
  1246. "METRIC_RICH_MEDIA_VIDEO_PLAYS",
  1247. "METRIC_RICH_MEDIA_VIDEO_SKIPS",
  1248. "METRIC_RICH_MEDIA_VIDEO_THIRD_QUARTILE_COMPLETES",
  1249. "METRIC_TEA_TRUEVIEW_IMPRESSIONS",
  1250. "METRIC_TEA_TRUEVIEW_UNIQUE_COOKIES",
  1251. "METRIC_TEA_TRUEVIEW_UNIQUE_PEOPLE",
  1252. "METRIC_TOTAL_CONVERSIONS",
  1253. "METRIC_TOTAL_MEDIA_COST_ADVERTISER",
  1254. "METRIC_TOTAL_MEDIA_COST_ECPAPC_ADVERTISER",
  1255. "METRIC_TOTAL_MEDIA_COST_ECPAPC_PARTNER",
  1256. "METRIC_TOTAL_MEDIA_COST_ECPAPC_USD",
  1257. "METRIC_TOTAL_MEDIA_COST_ECPAPV_ADVERTISER",
  1258. "METRIC_TOTAL_MEDIA_COST_ECPAPV_PARTNER",
  1259. "METRIC_TOTAL_MEDIA_COST_ECPAPV_USD",
  1260. "METRIC_TOTAL_MEDIA_COST_ECPA_ADVERTISER",
  1261. "METRIC_TOTAL_MEDIA_COST_ECPA_PARTNER",
  1262. "METRIC_TOTAL_MEDIA_COST_ECPA_USD",
  1263. "METRIC_TOTAL_MEDIA_COST_ECPCV_ADVERTISER",
  1264. "METRIC_TOTAL_MEDIA_COST_ECPCV_PARTNER",
  1265. "METRIC_TOTAL_MEDIA_COST_ECPCV_USD",
  1266. "METRIC_TOTAL_MEDIA_COST_ECPC_ADVERTISER",
  1267. "METRIC_TOTAL_MEDIA_COST_ECPC_PARTNER",
  1268. "METRIC_TOTAL_MEDIA_COST_ECPC_USD",
  1269. "METRIC_TOTAL_MEDIA_COST_ECPM_ADVERTISER",
  1270. "METRIC_TOTAL_MEDIA_COST_ECPM_PARTNER",
  1271. "METRIC_TOTAL_MEDIA_COST_ECPM_USD",
  1272. "METRIC_TOTAL_MEDIA_COST_PARTNER",
  1273. "METRIC_TOTAL_MEDIA_COST_USD",
  1274. "METRIC_TOTAL_MEDIA_COST_VIEWABLE_ECPM_ADVERTISER",
  1275. "METRIC_TOTAL_MEDIA_COST_VIEWABLE_ECPM_PARTNER",
  1276. "METRIC_TOTAL_MEDIA_COST_VIEWABLE_ECPM_USD",
  1277. "METRIC_TRUEVIEW_AVERAGE_CPE_ADVERTISER",
  1278. "METRIC_TRUEVIEW_AVERAGE_CPE_PARTNER",
  1279. "METRIC_TRUEVIEW_AVERAGE_CPE_USD",
  1280. "METRIC_TRUEVIEW_CONVERSION_COST_MANY_PER_VIEW_ADVERTISER",
  1281. "METRIC_TRUEVIEW_CONVERSION_COST_MANY_PER_VIEW_PARTNER",
  1282. "METRIC_TRUEVIEW_CONVERSION_COST_MANY_PER_VIEW_USD",
  1283. "METRIC_TRUEVIEW_CONVERSION_COST_ONE_PER_VIEW_ADVERTISER",
  1284. "METRIC_TRUEVIEW_CONVERSION_COST_ONE_PER_VIEW_PARTNER",
  1285. "METRIC_TRUEVIEW_CONVERSION_COST_ONE_PER_VIEW_USD",
  1286. "METRIC_TRUEVIEW_CONVERSION_MANY_PER_VIEW",
  1287. "METRIC_TRUEVIEW_CONVERSION_ONE_PER_VIEW",
  1288. "METRIC_TRUEVIEW_CONVERSION_RATE_ONE_PER_VIEW",
  1289. "METRIC_TRUEVIEW_CONVERSION_VALUE_MANY_PER_VIEW_ADVERTISER",
  1290. "METRIC_TRUEVIEW_CONVERSION_VALUE_MANY_PER_VIEW_PARTNER",
  1291. "METRIC_TRUEVIEW_CONVERSION_VALUE_MANY_PER_VIEW_USD",
  1292. "METRIC_TRUEVIEW_CONVERSION_VALUE_ONE_PER_VIEW_ADVERTISER",
  1293. "METRIC_TRUEVIEW_CONVERSION_VALUE_ONE_PER_VIEW_PARTNER",
  1294. "METRIC_TRUEVIEW_CONVERSION_VALUE_ONE_PER_VIEW_USD",
  1295. "METRIC_TRUEVIEW_COST_CONVERSION_MANY_PER_VIEW_RATIO",
  1296. "METRIC_TRUEVIEW_COST_CONVERSION_ONE_PER_VIEW_RATIO",
  1297. "METRIC_TRUEVIEW_CPV_ADVERTISER",
  1298. "METRIC_TRUEVIEW_CPV_PARTNER",
  1299. "METRIC_TRUEVIEW_CPV_USD",
  1300. "METRIC_TRUEVIEW_EARNED_LIKES",
  1301. "METRIC_TRUEVIEW_EARNED_PLAYLIST_ADDITIONS",
  1302. "METRIC_TRUEVIEW_EARNED_SHARES",
  1303. "METRIC_TRUEVIEW_EARNED_SUBSCRIBERS",
  1304. "METRIC_TRUEVIEW_EARNED_VIEWS",
  1305. "METRIC_TRUEVIEW_ENGAGEMENTS",
  1306. "METRIC_TRUEVIEW_ENGAGEMENT_RATE",
  1307. "METRIC_TRUEVIEW_IMPRESSION_SHARE",
  1308. "METRIC_TRUEVIEW_LOST_IS_BUDGET",
  1309. "METRIC_TRUEVIEW_LOST_IS_RANK",
  1310. "METRIC_TRUEVIEW_TOTAL_CONVERSION_VALUE",
  1311. "METRIC_TRUEVIEW_TOTAL_CONVERSION_VALUES_ADVERTISER",
  1312. "METRIC_TRUEVIEW_TOTAL_CONVERSION_VALUES_PARTNER",
  1313. "METRIC_TRUEVIEW_TOTAL_CONVERSION_VALUES_USD",
  1314. "METRIC_TRUEVIEW_UNIQUE_VIEWERS",
  1315. "METRIC_TRUEVIEW_VALUE_CONVERSION_MANY_PER_VIEW_RATIO",
  1316. "METRIC_TRUEVIEW_VALUE_CONVERSION_ONE_PER_VIEW_RATIO",
  1317. "METRIC_TRUEVIEW_VIEWS",
  1318. "METRIC_TRUEVIEW_VIEW_RATE",
  1319. "METRIC_TRUEVIEW_VIEW_THROUGH_CONVERSION",
  1320. "METRIC_UNIQUE_VISITORS_COOKIES",
  1321. "METRIC_UNKNOWN",
  1322. "METRIC_VIDEO_COMPANION_CLICKS",
  1323. "METRIC_VIDEO_COMPANION_IMPRESSIONS",
  1324. "METRIC_VIDEO_COMPLETION_RATE",
  1325. "METRIC_VIEWABLE_BID_REQUESTS"
  1326. ],
  1327. "enumDescriptions": [
  1328. "",
  1329. "",
  1330. "",
  1331. "",
  1332. "",
  1333. "",
  1334. "",
  1335. "",
  1336. "",
  1337. "",
  1338. "",
  1339. "",
  1340. "",
  1341. "",
  1342. "",
  1343. "",
  1344. "",
  1345. "",
  1346. "",
  1347. "",
  1348. "",
  1349. "",
  1350. "",
  1351. "",
  1352. "",
  1353. "",
  1354. "",
  1355. "",
  1356. "",
  1357. "",
  1358. "",
  1359. "",
  1360. "",
  1361. "",
  1362. "",
  1363. "",
  1364. "",
  1365. "",
  1366. "",
  1367. "",
  1368. "",
  1369. "",
  1370. "",
  1371. "",
  1372. "",
  1373. "",
  1374. "",
  1375. "",
  1376. "",
  1377. "",
  1378. "",
  1379. "",
  1380. "",
  1381. "",
  1382. "",
  1383. "",
  1384. "",
  1385. "",
  1386. "",
  1387. "",
  1388. "",
  1389. "",
  1390. "",
  1391. "",
  1392. "",
  1393. "",
  1394. "",
  1395. "",
  1396. "",
  1397. "",
  1398. "",
  1399. "",
  1400. "",
  1401. "",
  1402. "",
  1403. "",
  1404. "",
  1405. "",
  1406. "",
  1407. "",
  1408. "",
  1409. "",
  1410. "",
  1411. "",
  1412. "",
  1413. "",
  1414. "",
  1415. "",
  1416. "",
  1417. "",
  1418. "",
  1419. "",
  1420. "",
  1421. "",
  1422. "",
  1423. "",
  1424. "",
  1425. "",
  1426. "",
  1427. "",
  1428. "",
  1429. "",
  1430. "",
  1431. "",
  1432. "",
  1433. "",
  1434. "",
  1435. "",
  1436. "",
  1437. "",
  1438. "",
  1439. "",
  1440. "",
  1441. "",
  1442. "",
  1443. "",
  1444. "",
  1445. "",
  1446. "",
  1447. "",
  1448. "",
  1449. "",
  1450. "",
  1451. "",
  1452. "",
  1453. "",
  1454. "",
  1455. "",
  1456. "",
  1457. "",
  1458. "",
  1459. "",
  1460. "",
  1461. "",
  1462. "",
  1463. "",
  1464. "",
  1465. "",
  1466. "",
  1467. "",
  1468. "",
  1469. "",
  1470. "",
  1471. "",
  1472. "",
  1473. "",
  1474. "",
  1475. "",
  1476. "",
  1477. "",
  1478. "",
  1479. "",
  1480. "",
  1481. "",
  1482. "",
  1483. "",
  1484. "",
  1485. "",
  1486. "",
  1487. "",
  1488. "",
  1489. "",
  1490. "",
  1491. "",
  1492. "",
  1493. "",
  1494. "",
  1495. "",
  1496. "",
  1497. "",
  1498. "",
  1499. "",
  1500. "",
  1501. "",
  1502. "",
  1503. "",
  1504. "",
  1505. "",
  1506. "",
  1507. "",
  1508. "",
  1509. "",
  1510. "",
  1511. "",
  1512. "",
  1513. "",
  1514. "",
  1515. "",
  1516. "",
  1517. "",
  1518. "",
  1519. "",
  1520. "",
  1521. "",
  1522. "",
  1523. "",
  1524. "",
  1525. "",
  1526. "",
  1527. "",
  1528. "",
  1529. "",
  1530. "",
  1531. "",
  1532. "",
  1533. "",
  1534. "",
  1535. "",
  1536. "",
  1537. "",
  1538. "",
  1539. "",
  1540. "",
  1541. "",
  1542. "",
  1543. "",
  1544. "",
  1545. "",
  1546. "",
  1547. "",
  1548. "",
  1549. "",
  1550. "",
  1551. "",
  1552. "",
  1553. "",
  1554. "",
  1555. "",
  1556. "",
  1557. "",
  1558. "",
  1559. "",
  1560. "",
  1561. "",
  1562. "",
  1563. "",
  1564. "",
  1565. "",
  1566. "",
  1567. "",
  1568. "",
  1569. "",
  1570. "",
  1571. "",
  1572. "",
  1573. "",
  1574. "",
  1575. "",
  1576. "",
  1577. "",
  1578. "",
  1579. "",
  1580. "",
  1581. "",
  1582. "",
  1583. "",
  1584. "",
  1585. "",
  1586. "",
  1587. "",
  1588. "",
  1589. "",
  1590. "",
  1591. "",
  1592. "",
  1593. "",
  1594. "",
  1595. "",
  1596. "",
  1597. "",
  1598. "",
  1599. "",
  1600. "",
  1601. "",
  1602. "",
  1603. "",
  1604. "",
  1605. "",
  1606. "",
  1607. "",
  1608. "",
  1609. "",
  1610. "",
  1611. "",
  1612. "",
  1613. "",
  1614. "",
  1615. "",
  1616. "",
  1617. "",
  1618. "",
  1619. "",
  1620. "",
  1621. "",
  1622. "",
  1623. "",
  1624. "",
  1625. "",
  1626. "",
  1627. "",
  1628. "",
  1629. "",
  1630. "",
  1631. "",
  1632. "",
  1633. "",
  1634. "",
  1635. "",
  1636. "",
  1637. "",
  1638. "",
  1639. ""
  1640. ],
  1641. "type": "string"
  1642. },
  1643. "type": "array"
  1644. },
  1645. "type": {
  1646. "description": "Report type.",
  1647. "enum": [
  1648. "TYPE_ACTIVE_GRP",
  1649. "TYPE_AUDIENCE_COMPOSITION",
  1650. "TYPE_AUDIENCE_PERFORMANCE",
  1651. "TYPE_CLIENT_SAFE",
  1652. "TYPE_COMSCORE_VCE",
  1653. "TYPE_CROSS_FEE",
  1654. "TYPE_CROSS_PARTNER",
  1655. "TYPE_CROSS_PARTNER_THIRD_PARTY_DATA_PROVIDER",
  1656. "TYPE_ESTIMATED_CONVERSION",
  1657. "TYPE_FEE",
  1658. "TYPE_GENERAL",
  1659. "TYPE_INVENTORY_AVAILABILITY",
  1660. "TYPE_KEYWORD",
  1661. "TYPE_LINEAR_TV_SEARCH_LIFT",
  1662. "TYPE_NIELSEN_AUDIENCE_PROFILE",
  1663. "TYPE_NIELSEN_DAILY_REACH_BUILD",
  1664. "TYPE_NIELSEN_ONLINE_GLOBAL_MARKET",
  1665. "TYPE_NIELSEN_SITE",
  1666. "TYPE_NOT_SUPPORTED",
  1667. "TYPE_ORDER_ID",
  1668. "TYPE_PAGE_CATEGORY",
  1669. "TYPE_PETRA_NIELSEN_AUDIENCE_PROFILE",
  1670. "TYPE_PETRA_NIELSEN_DAILY_REACH_BUILD",
  1671. "TYPE_PETRA_NIELSEN_ONLINE_GLOBAL_MARKET",
  1672. "TYPE_PIXEL_LOAD",
  1673. "TYPE_REACH_AND_FREQUENCY",
  1674. "TYPE_REACH_AUDIENCE",
  1675. "TYPE_THIRD_PARTY_DATA_PROVIDER",
  1676. "TYPE_TRUEVIEW",
  1677. "TYPE_TRUEVIEW_IAR",
  1678. "TYPE_VERIFICATION",
  1679. "TYPE_YOUTUBE_VERTICAL"
  1680. ],
  1681. "enumDescriptions": [
  1682. "",
  1683. "",
  1684. "",
  1685. "",
  1686. "",
  1687. "",
  1688. "",
  1689. "",
  1690. "",
  1691. "",
  1692. "",
  1693. "",
  1694. "",
  1695. "",
  1696. "",
  1697. "",
  1698. "",
  1699. "",
  1700. "",
  1701. "",
  1702. "",
  1703. "",
  1704. "",
  1705. "",
  1706. "",
  1707. "",
  1708. "",
  1709. "",
  1710. "",
  1711. "",
  1712. "",
  1713. ""
  1714. ],
  1715. "type": "string"
  1716. }
  1717. },
  1718. "type": "object"
  1719. },
  1720. "Query": {
  1721. "description": "Represents a query.",
  1722. "id": "Query",
  1723. "properties": {
  1724. "kind": {
  1725. "default": "doubleclickbidmanager#query",
  1726. "description": "Identifies what kind of resource this is. Value: the fixed string \"doubleclickbidmanager#query\".",
  1727. "type": "string"
  1728. },
  1729. "metadata": {
  1730. "$ref": "QueryMetadata",
  1731. "description": "Query metadata."
  1732. },
  1733. "params": {
  1734. "$ref": "Parameters",
  1735. "description": "Query parameters."
  1736. },
  1737. "queryId": {
  1738. "description": "Query ID.",
  1739. "format": "int64",
  1740. "type": "string"
  1741. },
  1742. "reportDataEndTimeMs": {
  1743. "description": "The ending time for the data that is shown in the report. Note, reportDataEndTimeMs is required if metadata.dataRange is CUSTOM_DATES and ignored otherwise.",
  1744. "format": "int64",
  1745. "type": "string"
  1746. },
  1747. "reportDataStartTimeMs": {
  1748. "description": "The starting time for the data that is shown in the report. Note, reportDataStartTimeMs is required if metadata.dataRange is CUSTOM_DATES and ignored otherwise.",
  1749. "format": "int64",
  1750. "type": "string"
  1751. },
  1752. "schedule": {
  1753. "$ref": "QuerySchedule",
  1754. "description": "Information on how often and when to run a query."
  1755. },
  1756. "timezoneCode": {
  1757. "description": "Canonical timezone code for report data time. Defaults to America/New_York.",
  1758. "type": "string"
  1759. }
  1760. },
  1761. "type": "object"
  1762. },
  1763. "QueryMetadata": {
  1764. "description": "Query metadata.",
  1765. "id": "QueryMetadata",
  1766. "properties": {
  1767. "dataRange": {
  1768. "description": "Range of report data.",
  1769. "enum": [
  1770. "ALL_TIME",
  1771. "CURRENT_DAY",
  1772. "CUSTOM_DATES",
  1773. "LAST_14_DAYS",
  1774. "LAST_30_DAYS",
  1775. "LAST_365_DAYS",
  1776. "LAST_7_DAYS",
  1777. "LAST_90_DAYS",
  1778. "MONTH_TO_DATE",
  1779. "PREVIOUS_DAY",
  1780. "PREVIOUS_HALF_MONTH",
  1781. "PREVIOUS_MONTH",
  1782. "PREVIOUS_QUARTER",
  1783. "PREVIOUS_WEEK",
  1784. "PREVIOUS_YEAR",
  1785. "QUARTER_TO_DATE",
  1786. "TYPE_NOT_SUPPORTED",
  1787. "WEEK_TO_DATE",
  1788. "YEAR_TO_DATE"
  1789. ],
  1790. "enumDescriptions": [
  1791. "",
  1792. "",
  1793. "",
  1794. "",
  1795. "",
  1796. "",
  1797. "",
  1798. "",
  1799. "",
  1800. "",
  1801. "",
  1802. "",
  1803. "",
  1804. "",
  1805. "",
  1806. "",
  1807. "",
  1808. "",
  1809. ""
  1810. ],
  1811. "type": "string"
  1812. },
  1813. "format": {
  1814. "description": "Format of the generated report.",
  1815. "enum": [
  1816. "CSV",
  1817. "EXCEL_CSV",
  1818. "XLSX"
  1819. ],
  1820. "enumDescriptions": [
  1821. "",
  1822. "",
  1823. ""
  1824. ],
  1825. "type": "string"
  1826. },
  1827. "googleCloudStoragePathForLatestReport": {
  1828. "description": "The path to the location in Google Cloud Storage where the latest report is stored.",
  1829. "type": "string"
  1830. },
  1831. "googleDrivePathForLatestReport": {
  1832. "description": "The path in Google Drive for the latest report.",
  1833. "type": "string"
  1834. },
  1835. "latestReportRunTimeMs": {
  1836. "description": "The time when the latest report started to run.",
  1837. "format": "int64",
  1838. "type": "string"
  1839. },
  1840. "locale": {
  1841. "description": "Locale of the generated reports. Valid values are cs CZECH de GERMAN en ENGLISH es SPANISH fr FRENCH it ITALIAN ja JAPANESE ko KOREAN pl POLISH pt-BR BRAZILIAN_PORTUGUESE ru RUSSIAN tr TURKISH uk UKRAINIAN zh-CN CHINA_CHINESE zh-TW TAIWAN_CHINESE\n\nAn locale string not in the list above will generate reports in English.",
  1842. "type": "string"
  1843. },
  1844. "reportCount": {
  1845. "description": "Number of reports that have been generated for the query.",
  1846. "format": "int32",
  1847. "type": "integer"
  1848. },
  1849. "running": {
  1850. "description": "Whether the latest report is currently running.",
  1851. "type": "boolean"
  1852. },
  1853. "sendNotification": {
  1854. "description": "Whether to send an email notification when a report is ready. Default to false.",
  1855. "type": "boolean"
  1856. },
  1857. "shareEmailAddress": {
  1858. "description": "List of email addresses which are sent email notifications when the report is finished. Separate from sendNotification.",
  1859. "items": {
  1860. "type": "string"
  1861. },
  1862. "type": "array"
  1863. },
  1864. "title": {
  1865. "description": "Query title. It is used to name the reports generated from this query.",
  1866. "type": "string"
  1867. }
  1868. },
  1869. "type": "object"
  1870. },
  1871. "QuerySchedule": {
  1872. "description": "Information on how frequently and when to run a query.",
  1873. "id": "QuerySchedule",
  1874. "properties": {
  1875. "endTimeMs": {
  1876. "description": "Datetime to periodically run the query until.",
  1877. "format": "int64",
  1878. "type": "string"
  1879. },
  1880. "frequency": {
  1881. "description": "How often the query is run.",
  1882. "enum": [
  1883. "DAILY",
  1884. "MONTHLY",
  1885. "ONE_TIME",
  1886. "QUARTERLY",
  1887. "SEMI_MONTHLY",
  1888. "WEEKLY"
  1889. ],
  1890. "enumDescriptions": [
  1891. "",
  1892. "",
  1893. "",
  1894. "",
  1895. "",
  1896. ""
  1897. ],
  1898. "type": "string"
  1899. },
  1900. "nextRunMinuteOfDay": {
  1901. "description": "Time of day at which a new report will be generated, represented as minutes past midnight. Range is 0 to 1439. Only applies to scheduled reports.",
  1902. "format": "int32",
  1903. "type": "integer"
  1904. },
  1905. "nextRunTimezoneCode": {
  1906. "description": "Canonical timezone code for report generation time. Defaults to America/New_York.",
  1907. "type": "string"
  1908. }
  1909. },
  1910. "type": "object"
  1911. },
  1912. "Report": {
  1913. "description": "Represents a report.",
  1914. "id": "Report",
  1915. "properties": {
  1916. "key": {
  1917. "$ref": "ReportKey",
  1918. "description": "Key used to identify a report."
  1919. },
  1920. "metadata": {
  1921. "$ref": "ReportMetadata",
  1922. "description": "Report metadata."
  1923. },
  1924. "params": {
  1925. "$ref": "Parameters",
  1926. "description": "Report parameters."
  1927. }
  1928. },
  1929. "type": "object"
  1930. },
  1931. "ReportFailure": {
  1932. "description": "An explanation of a report failure.",
  1933. "id": "ReportFailure",
  1934. "properties": {
  1935. "errorCode": {
  1936. "description": "Error code that shows why the report was not created.",
  1937. "enum": [
  1938. "AUTHENTICATION_ERROR",
  1939. "DEPRECATED_REPORTING_INVALID_QUERY",
  1940. "REPORTING_BUCKET_NOT_FOUND",
  1941. "REPORTING_CREATE_BUCKET_FAILED",
  1942. "REPORTING_DELETE_BUCKET_FAILED",
  1943. "REPORTING_FATAL_ERROR",
  1944. "REPORTING_ILLEGAL_FILENAME",
  1945. "REPORTING_IMCOMPATIBLE_METRICS",
  1946. "REPORTING_INVALID_QUERY_MISSING_PARTNER_AND_ADVERTISER_FILTERS",
  1947. "REPORTING_INVALID_QUERY_TITLE_MISSING",
  1948. "REPORTING_INVALID_QUERY_TOO_MANY_UNFILTERED_LARGE_GROUP_BYS",
  1949. "REPORTING_QUERY_NOT_FOUND",
  1950. "REPORTING_TRANSIENT_ERROR",
  1951. "REPORTING_UPDATE_BUCKET_PERMISSION_FAILED",
  1952. "REPORTING_WRITE_BUCKET_OBJECT_FAILED",
  1953. "SERVER_ERROR",
  1954. "UNAUTHORIZED_API_ACCESS",
  1955. "VALIDATION_ERROR"
  1956. ],
  1957. "enumDescriptions": [
  1958. "",
  1959. "",
  1960. "",
  1961. "",
  1962. "",
  1963. "",
  1964. "",
  1965. "",
  1966. "",
  1967. "",
  1968. "",
  1969. "",
  1970. "",
  1971. "",
  1972. "",
  1973. "",
  1974. "",
  1975. ""
  1976. ],
  1977. "type": "string"
  1978. }
  1979. },
  1980. "type": "object"
  1981. },
  1982. "ReportKey": {
  1983. "description": "Key used to identify a report.",
  1984. "id": "ReportKey",
  1985. "properties": {
  1986. "queryId": {
  1987. "description": "Query ID.",
  1988. "format": "int64",
  1989. "type": "string"
  1990. },
  1991. "reportId": {
  1992. "description": "Report ID.",
  1993. "format": "int64",
  1994. "type": "string"
  1995. }
  1996. },
  1997. "type": "object"
  1998. },
  1999. "ReportMetadata": {
  2000. "description": "Report metadata.",
  2001. "id": "ReportMetadata",
  2002. "properties": {
  2003. "googleCloudStoragePath": {
  2004. "description": "The path to the location in Google Cloud Storage where the report is stored.",
  2005. "type": "string"
  2006. },
  2007. "reportDataEndTimeMs": {
  2008. "description": "The ending time for the data that is shown in the report.",
  2009. "format": "int64",
  2010. "type": "string"
  2011. },
  2012. "reportDataStartTimeMs": {
  2013. "description": "The starting time for the data that is shown in the report.",
  2014. "format": "int64",
  2015. "type": "string"
  2016. },
  2017. "status": {
  2018. "$ref": "ReportStatus",
  2019. "description": "Report status."
  2020. }
  2021. },
  2022. "type": "object"
  2023. },
  2024. "ReportStatus": {
  2025. "description": "Report status.",
  2026. "id": "ReportStatus",
  2027. "properties": {
  2028. "failure": {
  2029. "$ref": "ReportFailure",
  2030. "description": "If the report failed, this records the cause."
  2031. },
  2032. "finishTimeMs": {
  2033. "description": "The time when this report either completed successfully or failed.",
  2034. "format": "int64",
  2035. "type": "string"
  2036. },
  2037. "format": {
  2038. "description": "The file type of the report.",
  2039. "enum": [
  2040. "CSV",
  2041. "EXCEL_CSV",
  2042. "XLSX"
  2043. ],
  2044. "enumDescriptions": [
  2045. "",
  2046. "",
  2047. ""
  2048. ],
  2049. "type": "string"
  2050. },
  2051. "state": {
  2052. "description": "The state of the report.",
  2053. "enum": [
  2054. "DONE",
  2055. "FAILED",
  2056. "RUNNING"
  2057. ],
  2058. "enumDescriptions": [
  2059. "",
  2060. "",
  2061. ""
  2062. ],
  2063. "type": "string"
  2064. }
  2065. },
  2066. "type": "object"
  2067. },
  2068. "RowStatus": {
  2069. "description": "Represents the upload status of a row in the request.",
  2070. "id": "RowStatus",
  2071. "properties": {
  2072. "changed": {
  2073. "description": "Whether the stored entity is changed as a result of upload.",
  2074. "type": "boolean"
  2075. },
  2076. "entityId": {
  2077. "description": "Entity Id.",
  2078. "format": "int64",
  2079. "type": "string"
  2080. },
  2081. "entityName": {
  2082. "description": "Entity name.",
  2083. "type": "string"
  2084. },
  2085. "errors": {
  2086. "description": "Reasons why the entity can't be uploaded.",
  2087. "items": {
  2088. "type": "string"
  2089. },
  2090. "type": "array"
  2091. },
  2092. "persisted": {
  2093. "description": "Whether the entity is persisted.",
  2094. "type": "boolean"
  2095. },
  2096. "rowNumber": {
  2097. "description": "Row number.",
  2098. "format": "int32",
  2099. "type": "integer"
  2100. }
  2101. },
  2102. "type": "object"
  2103. },
  2104. "RunQueryRequest": {
  2105. "description": "Request to run a stored query to generate a report.",
  2106. "id": "RunQueryRequest",
  2107. "properties": {
  2108. "dataRange": {
  2109. "description": "Report data range used to generate the report.",
  2110. "enum": [
  2111. "ALL_TIME",
  2112. "CURRENT_DAY",
  2113. "CUSTOM_DATES",
  2114. "LAST_14_DAYS",
  2115. "LAST_30_DAYS",
  2116. "LAST_365_DAYS",
  2117. "LAST_7_DAYS",
  2118. "LAST_90_DAYS",
  2119. "MONTH_TO_DATE",
  2120. "PREVIOUS_DAY",
  2121. "PREVIOUS_HALF_MONTH",
  2122. "PREVIOUS_MONTH",
  2123. "PREVIOUS_QUARTER",
  2124. "PREVIOUS_WEEK",
  2125. "PREVIOUS_YEAR",
  2126. "QUARTER_TO_DATE",
  2127. "TYPE_NOT_SUPPORTED",
  2128. "WEEK_TO_DATE",
  2129. "YEAR_TO_DATE"
  2130. ],
  2131. "enumDescriptions": [
  2132. "",
  2133. "",
  2134. "",
  2135. "",
  2136. "",
  2137. "",
  2138. "",
  2139. "",
  2140. "",
  2141. "",
  2142. "",
  2143. "",
  2144. "",
  2145. "",
  2146. "",
  2147. "",
  2148. "",
  2149. "",
  2150. ""
  2151. ],
  2152. "type": "string"
  2153. },
  2154. "reportDataEndTimeMs": {
  2155. "description": "The ending time for the data that is shown in the report. Note, reportDataEndTimeMs is required if dataRange is CUSTOM_DATES and ignored otherwise.",
  2156. "format": "int64",
  2157. "type": "string"
  2158. },
  2159. "reportDataStartTimeMs": {
  2160. "description": "The starting time for the data that is shown in the report. Note, reportDataStartTimeMs is required if dataRange is CUSTOM_DATES and ignored otherwise.",
  2161. "format": "int64",
  2162. "type": "string"
  2163. },
  2164. "timezoneCode": {
  2165. "description": "Canonical timezone code for report data time. Defaults to America/New_York.",
  2166. "type": "string"
  2167. }
  2168. },
  2169. "type": "object"
  2170. },
  2171. "UploadLineItemsRequest": {
  2172. "description": "Request to upload line items.",
  2173. "id": "UploadLineItemsRequest",
  2174. "properties": {
  2175. "dryRun": {
  2176. "description": "Set to true to get upload status without actually persisting the line items.",
  2177. "type": "boolean"
  2178. },
  2179. "format": {
  2180. "description": "Format the line items are in. Default to CSV.",
  2181. "enum": [
  2182. "CSV"
  2183. ],
  2184. "enumDescriptions": [
  2185. ""
  2186. ],
  2187. "type": "string"
  2188. },
  2189. "lineItems": {
  2190. "description": "Line items in CSV to upload. Refer to Entity Write File Format for more information on file format.",
  2191. "type": "string"
  2192. }
  2193. },
  2194. "type": "object"
  2195. },
  2196. "UploadLineItemsResponse": {
  2197. "description": "Upload line items response.",
  2198. "id": "UploadLineItemsResponse",
  2199. "properties": {
  2200. "uploadStatus": {
  2201. "$ref": "UploadStatus",
  2202. "description": "Status of upload."
  2203. }
  2204. },
  2205. "type": "object"
  2206. },
  2207. "UploadStatus": {
  2208. "description": "Represents the status of upload.",
  2209. "id": "UploadStatus",
  2210. "properties": {
  2211. "errors": {
  2212. "description": "Reasons why upload can't be completed.",
  2213. "items": {
  2214. "type": "string"
  2215. },
  2216. "type": "array"
  2217. },
  2218. "rowStatus": {
  2219. "description": "Per-row upload status.",
  2220. "items": {
  2221. "$ref": "RowStatus"
  2222. },
  2223. "type": "array"
  2224. }
  2225. },
  2226. "type": "object"
  2227. }
  2228. },
  2229. "servicePath": "doubleclickbidmanager/v1/",
  2230. "title": "DoubleClick Bid Manager API",
  2231. "version": "v1"
  2232. }