Enum googapis::google::ads::googleads::v7::resources::recommendation::Recommendation[][src]

pub enum Recommendation {
Show 18 variants CampaignBudgetRecommendation(CampaignBudgetRecommendation), ForecastingCampaignBudgetRecommendation(CampaignBudgetRecommendation), KeywordRecommendation(KeywordRecommendation), TextAdRecommendation(TextAdRecommendation), TargetCpaOptInRecommendation(TargetCpaOptInRecommendation), MaximizeConversionsOptInRecommendation(MaximizeConversionsOptInRecommendation), EnhancedCpcOptInRecommendation(EnhancedCpcOptInRecommendation), SearchPartnersOptInRecommendation(SearchPartnersOptInRecommendation), MaximizeClicksOptInRecommendation(MaximizeClicksOptInRecommendation), OptimizeAdRotationRecommendation(OptimizeAdRotationRecommendation), CalloutExtensionRecommendation(CalloutExtensionRecommendation), SitelinkExtensionRecommendation(SitelinkExtensionRecommendation), CallExtensionRecommendation(CallExtensionRecommendation), KeywordMatchTypeRecommendation(KeywordMatchTypeRecommendation), MoveUnusedBudgetRecommendation(MoveUnusedBudgetRecommendation), TargetRoasOptInRecommendation(TargetRoasOptInRecommendation), ResponsiveSearchAdRecommendation(ResponsiveSearchAdRecommendation), MarginalRoiCampaignBudgetRecommendation(CampaignBudgetRecommendation),
}
Expand description

The details of recommendation.

Variants

CampaignBudgetRecommendation(CampaignBudgetRecommendation)

Output only. The campaign budget recommendation.

Tuple Fields of CampaignBudgetRecommendation

0: CampaignBudgetRecommendation
ForecastingCampaignBudgetRecommendation(CampaignBudgetRecommendation)

Output only. The forecasting campaign budget recommendation.

Tuple Fields of ForecastingCampaignBudgetRecommendation

0: CampaignBudgetRecommendation
KeywordRecommendation(KeywordRecommendation)

Output only. The keyword recommendation.

Tuple Fields of KeywordRecommendation

0: KeywordRecommendation
TextAdRecommendation(TextAdRecommendation)

Output only. Add expanded text ad recommendation.

Tuple Fields of TextAdRecommendation

0: TextAdRecommendation
TargetCpaOptInRecommendation(TargetCpaOptInRecommendation)

Output only. The TargetCPA opt-in recommendation.

Tuple Fields of TargetCpaOptInRecommendation

0: TargetCpaOptInRecommendation
MaximizeConversionsOptInRecommendation(MaximizeConversionsOptInRecommendation)

Output only. The MaximizeConversions Opt-In recommendation.

Tuple Fields of MaximizeConversionsOptInRecommendation

0: MaximizeConversionsOptInRecommendation
EnhancedCpcOptInRecommendation(EnhancedCpcOptInRecommendation)

Output only. The Enhanced Cost-Per-Click Opt-In recommendation.

Tuple Fields of EnhancedCpcOptInRecommendation

0: EnhancedCpcOptInRecommendation
SearchPartnersOptInRecommendation(SearchPartnersOptInRecommendation)

Output only. The Search Partners Opt-In recommendation.

Tuple Fields of SearchPartnersOptInRecommendation

0: SearchPartnersOptInRecommendation
MaximizeClicksOptInRecommendation(MaximizeClicksOptInRecommendation)

Output only. The MaximizeClicks Opt-In recommendation.

Tuple Fields of MaximizeClicksOptInRecommendation

0: MaximizeClicksOptInRecommendation
OptimizeAdRotationRecommendation(OptimizeAdRotationRecommendation)

Output only. The Optimize Ad Rotation recommendation.

Tuple Fields of OptimizeAdRotationRecommendation

0: OptimizeAdRotationRecommendation
CalloutExtensionRecommendation(CalloutExtensionRecommendation)

Output only. The Callout extension recommendation.

Tuple Fields of CalloutExtensionRecommendation

0: CalloutExtensionRecommendation
SitelinkExtensionRecommendation(SitelinkExtensionRecommendation)

Output only. The Sitelink extension recommendation.

Tuple Fields of SitelinkExtensionRecommendation

0: SitelinkExtensionRecommendation
CallExtensionRecommendation(CallExtensionRecommendation)

Output only. The Call extension recommendation.

Tuple Fields of CallExtensionRecommendation

0: CallExtensionRecommendation
KeywordMatchTypeRecommendation(KeywordMatchTypeRecommendation)

Output only. The keyword match type recommendation.

Tuple Fields of KeywordMatchTypeRecommendation

0: KeywordMatchTypeRecommendation
MoveUnusedBudgetRecommendation(MoveUnusedBudgetRecommendation)

Output only. The move unused budget recommendation.

Tuple Fields of MoveUnusedBudgetRecommendation

0: MoveUnusedBudgetRecommendation
TargetRoasOptInRecommendation(TargetRoasOptInRecommendation)

Output only. The Target ROAS opt-in recommendation.

Tuple Fields of TargetRoasOptInRecommendation

0: TargetRoasOptInRecommendation
ResponsiveSearchAdRecommendation(ResponsiveSearchAdRecommendation)

Output only. The add responsive search ad recommendation.

Tuple Fields of ResponsiveSearchAdRecommendation

0: ResponsiveSearchAdRecommendation
MarginalRoiCampaignBudgetRecommendation(CampaignBudgetRecommendation)

Output only. The marginal ROI campaign budget recommendation.

Tuple Fields of MarginalRoiCampaignBudgetRecommendation

0: CampaignBudgetRecommendation

Implementations

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Wrap the input message T in a tonic::Request

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more