Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 430 Bytes

File metadata and controls

20 lines (14 loc) · 430 Bytes

Zernio::CreateCtwaAdRequestCreativesInnerVideo

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::CreateCtwaAdRequestCreativesInnerVideo.new(
  url: null,
  thumbnail_url: null
)