pub struct GoogleAdContentDTO {Show 23 fields
pub id: Option<String>,
pub name: Option<String>,
pub media_type: Option<String>,
pub headlines: Vec<String>,
pub long_headlines: Vec<String>,
pub descriptions: Vec<String>,
pub final_url: Option<String>,
pub path1: Option<String>,
pub path2: Option<String>,
pub is_deleted: Option<bool>,
pub ad_error: Option<String>,
pub publishing_status: Option<String>,
pub ad_id: Option<String>,
pub ad_campaign_id: Option<String>,
pub ad_group_id: Option<String>,
pub google_ad_id: Option<String>,
pub media: Vec<GoogleMediaDTO>,
pub call_to_action_label: Option<String>,
pub business_name: Option<String>,
pub youtube_video_links: Vec<GoogleYouTubeVideoLinkDTO>,
pub carousel_cards: Vec<GoogleCarouselCardDTO>,
pub placements: Vec<String>,
pub custom_channels: Option<bool>,
}ad-manager only.Expand description
GoogleAdContentDTO from the GoHighLevel OpenAPI spec.
Fields§
§id: Option<String>Ad identifier
name: Option<String>Ad name
media_type: Option<String>Media type
Allowed values: IMAGE, VIDEO, CAROUSEL.
headlines: Vec<String>Ad headlines
long_headlines: Vec<String>Long headlines
descriptions: Vec<String>Ad descriptions
final_url: Option<String>Final URL
path1: Option<String>Display path 1
path2: Option<String>Display path 2
is_deleted: Option<bool>Whether the ad is soft-deleted
ad_error: Option<String>Ad-level error message from Google
publishing_status: Option<String>Ad publishing status
Allowed values: DRAFT, SCHEDULED, PUBLISHED, PUBLISHING, FAILED, IN_REVIEW,
PAUSED, ARCHIVED, WITH_ISSUES, REJECTED.
ad_id: Option<String>Internal ad identifier
ad_campaign_id: Option<String>Ad campaign identifier
ad_group_id: Option<String>Ad group identifier
google_ad_id: Option<String>Google Ads ad resource ID
media: Vec<GoogleMediaDTO>Ad media items
call_to_action_label: Option<String>Call to action label
Allowed values: AUTOMATED, LEARN_MORE, GET_QUOTE, APPLY_NOW, SIGN_UP,
CONTACT_US, SUBSCRIBE, DOWNLOAD, BOOK_NOW, SHOP_NOW, BUY_NOW, DONATE_NOW.
business_name: Option<String>Business name
youtube_video_links: Vec<GoogleYouTubeVideoLinkDTO>YouTube video links
carousel_cards: Vec<GoogleCarouselCardDTO>Carousel cards
placements: Vec<String>Channel placements
Allowed values: GMAIL, YOUTUBE_IN_STREAM, YOUTUBE_SHORTS, YOUTUBE_IN_FEED,
DISCOVER, DISPLAY.
custom_channels: Option<bool>Custom channels flag
Trait Implementations§
Source§impl Clone for GoogleAdContentDTO
impl Clone for GoogleAdContentDTO
Source§fn clone(&self) -> GoogleAdContentDTO
fn clone(&self) -> GoogleAdContentDTO
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more