CreativeSpecification

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.

CreativeType

The type of the creative to be referenced in creative specifications.

Enums
CREATIVE_TYPE_UNSPECIFIED Default value when creative type is not specified or is unknown in this version.
CREATIVE_TYPE_IMAGE Creative specification of type image.
CREATIVE_TYPE_VIDEO Creative specification of type video.