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-05-15 UTC."],[[["ImageDensity within CreativeService defines the ratio between raw image dimensions and display dimensions in device-independent pixels."],["It includes enumerations like `ONE_TO_ONE`, `THREE_TO_TWO`, and `TWO_TO_ONE` representing different image density ratios."],["`UNKNOWN` enumeration is returned if the actual value is not exposed by the API version being used."],["The namespace for ImageDensity is `https://www.google.com/apis/ads/publisher/v202405`."]]],["The core content describes the `ImageDensity` enumeration within the `CreativeService` dependencies, specifically for the `CreativeAsset`. It defines the relationship between raw image dimensions and their display in device-independent pixels. The namespace is identified as `https://www.google.com/apis/ads/publisher/v202405`. Four possible ratios are defined: `ONE_TO_ONE` (1:1), `THREE_TO_TWO` (3:2), `TWO_TO_ONE` (2:1), and `UNKNOWN` (value not available in the API version). These ratios dictate how the image scales for display.\n"]]