Zernio::CreateStandaloneAdRequestDynamicCreative Properties Name Type Description Notes image_urls Array<String> Pool of image URLs (1-10). Uploaded to the ad account and referenced by hash in the asset feed. bodies Array<String> Primary-text variations (the body copy). [optional] titles Array<String> Headline variations. [optional] descriptions Array<String> Description (link caption) variations. [optional] link_urls Array<String> Destination URL variations. At least one is required unless `goal` is `lead_generation`. [optional] call_to_action_types Array<String> CTA-button variations. Required. [optional] ad_format String Asset-feed ad format. Defaults to SINGLE_IMAGE. [optional][default to 'SINGLE_IMAGE'] Example require 'zernio-sdk' instance = Zernio::CreateStandaloneAdRequestDynamicCreative.new( image_urls: null, bodies: null, titles: null, descriptions: null, link_urls: null, call_to_action_types: null, ad_format: null )