CreativeSpecification
Stay organized with collections
Save and categorize content based on your preferences.
Creative specification for an ad unit.
JSON representation |
{
"widthPixels": integer,
"heightPixels": integer,
"creativeType": enum (CreativeType ),
"maxFileSizeBytes": string,
"mimeType": string
} |
Fields |
widthPixels |
integer
Required. Width of the creative in pixels.
|
heightPixels |
integer
Required. Height of the creative in pixels.
|
creativeType |
enum (CreativeType )
Required. The type of the creative (image or video).
|
maxFileSizeBytes |
string (int64 format)
Required. The maximum acceptable creative file size in bytes.
|
mimeType |
string
Required. The MIME type of the creative file. An IANA published MIME type (also referred to as media type). For more information, see https://www.iana.org/assignments/media-types/ media-types.xhtml.
|
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-09-18 UTC.
[[["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-09-18 UTC."],[[["The JSON representation defines the creative specification for an ad unit, including dimensions, type, file size, and MIME type."],["Creative specifications include width and height in pixels, creative type (image or video), maximum file size in bytes, and the MIME type of the creative file."],["Ad unit creatives can be either images or videos and have a maximum file size, specified in bytes."]]],[]]