You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pclass="firstline">Uploads an asset. Returns the ID of the newly uploaded asset if successful. The asset file size should be no more than 10 MB for images, 200 MB for ZIP files, and 1 GB for videos.</p>
82
+
<pclass="firstline">Uploads an asset. Returns the ID of the newly uploaded asset if successful. The asset file size should be no more than 10 MB for images, 200 MB for ZIP files, and 1 GB for videos. Must be used within the [multipart media upload process](/display-video/api/guides/how-tos/upload#multipart). Examples using provided client libraries can be found in our [Creating Creatives guide](/display-video/api/guides/creating-creatives/overview#upload_an_asset).</p>
<pre>Uploads an asset. Returns the ID of the newly uploaded asset if successful. The asset file size should be no more than 10 MB for images, 200 MB for ZIP files, and 1 GB for videos.
91
+
<pre>Uploads an asset. Returns the ID of the newly uploaded asset if successful. The asset file size should be no more than 10 MB for images, 200 MB for ZIP files, and 1 GB for videos. Must be used within the [multipart media upload process](/display-video/api/guides/how-tos/upload#multipart). Examples using provided client libraries can be found in our [Creating Creatives guide](/display-video/api/guides/creating-creatives/overview#upload_an_asset).
92
92
93
93
Args:
94
94
advertiserId: string, Required. The ID of the advertiser this asset belongs to. (required)
Copy file name to clipboardExpand all lines: docs/dyn/displayvideo_v1.advertisers.insertionOrders.html
+6
Original file line number
Diff line number
Diff line change
@@ -527,6 +527,7 @@ <h3>Method Details</h3>
527
527
"performanceGoalString": "A String", # A key performance indicator (KPI) string, which can be empty. Must be UTF-8 encoded with a length of no more than 100 characters. Applicable when performance_goal_type is set to `PERFORMANCE_GOAL_TYPE_OTHER`.
528
528
"performanceGoalType": "A String", # Required. The type of the performance goal.
529
529
},
530
+
"reservationType": "A String", # Output only. The reservation type of the insertion order.
530
531
"updateTime": "A String", # Output only. The timestamp when the insertion order was last updated. Assigned by the system.
531
532
}
532
533
@@ -616,6 +617,7 @@ <h3>Method Details</h3>
616
617
"performanceGoalString": "A String", # A key performance indicator (KPI) string, which can be empty. Must be UTF-8 encoded with a length of no more than 100 characters. Applicable when performance_goal_type is set to `PERFORMANCE_GOAL_TYPE_OTHER`.
617
618
"performanceGoalType": "A String", # Required. The type of the performance goal.
618
619
},
620
+
"reservationType": "A String", # Output only. The reservation type of the insertion order.
619
621
"updateTime": "A String", # Output only. The timestamp when the insertion order was last updated. Assigned by the system.
620
622
}</pre>
621
623
</div>
@@ -732,6 +734,7 @@ <h3>Method Details</h3>
732
734
"performanceGoalString": "A String", # A key performance indicator (KPI) string, which can be empty. Must be UTF-8 encoded with a length of no more than 100 characters. Applicable when performance_goal_type is set to `PERFORMANCE_GOAL_TYPE_OTHER`.
733
735
"performanceGoalType": "A String", # Required. The type of the performance goal.
734
736
},
737
+
"reservationType": "A String", # Output only. The reservation type of the insertion order.
735
738
"updateTime": "A String", # Output only. The timestamp when the insertion order was last updated. Assigned by the system.
736
739
}</pre>
737
740
</div>
@@ -834,6 +837,7 @@ <h3>Method Details</h3>
834
837
"performanceGoalString": "A String", # A key performance indicator (KPI) string, which can be empty. Must be UTF-8 encoded with a length of no more than 100 characters. Applicable when performance_goal_type is set to `PERFORMANCE_GOAL_TYPE_OTHER`.
835
838
"performanceGoalType": "A String", # Required. The type of the performance goal.
836
839
},
840
+
"reservationType": "A String", # Output only. The reservation type of the insertion order.
837
841
"updateTime": "A String", # Output only. The timestamp when the insertion order was last updated. Assigned by the system.
838
842
},
839
843
],
@@ -943,6 +947,7 @@ <h3>Method Details</h3>
943
947
"performanceGoalString": "A String", # A key performance indicator (KPI) string, which can be empty. Must be UTF-8 encoded with a length of no more than 100 characters. Applicable when performance_goal_type is set to `PERFORMANCE_GOAL_TYPE_OTHER`.
944
948
"performanceGoalType": "A String", # Required. The type of the performance goal.
945
949
},
950
+
"reservationType": "A String", # Output only. The reservation type of the insertion order.
946
951
"updateTime": "A String", # Output only. The timestamp when the insertion order was last updated. Assigned by the system.
947
952
}
948
953
@@ -1033,6 +1038,7 @@ <h3>Method Details</h3>
1033
1038
"performanceGoalString": "A String", # A key performance indicator (KPI) string, which can be empty. Must be UTF-8 encoded with a length of no more than 100 characters. Applicable when performance_goal_type is set to `PERFORMANCE_GOAL_TYPE_OTHER`.
1034
1039
"performanceGoalType": "A String", # Required. The type of the performance goal.
1035
1040
},
1041
+
"reservationType": "A String", # Output only. The reservation type of the insertion order.
1036
1042
"updateTime": "A String", # Output only. The timestamp when the insertion order was last updated. Assigned by the system.
0 commit comments