Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 576 Bytes

File metadata and controls

20 lines (14 loc) · 576 Bytes

Zernio::CreateStandaloneAdRequestImages

Properties

Name Type Description Notes
landscape String Landscape 1.91:1 marketing image URL (e.g. 1200x628). Also accepted via the top-level `imageUrl` for backward compatibility. [optional]
square String Square 1:1 marketing image URL (e.g. 1080x1080). Required for Google Display. [optional]

Example

require 'zernio-sdk'

instance = Zernio::CreateStandaloneAdRequestImages.new(
  landscape: null,
  square: null
)