Every new line item needs to declare whether or not they will serve Eurpoean Union (EU) political ads. Display & Video 360 API and SDF uploads that don't provide declarations will fail. See our deprecations page for more details.
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
Video player sizes are categorized into unspecified, small, large, HD, and unknown.
Small video players are less than 400x300 pixels on desktop or cover up to 20% of the screen on mobile.
Large video players range from 400x300 to 1280x720 pixels on desktop or cover 20% to 90% of the mobile screen.
HD video players are at least 1280x720 pixels on desktop or cover over 90% of the mobile screen.
An unspecified size serves as a placeholder and does not reflect an actual video player size, while an unknown size indicates the dimensions are undetermined.
Possible video player sizes.
Enums
VIDEO_PLAYER_SIZE_UNSPECIFIED
Video player size is not specified in this version. This enum is a place holder for a default value and does not represent a real video player size.
VIDEO_PLAYER_SIZE_SMALL
The dimensions of the video player are less than 400×300 (desktop), or up to 20% of screen covered (mobile).
VIDEO_PLAYER_SIZE_LARGE
The dimensions of the video player are between 400x300 and 1280x720 pixels (desktop), or 20% to 90% of the screen covered (mobile).
VIDEO_PLAYER_SIZE_HD
The dimensions of the video player are 1280×720 or greater (desktop), or over 90% of the screen covered (mobile).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[],["The provided information outlines possible video player sizes. `VIDEO_PLAYER_SIZE_UNSPECIFIED` is a placeholder for a default value. `VIDEO_PLAYER_SIZE_SMALL` is under 400x300 on desktop or up to 20% of screen on mobile. `VIDEO_PLAYER_SIZE_LARGE` ranges from 400x300 to 1280x720 on desktop, or 20% to 90% on mobile. `VIDEO_PLAYER_SIZE_HD` is 1280x720 or more on desktop, over 90% on mobile. `VIDEO_PLAYER_SIZE_UNKNOWN` indicates the size is undetermined.\n"]]