1{
2 "auth": {
3 "oauth2": {
4 "scopes": {
5 "https://www.googleapis.com/auth/dfatrafficking": {
6 "description": "View and manage your DoubleClick Campaign Manager's (DCM) display ad campaigns"
7 }
8 }
9 }
10 },
11 "basePath": "/dfareporting/v3.5/",
12 "baseUrl": "https://dfareporting.googleapis.com/dfareporting/v3.5/",
13 "batchPath": "batch",
14 "canonicalName": "Dfareporting",
15 "description": "Build applications to efficiently manage large or complex trafficking, reporting, and attribution workflows for Campaign Manager 360.",
16 "discoveryVersion": "v1",
17 "documentationLink": "https://developers.google.com/doubleclick-advertisers/",
18 "fullyEncodeReservedExpansion": true,
19 "icons": {
20 "x16": "http://www.google.com/images/icons/product/search-16.gif",
21 "x32": "http://www.google.com/images/icons/product/search-32.gif"
22 },
23 "id": "dfareporting:v3.5",
24 "kind": "discovery#restDescription",
25 "mtlsRootUrl": "https://dfareporting.mtls.googleapis.com/",
26 "name": "dfareporting",
27 "ownerDomain": "google.com",
28 "ownerName": "Google",
29 "parameters": {
30 "$.xgafv": {
31 "description": "V1 error format.",
32 "enum": [
33 "1",
34 "2"
35 ],
36 "enumDescriptions": [
37 "v1 error format",
38 "v2 error format"
39 ],
40 "location": "query",
41 "type": "string"
42 },
43 "access_token": {
44 "description": "OAuth access token.",
45 "location": "query",
46 "type": "string"
47 },
48 "alt": {
49 "default": "json",
50 "description": "Data format for response.",
51 "enum": [
52 "json",
53 "media",
54 "proto"
55 ],
56 "enumDescriptions": [
57 "Responses with Content-Type of application/json",
58 "Media download with context-dependent Content-Type",
59 "Responses with Content-Type of application/x-protobuf"
60 ],
61 "location": "query",
62 "type": "string"
63 },
64 "callback": {
65 "description": "JSONP",
66 "location": "query",
67 "type": "string"
68 },
69 "fields": {
70 "description": "Selector specifying which fields to include in a partial response.",
71 "location": "query",
72 "type": "string"
73 },
74 "key": {
75 "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.",
76 "location": "query",
77 "type": "string"
78 },
79 "oauth_token": {
80 "description": "OAuth 2.0 token for the current user.",
81 "location": "query",
82 "type": "string"
83 },
84 "prettyPrint": {
85 "default": "true",
86 "description": "Returns response with indentations and line breaks.",
87 "location": "query",
88 "type": "boolean"
89 },
90 "quotaUser": {
91 "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.",
92 "location": "query",
93 "type": "string"
94 },
95 "uploadType": {
96 "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
97 "location": "query",
98 "type": "string"
99 },
100 "upload_protocol": {
101 "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
102 "location": "query",
103 "type": "string"
104 }
105 },
106 "protocol": "rest",
107 "resources": {
108 "media": {
109 "methods": {
110 "upload": {
111 "description": "Inserts a new creative asset.",
112 "flatPath": "userprofiles/{userprofilesId}/creativeAssets/{creativeAssetsId}/creativeAssets",
113 "httpMethod": "POST",
114 "id": "dfareporting.media.upload",
115 "mediaUpload": {
116 "accept": [
117 "*/*"
118 ],
119 "maxSize": "1073741824",
120 "protocols": {
121 "simple": {
122 "multipart": true,
123 "path": "/upload/dfareporting/v3.5/userprofiles/{+profileId}/creativeAssets/{+advertiserId}/creativeAssets"
124 }
125 }
126 },
127 "parameterOrder": [
128 "profileId",
129 "advertiserId"
130 ],
131 "parameters": {
132 "advertiserId": {
133 "description": "Advertiser ID of this creative. This is a required field.",
134 "format": "int64",
135 "location": "path",
136 "pattern": "^[^/]+$",
137 "required": true,
138 "type": "string"
139 },
140 "profileId": {
141 "description": "User profile ID associated with this request.",
142 "format": "int64",
143 "location": "path",
144 "pattern": "^[^/]+$",
145 "required": true,
146 "type": "string"
147 }
148 },
149 "path": "userprofiles/{+profileId}/creativeAssets/{+advertiserId}/creativeAssets",
150 "request": {
151 "$ref": "CreativeAssetMetadata"
152 },
153 "response": {
154 "$ref": "CreativeAssetMetadata"
155 },
156 "scopes": [
157 "https://www.googleapis.com/auth/dfatrafficking"
158 ],
159 "supportsMediaUpload": true
160 }
161 }
162 }
163 },
164 "revision": "20230523",
165 "rootUrl": "https://dfareporting.googleapis.com/",
166 "schemas": {
167 "ClickTag": {
168 "description": "Creative Click Tag.",
169 "id": "ClickTag",
170 "properties": {
171 "clickThroughUrl": {
172 "$ref": "CreativeClickThroughUrl",
173 "description": "Parameter value for the specified click tag. This field contains a click-through url."
174 },
175 "eventName": {
176 "description": "Advertiser event name associated with the click tag. This field is used by DISPLAY_IMAGE_GALLERY and HTML5_BANNER creatives. Applicable to DISPLAY when the primary asset type is not HTML_IMAGE.",
177 "type": "string"
178 },
179 "name": {
180 "description": "Parameter name for the specified click tag. For DISPLAY_IMAGE_GALLERY creative assets, this field must match the value of the creative asset's creativeAssetId.name field.",
181 "type": "string"
182 }
183 },
184 "type": "object"
185 },
186 "CreativeAssetId": {
187 "description": "Creative Asset ID.",
188 "id": "CreativeAssetId",
189 "properties": {
190 "name": {
191 "description": "Name of the creative asset. This is a required field while inserting an asset. After insertion, this assetIdentifier is used to identify the uploaded asset. Characters in the name must be alphanumeric or one of the following: \".-_ \". Spaces are allowed.",
192 "type": "string"
193 },
194 "type": {
195 "description": "Type of asset to upload. This is a required field. FLASH and IMAGE are no longer supported for new uploads. All image assets should use HTML_IMAGE.",
196 "enum": [
197 "IMAGE",
198 "FLASH",
199 "VIDEO",
200 "HTML",
201 "HTML_IMAGE",
202 "AUDIO"
203 ],
204 "enumDescriptions": [
205 "",
206 "",
207 "",
208 "",
209 "",
210 ""
211 ],
212 "type": "string"
213 }
214 },
215 "type": "object"
216 },
217 "CreativeAssetMetadata": {
218 "description": "CreativeAssets contains properties of a creative asset file which will be uploaded or has already been uploaded. Refer to the creative sample code for how to upload assets and insert a creative.",
219 "id": "CreativeAssetMetadata",
220 "properties": {
221 "assetIdentifier": {
222 "$ref": "CreativeAssetId",
223 "description": "ID of the creative asset. This is a required field."
224 },
225 "clickTags": {
226 "description": "List of detected click tags for assets. This is a read-only, auto-generated field. This field is empty for a rich media asset.",
227 "items": {
228 "$ref": "ClickTag"
229 },
230 "type": "array"
231 },
232 "counterCustomEvents": {
233 "description": "List of counter events configured for the asset. This is a read-only, auto-generated field and only applicable to a rich media asset.",
234 "items": {
235 "$ref": "CreativeCustomEvent"
236 },
237 "type": "array"
238 },
239 "detectedFeatures": {
240 "description": "List of feature dependencies for the creative asset that are detected by Campaign Manager. Feature dependencies are features that a browser must be able to support in order to render your HTML5 creative correctly. This is a read-only, auto-generated field.",
241 "items": {
242 "enum": [
243 "CSS_FONT_FACE",
244 "CSS_BACKGROUND_SIZE",
245 "CSS_BORDER_IMAGE",
246 "CSS_BORDER_RADIUS",
247 "CSS_BOX_SHADOW",
248 "CSS_FLEX_BOX",
249 "CSS_HSLA",
250 "CSS_MULTIPLE_BGS",
251 "CSS_OPACITY",
252 "CSS_RGBA",
253 "CSS_TEXT_SHADOW",
254 "CSS_ANIMATIONS",
255 "CSS_COLUMNS",
256 "CSS_GENERATED_CONTENT",
257 "CSS_GRADIENTS",
258 "CSS_REFLECTIONS",
259 "CSS_TRANSFORMS",
260 "CSS_TRANSFORMS3D",
261 "CSS_TRANSITIONS",
262 "APPLICATION_CACHE",
263 "CANVAS",
264 "CANVAS_TEXT",
265 "DRAG_AND_DROP",
266 "HASH_CHANGE",
267 "HISTORY",
268 "AUDIO",
269 "VIDEO",
270 "INDEXED_DB",
271 "INPUT_ATTR_AUTOCOMPLETE",
272 "INPUT_ATTR_AUTOFOCUS",
273 "INPUT_ATTR_LIST",
274 "INPUT_ATTR_PLACEHOLDER",
275 "INPUT_ATTR_MAX",
276 "INPUT_ATTR_MIN",
277 "INPUT_ATTR_MULTIPLE",
278 "INPUT_ATTR_PATTERN",
279 "INPUT_ATTR_REQUIRED",
280 "INPUT_ATTR_STEP",
281 "INPUT_TYPE_SEARCH",
282 "INPUT_TYPE_TEL",
283 "INPUT_TYPE_URL",
284 "INPUT_TYPE_EMAIL",
285 "INPUT_TYPE_DATETIME",
286 "INPUT_TYPE_DATE",
287 "INPUT_TYPE_MONTH",
288 "INPUT_TYPE_WEEK",
289 "INPUT_TYPE_TIME",
290 "INPUT_TYPE_DATETIME_LOCAL",
291 "INPUT_TYPE_NUMBER",
292 "INPUT_TYPE_RANGE",
293 "INPUT_TYPE_COLOR",
294 "LOCAL_STORAGE",
295 "POST_MESSAGE",
296 "SESSION_STORAGE",
297 "WEB_SOCKETS",
298 "WEB_SQL_DATABASE",
299 "WEB_WORKERS",
300 "GEO_LOCATION",
301 "INLINE_SVG",
302 "SMIL",
303 "SVG_HREF",
304 "SVG_CLIP_PATHS",
305 "TOUCH",
306 "WEBGL",
307 "SVG_FILTERS",
308 "SVG_FE_IMAGE"
309 ],
310 "enumDescriptions": [
311 "",
312 "",
313 "",
314 "",
315 "",
316 "",
317 "",
318 "",
319 "",
320 "",
321 "",
322 "",
323 "",
324 "",
325 "",
326 "",
327 "",
328 "",
329 "",
330 "",
331 "",
332 "",
333 "",
334 "",
335 "",
336 "",
337 "",
338 "",
339 "",
340 "",
341 "",
342 "",
343 "",
344 "",
345 "",
346 "",
347 "",
348 "",
349 "",
350 "",
351 "",
352 "",
353 "",
354 "",
355 "",
356 "",
357 "",
358 "",
359 "",
360 "",
361 "",
362 "",
363 "",
364 "",
365 "",
366 "",
367 "",
368 "",
369 "",
370 "",
371 "",
372 "",
373 "",
374 "",
375 "",
376 ""
377 ],
378 "type": "string"
379 },
380 "type": "array"
381 },
382 "exitCustomEvents": {
383 "description": "List of exit events configured for the asset. This is a read-only, auto-generated field and only applicable to a rich media asset.",
384 "items": {
385 "$ref": "CreativeCustomEvent"
386 },
387 "type": "array"
388 },
389 "id": {
390 "description": "Numeric ID of the asset. This is a read-only, auto-generated field.",
391 "format": "int64",
392 "type": "string"
393 },
394 "idDimensionValue": {
395 "$ref": "DimensionValue",
396 "description": "Dimension value for the numeric ID of the asset. This is a read-only, auto-generated field."
397 },
398 "kind": {
399 "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#creativeAssetMetadata\".",
400 "type": "string"
401 },
402 "mediaRequestInfo": {
403 "$ref": "MediaRequestInfo"
404 },
405 "mediaResponseInfo": {
406 "$ref": "MediaResponseInfo"
407 },
408 "richMedia": {
409 "description": "True if the uploaded asset is a rich media asset. This is a read-only, auto-generated field.",
410 "type": "boolean"
411 },
412 "timerCustomEvents": {
413 "description": "List of timer events configured for the asset. This is a read-only, auto-generated field and only applicable to a rich media asset.",
414 "items": {
415 "$ref": "CreativeCustomEvent"
416 },
417 "type": "array"
418 },
419 "warnedValidationRules": {
420 "description": "Rules validated during code generation that generated a warning. This is a read-only, auto-generated field. Possible values are: - \"ADMOB_REFERENCED\" - \"ASSET_FORMAT_UNSUPPORTED_DCM\" - \"ASSET_INVALID\" - \"CLICK_TAG_HARD_CODED\" - \"CLICK_TAG_INVALID\" - \"CLICK_TAG_IN_GWD\" - \"CLICK_TAG_MISSING\" - \"CLICK_TAG_MORE_THAN_ONE\" - \"CLICK_TAG_NON_TOP_LEVEL\" - \"COMPONENT_UNSUPPORTED_DCM\" - \"ENABLER_UNSUPPORTED_METHOD_DCM\" - \"EXTERNAL_FILE_REFERENCED\" - \"FILE_DETAIL_EMPTY\" - \"FILE_TYPE_INVALID\" - \"GWD_PROPERTIES_INVALID\" - \"HTML5_FEATURE_UNSUPPORTED\" - \"LINKED_FILE_NOT_FOUND\" - \"MAX_FLASH_VERSION_11\" - \"MRAID_REFERENCED\" - \"NOT_SSL_COMPLIANT\" - \"ORPHANED_ASSET\" - \"PRIMARY_HTML_MISSING\" - \"SVG_INVALID\" - \"ZIP_INVALID\" ",
421 "items": {
422 "enum": [
423 "CLICK_TAG_NON_TOP_LEVEL",
424 "CLICK_TAG_MISSING",
425 "CLICK_TAG_MORE_THAN_ONE",
426 "CLICK_TAG_INVALID",
427 "ORPHANED_ASSET",
428 "PRIMARY_HTML_MISSING",
429 "EXTERNAL_FILE_REFERENCED",
430 "MRAID_REFERENCED",
431 "ADMOB_REFERENCED",
432 "FILE_TYPE_INVALID",
433 "ZIP_INVALID",
434 "LINKED_FILE_NOT_FOUND",
435 "MAX_FLASH_VERSION_11",
436 "NOT_SSL_COMPLIANT",
437 "FILE_DETAIL_EMPTY",
438 "ASSET_INVALID",
439 "GWD_PROPERTIES_INVALID",
440 "ENABLER_UNSUPPORTED_METHOD_DCM",
441 "ASSET_FORMAT_UNSUPPORTED_DCM",
442 "COMPONENT_UNSUPPORTED_DCM",
443 "HTML5_FEATURE_UNSUPPORTED",
444 "CLICK_TAG_IN_GWD",
445 "CLICK_TAG_HARD_CODED",
446 "SVG_INVALID",
447 "CLICK_TAG_IN_RICH_MEDIA",
448 "MISSING_ENABLER_REFERENCE"
449 ],
450 "enumDescriptions": [
451 "",
452 "",
453 "",
454 "",
455 "",
456 "",
457 "",
458 "",
459 "",
460 "",
461 "",
462 "",
463 "",
464 "",
465 "",
466 "",
467 "",
468 "",
469 "",
470 "",
471 "",
472 "",
473 "",
474 "",
475 "",
476 ""
477 ],
478 "type": "string"
479 },
480 "type": "array"
481 }
482 },
483 "type": "object"
484 },
485 "CreativeClickThroughUrl": {
486 "description": "Click-through URL",
487 "id": "CreativeClickThroughUrl",
488 "properties": {
489 "computedClickThroughUrl": {
490 "description": "Read-only convenience field representing the actual URL that will be used for this click-through. The URL is computed as follows: - If landingPageId is specified then that landing page's URL is assigned to this field. - Otherwise, the customClickThroughUrl is assigned to this field. ",
491 "type": "string"
492 },
493 "customClickThroughUrl": {
494 "description": "Custom click-through URL. Applicable if the landingPageId field is left unset.",
495 "type": "string"
496 },
497 "landingPageId": {
498 "description": "ID of the landing page for the click-through URL.",
499 "format": "int64",
500 "type": "string"
501 }
502 },
503 "type": "object"
504 },
505 "CreativeCustomEvent": {
506 "description": "Creative Custom Event.",
507 "id": "CreativeCustomEvent",
508 "properties": {
509 "advertiserCustomEventId": {
510 "description": "Unique ID of this event used by Reporting and Data Transfer. This is a read-only field.",
511 "format": "int64",
512 "type": "string"
513 },
514 "advertiserCustomEventName": {
515 "description": "User-entered name for the event.",
516 "type": "string"
517 },
518 "advertiserCustomEventType": {
519 "description": "Type of the event. This is a read-only field.",
520 "enum": [
521 "ADVERTISER_EVENT_TIMER",
522 "ADVERTISER_EVENT_EXIT",
523 "ADVERTISER_EVENT_COUNTER"
524 ],
525 "enumDescriptions": [
526 "",
527 "",
528 ""
529 ],
530 "type": "string"
531 },
532 "artworkLabel": {
533 "description": "Artwork label column, used to link events in Campaign Manager back to events in Studio. This is a required field and should not be modified after insertion.",
534 "type": "string"
535 },
536 "artworkType": {
537 "description": "Artwork type used by the creative.This is a read-only field.",
538 "enum": [
539 "ARTWORK_TYPE_FLASH",
540 "ARTWORK_TYPE_HTML5",
541 "ARTWORK_TYPE_MIXED",
542 "ARTWORK_TYPE_IMAGE"
543 ],
544 "enumDescriptions": [
545 "",
546 "",
547 "",
548 ""
549 ],
550 "type": "string"
551 },
552 "exitClickThroughUrl": {
553 "$ref": "CreativeClickThroughUrl",
554 "description": "Exit click-through URL for the event. This field is used only for exit events."
555 },
556 "id": {
557 "description": "ID of this event. This is a required field and should not be modified after insertion.",
558 "format": "int64",
559 "type": "string"
560 },
561 "popupWindowProperties": {
562 "$ref": "PopupWindowProperties",
563 "description": "Properties for rich media popup windows. This field is used only for exit events."
564 },
565 "targetType": {
566 "description": "Target type used by the event.",
567 "enum": [
568 "TARGET_BLANK",
569 "TARGET_TOP",
570 "TARGET_SELF",
571 "TARGET_PARENT",
572 "TARGET_POPUP"
573 ],
574 "enumDescriptions": [
575 "",
576 "",
577 "",
578 "",
579 ""
580 ],
581 "type": "string"
582 },
583 "videoReportingId": {
584 "description": "Video reporting ID, used to differentiate multiple videos in a single creative. This is a read-only field.",
585 "type": "string"
586 }
587 },
588 "type": "object"
589 },
590 "DimensionValue": {
591 "description": "Represents a DimensionValue resource.",
592 "id": "DimensionValue",
593 "properties": {
594 "dimensionName": {
595 "description": "The name of the dimension.",
596 "type": "string"
597 },
598 "etag": {
599 "description": "The eTag of this response for caching purposes.",
600 "type": "string"
601 },
602 "id": {
603 "description": "The ID associated with the value if available.",
604 "type": "string"
605 },
606 "kind": {
607 "description": "The kind of resource this is, in this case dfareporting#dimensionValue.",
608 "type": "string"
609 },
610 "matchType": {
611 "description": "Determines how the 'value' field is matched when filtering. If not specified, defaults to EXACT. If set to WILDCARD_EXPRESSION, '*' is allowed as a placeholder for variable length character sequences, and it can be escaped with a backslash. Note, only paid search dimensions ('dfa:paidSearch*') allow a matchType other than EXACT.",
612 "enum": [
613 "EXACT",
614 "BEGINS_WITH",
615 "CONTAINS",
616 "WILDCARD_EXPRESSION"
617 ],
618 "enumDescriptions": [
619 "",
620 "",
621 "",
622 ""
623 ],
624 "type": "string"
625 },
626 "value": {
627 "description": "The value of the dimension.",
628 "type": "string"
629 }
630 },
631 "type": "object"
632 },
633 "MediaRequestInfo": {
634 "description": "Extra information added to operations that support Scotty media requests.",
635 "id": "MediaRequestInfo",
636 "properties": {
637 "currentBytes": {
638 "description": "The number of current bytes uploaded or downloaded.",
639 "format": "int64",
640 "type": "string"
641 },
642 "customData": {
643 "description": "Data to be copied to backend requests. Custom data is returned to Scotty in the agent_state field, which Scotty will then provide in subsequent upload notifications.",
644 "type": "string"
645 },
646 "diffObjectVersion": {
647 "description": "Set if the http request info is diff encoded. The value of this field is the version number of the base revision. This is corresponding to Apiary's mediaDiffObjectVersion (//depot/google3/java/com/google/api/server/media/variable/DiffObjectVersionVariable.java). See go/esf-scotty-diff-upload for more information.",
648 "type": "string"
649 },
650 "finalStatus": {
651 "description": "The existence of the final_status field indicates that this is the last call to the agent for this request_id. http://google3/uploader/agent/scotty_agent.proto?l=737\u0026rcl=347601929",
652 "format": "int32",
653 "type": "integer"
654 },
655 "notificationType": {
656 "description": "The type of notification received from Scotty.",
657 "enum": [
658 "START",
659 "PROGRESS",
660 "END",
661 "RESPONSE_SENT",
662 "ERROR"
663 ],
664 "enumDescriptions": [
665 "Such requests signals the start of a request containing media upload. Only the media field(s) in the inserted/updated resource are set. The response should either return an error or succeed. On success, responses don't need to contain anything.",
666 "Such requests signals that the upload has progressed and that the backend might want to access the media file specified in relevant fields in the resource. Only the media field(s) in the inserted/updated resource are set. The response should either return an error or succeed. On success, responses don't need to contain anything.",
667 "Such requests signals the end of a request containing media upload. END should be handled just like normal Insert/Upload requests, that is, they should process the request and return a complete resource in the response. Pointers to media data (a GFS path usually) appear in the relevant fields in the inserted/updated resource. See gdata.Media in data.proto.",
668 "Such requests occur after an END and signal that the response has been sent back to the client. RESPONSE_SENT is only sent to the backend if it is configured to receive them. The response does not need to contain anything.",
669 "Such requests indicate that an error occurred while processing the request. ERROR is only sent to the backend if it is configured to receive them. It is not guaranteed that all errors will result in this notification to the backend, even if the backend requests them. Since these requests are just for informational purposes, the response does not need to contain anything."
670 ],
671 "type": "string"
672 },
673 "requestId": {
674 "description": "The Scotty request ID.",
675 "type": "string"
676 },
677 "requestReceivedParamsServingInfo": {
678 "description": "The partition of the Scotty server handling this request. type is uploader_service.RequestReceivedParamsServingInfo LINT.IfChange(request_received_params_serving_info_annotations) LINT.ThenChange()",
679 "format": "byte",
680 "type": "string"
681 },
682 "totalBytes": {
683 "description": "The total size of the file.",
684 "format": "int64",
685 "type": "string"
686 },
687 "totalBytesIsEstimated": {
688 "description": "Whether the total bytes field contains an estimated data.",
689 "type": "boolean"
690 }
691 },
692 "type": "object"
693 },
694 "MediaResponseInfo": {
695 "description": "This message is for backends to pass their scotty media specific fields to ESF. Backend will include this in their response message to ESF. Example: ExportFile is an rpc defined for upload using scotty from ESF. rpc ExportFile(ExportFileRequest) returns (ExportFileResponse) Message ExportFileResponse will include apiserving.MediaResponseInfo to tell ESF about data like dynamic_dropzone it needs to pass to Scotty. message ExportFileResponse { optional gdata.Media blob = 1; optional apiserving.MediaResponseInfo media_response_info = 2 }",
696 "id": "MediaResponseInfo",
697 "properties": {
698 "customData": {
699 "description": "Data to copy from backend response to the next backend requests. Custom data is returned to Scotty in the agent_state field, which Scotty will then provide in subsequent upload notifications.",
700 "type": "string"
701 },
702 "dataStorageTransform": {
703 "description": "Specifies any transformation to be applied to data before persisting it or retrieving from storage. E.g., encryption options for blobstore2. This should be of the form uploader_service.DataStorageTransform.",
704 "format": "byte",
705 "type": "string"
706 },
707 "dynamicDropTarget": {
708 "description": "Specifies the Scotty Drop Target to use for uploads. If present in a media response, Scotty does not upload to a standard drop zone. Instead, Scotty saves the upload directly to the location specified in this drop target. Unlike drop zones, the drop target is the final storage location for an upload. So, the agent does not need to clone the blob at the end of the upload. The agent is responsible for garbage collecting any orphaned blobs that may occur due to aborted uploads. For more information, see the drop target design doc here: http://goto/ScottyDropTarget This field will be preferred to dynamicDropzone. If provided, the identified field in the response must be of the type uploader.agent.DropTarget.",
709 "format": "byte",
710 "type": "string"
711 },
712 "dynamicDropzone": {
713 "description": "Specifies the Scotty dropzone to use for uploads.",
714 "type": "string"
715 },
716 "requestClass": {
717 "description": "Request class to use for all Blobstore operations for this request.",
718 "enum": [
719 "UNKNOWN_REQUEST_CLASS",
720 "LATENCY_SENSITIVE",
721 "PRODUCTION_BATCH",
722 "BEST_EFFORT"
723 ],
724 "enumDescriptions": [
725 "Unpopulated request_class in log files will be taken as 0 in dremel query. GoogleSQL will try to cast it to enum by default. An unused 0 value is added to avoid GoogleSQL casting error. Please refer to b/69677280.",
726 "A latency-sensitive request.",
727 "A request generated by a batch process.",
728 "A best-effort request."
729 ],
730 "type": "string"
731 },
732 "scottyAgentUserId": {
733 "description": "Requester ID passed along to be recorded in the Scotty logs",
734 "format": "int64",
735 "type": "string"
736 },
737 "scottyCustomerLog": {
738 "description": "Customer-specific data to be recorded in the Scotty logs type is logs_proto_scotty.CustomerLog",
739 "format": "byte",
740 "type": "string"
741 },
742 "trafficClassField": {
743 "description": "Specifies the TrafficClass that Scotty should use for any RPCs to fetch the response bytes. Will override the traffic class GTOS of the incoming http request. This is a temporary field to facilitate whitelisting and experimentation by the bigstore agent only. For instance, this does not apply to RTMP reads. WARNING: DO NOT USE WITHOUT PERMISSION FROM THE SCOTTY TEAM.",
744 "enum": [
745 "BE1",
746 "AF1",
747 "AF2",
748 "AF3",
749 "AF4",
750 "NC1",
751 "NC0",
752 "BE0",
753 "LLQ",
754 "LLQ1",
755 "LLQ2"
756 ],
757 "enumDescriptions": [
758 "Application-selectable traffic classes Best effort",
759 "Assured forwarding priority 1",
760 "Assured forwarding priority 2",
761 "Assured forwarding priority 3",
762 "Assured forwarding priority 4",
763 "Network control",
764 "Network control",
765 "Best effort at high packet loss",
766 "Low-latency queue (LLQ) best effort (go/llq)",
767 "LLQ best effort (go/llq2)",
768 "LLQ assured forwarding priority 2 (go/llq2)"
769 ],
770 "type": "string"
771 },
772 "verifyHashFromHeader": {
773 "description": "Tells Scotty to verify hashes on the agent's behalf by parsing out the X-Goog-Hash header.",
774 "type": "boolean"
775 }
776 },
777 "type": "object"
778 },
779 "OffsetPosition": {
780 "description": "Offset Position.",
781 "id": "OffsetPosition",
782 "properties": {
783 "left": {
784 "description": "Offset distance from left side of an asset or a window.",
785 "format": "int32",
786 "type": "integer"
787 },
788 "top": {
789 "description": "Offset distance from top side of an asset or a window.",
790 "format": "int32",
791 "type": "integer"
792 }
793 },
794 "type": "object"
795 },
796 "PopupWindowProperties": {
797 "description": "Popup Window Properties.",
798 "id": "PopupWindowProperties",
799 "properties": {
800 "dimension": {
801 "$ref": "Size",
802 "description": "Popup dimension for a creative. This is a read-only field. Applicable to the following creative types: all RICH_MEDIA and all VPAID"
803 },
804 "offset": {
805 "$ref": "OffsetPosition",
806 "description": "Upper-left corner coordinates of the popup window. Applicable if positionType is COORDINATES."
807 },
808 "positionType": {
809 "description": "Popup window position either centered or at specific coordinate.",
810 "enum": [
811 "CENTER",
812 "COORDINATES"
813 ],
814 "enumDescriptions": [
815 "",
816 ""
817 ],
818 "type": "string"
819 },
820 "showAddressBar": {
821 "description": "Whether to display the browser address bar.",
822 "type": "boolean"
823 },
824 "showMenuBar": {
825 "description": "Whether to display the browser menu bar.",
826 "type": "boolean"
827 },
828 "showScrollBar": {
829 "description": "Whether to display the browser scroll bar.",
830 "type": "boolean"
831 },
832 "showStatusBar": {
833 "description": "Whether to display the browser status bar.",
834 "type": "boolean"
835 },
836 "showToolBar": {
837 "description": "Whether to display the browser tool bar.",
838 "type": "boolean"
839 },
840 "title": {
841 "description": "Title of popup window.",
842 "type": "string"
843 }
844 },
845 "type": "object"
846 },
847 "Size": {
848 "description": "Represents the dimensions of ads, placements, creatives, or creative assets.",
849 "id": "Size",
850 "properties": {
851 "height": {
852 "description": "Height of this size. Acceptable values are 0 to 32767, inclusive.",
853 "format": "int32",
854 "type": "integer"
855 },
856 "iab": {
857 "description": "IAB standard size. This is a read-only, auto-generated field.",
858 "type": "boolean"
859 },
860 "id": {
861 "description": "ID of this size. This is a read-only, auto-generated field.",
862 "format": "int64",
863 "type": "string"
864 },
865 "kind": {
866 "description": "Identifies what kind of resource this is. Value: the fixed string \"dfareporting#size\".",
867 "type": "string"
868 },
869 "width": {
870 "description": "Width of this size. Acceptable values are 0 to 32767, inclusive.",
871 "format": "int32",
872 "type": "integer"
873 }
874 },
875 "type": "object"
876 }
877 },
878 "servicePath": "dfareporting/v3.5/",
879 "title": "Campaign Manager 360 API",
880 "version": "v3.5"
881}
View as plain text