Struct google_api_proto::google::ads::googleads::v16::services::GenerateRecommendationsRequest
source · pub struct GenerateRecommendationsRequest {
pub customer_id: String,
pub recommendation_types: Vec<i32>,
pub advertising_channel_type: i32,
pub campaign_sitelink_count: Option<i32>,
pub conversion_tracking_status: Option<i32>,
pub bidding_info: Option<BiddingInfo>,
pub ad_group_info: Vec<AdGroupInfo>,
pub seed_info: Option<SeedInfo>,
}
Expand description
Request message for [RecommendationService.GenerateRecommendations][google.ads.googleads.v16.services.RecommendationService.GenerateRecommendations].
Fields§
§customer_id: String
Required. The ID of the customer generating recommendations.
recommendation_types: Vec<i32>
Required. List of eligible recommendation_types to generate. If the uploaded criteria isn’t sufficient to make a recommendation, or the campaign is already in the recommended state, no recommendation will be returned for that type. Generally, a recommendation is returned if all required fields for that recommendation_type are uploaded, but there are cases where this is still not sufficient.
The following recommendation_types are supported for recommendation generation: KEYWORD, MAXIMIZE_CLICKS_OPT_IN, MAXIMIZE_CONVERSIONS_OPT_IN, MAXIMIZE_CONVERSION_VALUE_OPT_IN, SET_TARGET_CPA, SET_TARGET_ROAS, SITELINK_ASSET, TARGET_CPA_OPT_IN, TARGET_ROAS_OPT_IN
advertising_channel_type: i32
Required. Advertising channel type of the campaign. The following advertising_channel_types are supported for recommendation generation: PERFORMANCE_MAX and SEARCH
campaign_sitelink_count: Option<i32>
Optional. Number of sitelinks on the campaign. This field is necessary for the following recommendation_types: SITELINK_ASSET
conversion_tracking_status: Option<i32>
Optional. Current conversion tracking status. This field is necessary for the following recommendation_types: MAXIMIZE_CLICKS_OPT_IN, MAXIMIZE_CONVERSIONS_OPT_IN, MAXIMIZE_CONVERSION_VALUE_OPT_IN, SET_TARGET_CPA, SET_TARGET_ROAS, TARGET_CPA_OPT_IN, TARGET_ROAS_OPT_IN
bidding_info: Option<BiddingInfo>
Optional. Current bidding information of the campaign. This field is necessary for the following recommendation_types: MAXIMIZE_CLICKS_OPT_IN, MAXIMIZE_CONVERSIONS_OPT_IN, MAXIMIZE_CONVERSION_VALUE_OPT_IN, SET_TARGET_CPA, SET_TARGET_ROAS, TARGET_CPA_OPT_IN, TARGET_ROAS_OPT_IN
ad_group_info: Vec<AdGroupInfo>
Optional. Current AdGroup Information. Supports information from a single AdGroup. This field is optional for the following recommendation_types: KEYWORD
seed_info: Option<SeedInfo>
Optional. Seed information for Keywords. This field is necessary for the following recommendation_types: KEYWORD
Implementations§
source§impl GenerateRecommendationsRequest
impl GenerateRecommendationsRequest
sourcepub fn recommendation_types(
&self,
) -> FilterMap<Cloned<Iter<'_, i32>>, fn(_: i32) -> Option<RecommendationType>>
pub fn recommendation_types( &self, ) -> FilterMap<Cloned<Iter<'_, i32>>, fn(_: i32) -> Option<RecommendationType>>
Returns an iterator which yields the valid enum values contained in recommendation_types
.
sourcepub fn push_recommendation_types(&mut self, value: RecommendationType)
pub fn push_recommendation_types(&mut self, value: RecommendationType)
Appends the provided enum value to recommendation_types
.
sourcepub fn advertising_channel_type(&self) -> AdvertisingChannelType
pub fn advertising_channel_type(&self) -> AdvertisingChannelType
Returns the enum value of advertising_channel_type
, or the default if the field is set to an invalid enum value.
sourcepub fn set_advertising_channel_type(&mut self, value: AdvertisingChannelType)
pub fn set_advertising_channel_type(&mut self, value: AdvertisingChannelType)
Sets advertising_channel_type
to the provided enum value.
sourcepub fn campaign_sitelink_count(&self) -> i32
pub fn campaign_sitelink_count(&self) -> i32
Returns the value of campaign_sitelink_count
, or the default value if campaign_sitelink_count
is unset.
sourcepub fn conversion_tracking_status(&self) -> ConversionTrackingStatus
pub fn conversion_tracking_status(&self) -> ConversionTrackingStatus
Returns the enum value of conversion_tracking_status
, or the default if the field is unset or set to an invalid enum value.
sourcepub fn set_conversion_tracking_status(
&mut self,
value: ConversionTrackingStatus,
)
pub fn set_conversion_tracking_status( &mut self, value: ConversionTrackingStatus, )
Sets conversion_tracking_status
to the provided enum value.
Trait Implementations§
source§impl Clone for GenerateRecommendationsRequest
impl Clone for GenerateRecommendationsRequest
source§fn clone(&self) -> GenerateRecommendationsRequest
fn clone(&self) -> GenerateRecommendationsRequest
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Message for GenerateRecommendationsRequest
impl Message for GenerateRecommendationsRequest
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 GenerateRecommendationsRequest
impl PartialEq for GenerateRecommendationsRequest
source§fn eq(&self, other: &GenerateRecommendationsRequest) -> bool
fn eq(&self, other: &GenerateRecommendationsRequest) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GenerateRecommendationsRequest
Auto Trait Implementations§
impl Freeze for GenerateRecommendationsRequest
impl RefUnwindSafe for GenerateRecommendationsRequest
impl Send for GenerateRecommendationsRequest
impl Sync for GenerateRecommendationsRequest
impl Unpin for GenerateRecommendationsRequest
impl UnwindSafe for GenerateRecommendationsRequest
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