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
Copy file name to clipboardExpand all lines: docs/dyn/youtube_v3.videos.html
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -319,6 +319,9 @@ <h3>Method Details</h3>
319
319
],
320
320
},
321
321
},
322
+
"paidProductPlacementDetails": { # Details about paid content, such as paid product placement, sponsorships or endorsement, contained in a YouTube video and a method to inform viewers of paid promotion. This data can only be retrieved by the video owner.
323
+
"hasPaidProductPlacement": True or False, # This boolean represents whether the video contains Paid Product Placement, Studio equivalent: https://screenshot.googleplex.com/4Me79DE6AfT2ktp.png
324
+
},
322
325
"player": { # Player to be used for a video playback. # The player object contains information that you would use to play the video in an embedded player.
323
326
"embedHeight": "A String",
324
327
"embedHtml": "A String", # An <iframe> tag that embeds a player that will play the video.
@@ -623,6 +626,9 @@ <h3>Method Details</h3>
623
626
],
624
627
},
625
628
},
629
+
"paidProductPlacementDetails": { # Details about paid content, such as paid product placement, sponsorships or endorsement, contained in a YouTube video and a method to inform viewers of paid promotion. This data can only be retrieved by the video owner.
630
+
"hasPaidProductPlacement": True or False, # This boolean represents whether the video contains Paid Product Placement, Studio equivalent: https://screenshot.googleplex.com/4Me79DE6AfT2ktp.png
631
+
},
626
632
"player": { # Player to be used for a video playback. # The player object contains information that you would use to play the video in an embedded player.
627
633
"embedHeight": "A String",
628
634
"embedHtml": "A String", # An <iframe> tag that embeds a player that will play the video.
@@ -950,6 +956,9 @@ <h3>Method Details</h3>
950
956
],
951
957
},
952
958
},
959
+
"paidProductPlacementDetails": { # Details about paid content, such as paid product placement, sponsorships or endorsement, contained in a YouTube video and a method to inform viewers of paid promotion. This data can only be retrieved by the video owner.
960
+
"hasPaidProductPlacement": True or False, # This boolean represents whether the video contains Paid Product Placement, Studio equivalent: https://screenshot.googleplex.com/4Me79DE6AfT2ktp.png
961
+
},
953
962
"player": { # Player to be used for a video playback. # The player object contains information that you would use to play the video in an embedded player.
954
963
"embedHeight": "A String",
955
964
"embedHtml": "A String", # An <iframe> tag that embeds a player that will play the video.
@@ -1317,6 +1326,9 @@ <h3>Method Details</h3>
1317
1326
],
1318
1327
},
1319
1328
},
1329
+
"paidProductPlacementDetails": { # Details about paid content, such as paid product placement, sponsorships or endorsement, contained in a YouTube video and a method to inform viewers of paid promotion. This data can only be retrieved by the video owner.
1330
+
"hasPaidProductPlacement": True or False, # This boolean represents whether the video contains Paid Product Placement, Studio equivalent: https://screenshot.googleplex.com/4Me79DE6AfT2ktp.png
1331
+
},
1320
1332
"player": { # Player to be used for a video playback. # The player object contains information that you would use to play the video in an embedded player.
1321
1333
"embedHeight": "A String",
1322
1334
"embedHtml": "A String", # An <iframe> tag that embeds a player that will play the video.
@@ -1615,6 +1627,9 @@ <h3>Method Details</h3>
1615
1627
],
1616
1628
},
1617
1629
},
1630
+
"paidProductPlacementDetails": { # Details about paid content, such as paid product placement, sponsorships or endorsement, contained in a YouTube video and a method to inform viewers of paid promotion. This data can only be retrieved by the video owner.
1631
+
"hasPaidProductPlacement": True or False, # This boolean represents whether the video contains Paid Product Placement, Studio equivalent: https://screenshot.googleplex.com/4Me79DE6AfT2ktp.png
1632
+
},
1618
1633
"player": { # Player to be used for a video playback. # The player object contains information that you would use to play the video in an embedded player.
1619
1634
"embedHeight": "A String",
1620
1635
"embedHtml": "A String", # An <iframe> tag that embeds a player that will play the video.
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/youtube.v3.json
+15-1Lines changed: 15 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4072,7 +4072,7 @@
4072
4072
}
4073
4073
}
4074
4074
},
4075
-
"revision": "20240909",
4075
+
"revision": "20240916",
4076
4076
"rootUrl": "https://youtube.googleapis.com/",
4077
4077
"schemas": {
4078
4078
"AbuseReport": {
@@ -11016,6 +11016,9 @@ true
11016
11016
"$ref": "VideoMonetizationDetails",
11017
11017
"description": "The monetizationDetails object encapsulates information about the monetization status of the video."
11018
11018
},
11019
+
"paidProductPlacementDetails": {
11020
+
"$ref": "VideoPaidProductPlacementDetails"
11021
+
},
11019
11022
"player": {
11020
11023
"$ref": "VideoPlayer",
11021
11024
"description": "The player object contains information that you would use to play the video in an embedded player."
@@ -11678,6 +11681,17 @@ true
11678
11681
},
11679
11682
"type": "object"
11680
11683
},
11684
+
"VideoPaidProductPlacementDetails": {
11685
+
"description": "Details about paid content, such as paid product placement, sponsorships or endorsement, contained in a YouTube video and a method to inform viewers of paid promotion. This data can only be retrieved by the video owner.",
11686
+
"id": "VideoPaidProductPlacementDetails",
11687
+
"properties": {
11688
+
"hasPaidProductPlacement": {
11689
+
"description": "This boolean represents whether the video contains Paid Product Placement, Studio equivalent: https://screenshot.googleplex.com/4Me79DE6AfT2ktp.png",
11690
+
"type": "boolean"
11691
+
}
11692
+
},
11693
+
"type": "object"
11694
+
},
11681
11695
"VideoPlayer": {
11682
11696
"description": "Player to be used for a video playback.",
0 commit comments