Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
MimeType
Enums |
UNSPECIFIED
|
The mime type has not been specified. |
UNKNOWN
|
The received value is not known in this version. This is a response-only value. |
IMAGE_JPEG
|
MIME type of image/jpeg. |
IMAGE_GIF
|
MIME type of image/gif. |
IMAGE_PNG
|
MIME type of image/png. |
FLASH
|
MIME type of application/x-shockwave-flash. |
TEXT_HTML
|
MIME type of text/html. |
PDF
|
MIME type of application/pdf. |
MSWORD
|
MIME type of application/msword. |
MSEXCEL
|
MIME type of application/vnd.ms-excel. |
RTF
|
MIME type of application/rtf. |
AUDIO_WAV
|
MIME type of audio/wav. |
AUDIO_MP3
|
MIME type of audio/mp3. |
HTML5_AD_ZIP
|
MIME type of application/x-html5-ad-zip. |
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 2024-02-20 UTC.
[null,null,["Last updated 2024-02-20 UTC."],[[["The `MimeTypeEnum` encompasses a variety of common internet media types, including images, documents, audio, and specialized formats like Flash and HTML5 ad zip files."],["While most enums directly represent standard MIME types, `UNSPECIFIED` and `UNKNOWN` serve as status indicators for unspecified or unrecognized types."],["Values like `IMAGE_JPEG`, `IMAGE_PNG`, `AUDIO_MP3`, and others, facilitate identifying specific file formats based on their designated MIME type."]]],[]]