Struct google_api_proto::google::ads::googleads::v17::services::SmartCampaignSuggestionInfo
source · pub struct SmartCampaignSuggestionInfo {
pub final_url: String,
pub language_code: String,
pub ad_schedules: Vec<AdScheduleInfo>,
pub keyword_themes: Vec<KeywordThemeInfo>,
pub business_setting: Option<BusinessSetting>,
pub geo_target: Option<GeoTarget>,
}
Expand description
Information needed to get suggestion for Smart Campaign. More information provided will help the system to derive better suggestions.
Fields§
§final_url: String
Optional. Landing page URL of the campaign.
language_code: String
Optional. The two letter advertising language for the Smart campaign to be constructed, default to ‘en’ if not set.
ad_schedules: Vec<AdScheduleInfo>
Optional. The business ad schedule.
keyword_themes: Vec<KeywordThemeInfo>
Optional. Smart campaign keyword themes. This field may greatly improve suggestion accuracy and we recommend always setting it if possible.
business_setting: Option<BusinessSetting>
The business settings to consider when generating suggestions. Settings are automatically extracted from the business when provided. Otherwise, these settings must be specified explicitly.
geo_target: Option<GeoTarget>
The geo target of the campaign, either a list of locations or a single proximity shall be specified.
Trait Implementations§
source§impl Clone for SmartCampaignSuggestionInfo
impl Clone for SmartCampaignSuggestionInfo
source§fn clone(&self) -> SmartCampaignSuggestionInfo
fn clone(&self) -> SmartCampaignSuggestionInfo
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for SmartCampaignSuggestionInfo
impl Debug for SmartCampaignSuggestionInfo
source§impl Message for SmartCampaignSuggestionInfo
impl Message for SmartCampaignSuggestionInfo
source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
. Read moresource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
.source§impl PartialEq for SmartCampaignSuggestionInfo
impl PartialEq for SmartCampaignSuggestionInfo
source§fn eq(&self, other: &SmartCampaignSuggestionInfo) -> bool
fn eq(&self, other: &SmartCampaignSuggestionInfo) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for SmartCampaignSuggestionInfo
Auto Trait Implementations§
impl Freeze for SmartCampaignSuggestionInfo
impl RefUnwindSafe for SmartCampaignSuggestionInfo
impl Send for SmartCampaignSuggestionInfo
impl Sync for SmartCampaignSuggestionInfo
impl Unpin for SmartCampaignSuggestionInfo
impl UnwindSafe for SmartCampaignSuggestionInfo
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T
in a tonic::Request