Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 402 Bytes

File metadata and controls

20 lines (14 loc) · 402 Bytes

Zernio::CreateCtwaAdRequestVideo

Properties

Name Type Description Notes
url String
thumbnail_url String Required by Meta for every video creative. Used as the ad thumbnail.

Example

require 'zernio-sdk'

instance = Zernio::CreateCtwaAdRequestVideo.new(
  url: null,
  thumbnail_url: null
)