Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
MediaImage
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-02-25 UTC.
[null,null,["Last updated 2025-02-25 UTC."],[[["The Image object stores raw image data in the `data` field."],["It provides URLs for accessing both the full-size and preview versions of the image using `full_size_image_url` and `preview_size_image_url` respectively."]]],["The content defines the structure for encapsulating an image, outlining its key components. It includes `data`, which represents the raw image data in bytes. Additionally, it provides two read-only fields: `full_size_image_url`, containing the URL for the full-size image, and `preview_size_image_url`, containing the URL for the preview-size image. The image `data` is immutable.\n"]]