REST Resource: videoFormats
Stay organized with collections
Save and categorize content based on your preferences.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-02 UTC.
[null,null,["Last updated 2025-09-02 UTC."],[],[],null,["- [Resource: VideoFormat](#VideoFormat)\n - [JSON representation](#VideoFormat.SCHEMA_REPRESENTATION)\n- [FileType](#FileType)\n- [Methods](#METHODS_SUMMARY)\n\nResource: VideoFormat Contains information about supported video formats.\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"id\": integer, \"fileType\": enum (/doubleclick-advertisers/rest/v5/videoFormats#FileType), \"targetBitRate\": integer, \"resolution\": { object (/doubleclick-advertisers/rest/v5/sizes#Size) }, \"kind\": string } ``` |\n\n| Fields ||\n|-----------------|--------------------------------------------------------------------------------------------------------------|\n| `id` | `integer` ID of the video format. |\n| `fileType` | `enum (`[FileType](/doubleclick-advertisers/rest/v5/videoFormats#FileType)`)` File type of the video format. |\n| `targetBitRate` | `integer` The target bit rate of this video format. |\n| `resolution` | `object (`[Size](/doubleclick-advertisers/rest/v5/sizes#Size)`)` The resolution of this video format. |\n| `kind` | `string` Identifies what kind of resource this is. Value: the fixed string `\"dfareporting#videoFormat\"` . |\n\nFileType\n\n| Enums ||\n|------------|---|\n| `FLV` | |\n| `THREEGPP` | |\n| `MP4` | |\n| `WEBM` | |\n| `M3U8` | |\n\n| Methods ||\n|------------------------------------------------------------|--------------------------------|\n| [get](/doubleclick-advertisers/rest/v5/videoFormats/get) | Gets one video format by ID. |\n| [list](/doubleclick-advertisers/rest/v5/videoFormats/list) | Lists available video formats. |"]]