Indicates that there is a 1:1 ratio between the dimensions of the raw image and the dimensions
that it should be displayed at in device-independent pixels.
THREE_TO_TWO
Indicates that there is a 3:2 ratio between the dimensions of the raw image and the dimensions
that it should be displayed at in device-independent pixels.
TWO_TO_ONE
Indicates that there is a 2:1 ratio between the dimensions of the raw image and the dimensions
that it should be displayed at in device-independent pixels.
UNKNOWN
The value returned if the actual value is not exposed by the requested API version.
[[["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 2024-02-13 UTC."],[[["ImageDensity, under CreativeAsset in CreativeService, defines the ratio between raw image dimensions and display dimensions in device-independent pixels."],["The available density ratios are 1:1 (`ONE_TO_ONE`), 3:2 (`THREE_TO_TWO`), and 2:1 (`TWO_TO_ONE`), alongside `UNKNOWN` for unexposed values."],["These ratios are utilized within Google Ad Manager's API, specifically version v202402 under the namespace `https://www.google.com/apis/ads/publisher/v202402`."]]],["The content defines `ImageDensity` within the `CreativeService` of the Google Ad Manager API (v202402). It specifies the ratio between a raw image's dimensions and its display dimensions in device-independent pixels. The available `ImageDensity` values are: `ONE_TO_ONE` (1:1 ratio), `THREE_TO_TWO` (3:2 ratio), `TWO_TO_ONE` (2:1 ratio), and `UNKNOWN` (when the ratio is not available in the API). These values help the user of the API understand how the image will be rendered.\n"]]