Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.17 KB

File metadata and controls

32 lines (26 loc) · 1.17 KB

Zernio::CreateStandaloneAdRequestCreativesInner

Properties

Name Type Description Notes
name String Exact name for this ad. Falls back to `<name> #N` (N = 1-based position). [optional]
headline String
body String
description String Link description for this ad (link_data.description; video creatives: video_data.link_description). Falls back to the top-level `description`; when both are omitted Meta scrapes the destination URL's OG description. [optional]
image_url String Image creative. Mutually exclusive with `video`. [optional]
video CreateStandaloneAdRequestCreativesInnerVideo [optional]
link_url String
call_to_action String

Example

require 'zernio-sdk'

instance = Zernio::CreateStandaloneAdRequestCreativesInner.new(
  name: null,
  headline: null,
  body: null,
  description: null,
  image_url: null,
  video: null,
  link_url: null,
  call_to_action: null
)