pub struct KeywordPlanHistoricalMetrics {
pub avg_monthly_searches: i64,
pub monthly_search_volumes: Vec<MonthlySearchVolume>,
pub competition: i32,
pub competition_index: i64,
pub low_top_of_page_bid_micros: i64,
pub high_top_of_page_bid_micros: i64,
pub average_cpc_micros: i64,
}
Expand description
Historical metrics specific to the targeting options selected. Targeting options include geographies, network, and so on. Refer to https://support.google.com/google-ads/answer/3022575 for more details.
Fields§
§avg_monthly_searches: i64
Approximate number of monthly searches on this query, averaged for the past 12 months.
monthly_search_volumes: Vec<MonthlySearchVolume>
Approximate number of searches on this query for the past twelve months.
competition: i32
The competition level for the query.
competition_index: i64
The competition index for the query in the range [0, 100]. Shows how competitive ad placement is for a keyword. The level of competition from 0-100 is determined by the number of ad slots filled divided by the total number of ad slots available. If not enough data is available, null is returned.
low_top_of_page_bid_micros: i64
Top of page bid low range (20th percentile) in micros for the keyword.
high_top_of_page_bid_micros: i64
Top of page bid high range (80th percentile) in micros for the keyword.
average_cpc_micros: i64
Average Cost Per Click in micros for the keyword.
Implementations§
Source§impl KeywordPlanHistoricalMetrics
impl KeywordPlanHistoricalMetrics
Sourcepub fn competition(&self) -> KeywordPlanCompetitionLevel
pub fn competition(&self) -> KeywordPlanCompetitionLevel
Returns the enum value of competition
, or the default if the field is set to an invalid enum value.
Sourcepub fn set_competition(&mut self, value: KeywordPlanCompetitionLevel)
pub fn set_competition(&mut self, value: KeywordPlanCompetitionLevel)
Sets competition
to the provided enum value.
Trait Implementations§
Source§impl Clone for KeywordPlanHistoricalMetrics
impl Clone for KeywordPlanHistoricalMetrics
Source§fn clone(&self) -> KeywordPlanHistoricalMetrics
fn clone(&self) -> KeywordPlanHistoricalMetrics
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moreSource§impl Debug for KeywordPlanHistoricalMetrics
impl Debug for KeywordPlanHistoricalMetrics
Source§impl Message for KeywordPlanHistoricalMetrics
impl Message for KeywordPlanHistoricalMetrics
Source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
Source§fn encode<B>(&self, buf: &mut B) -> Result<(), EncodeError>
fn encode<B>(&self, buf: &mut B) -> Result<(), EncodeError>
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<B>(&self, buf: &mut B) -> Result<(), EncodeError>
fn encode_length_delimited<B>(&self, buf: &mut B) -> Result<(), EncodeError>
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<B>(buf: B) -> Result<Self, DecodeError>
fn decode<B>(buf: B) -> Result<Self, DecodeError>
Source§fn decode_length_delimited<B>(buf: B) -> Result<Self, DecodeError>
fn decode_length_delimited<B>(buf: B) -> Result<Self, DecodeError>
Source§fn merge<B>(&mut self, buf: B) -> Result<(), DecodeError>
fn merge<B>(&mut self, buf: B) -> Result<(), DecodeError>
self
. Read moreSource§fn merge_length_delimited<B>(&mut self, buf: B) -> Result<(), DecodeError>
fn merge_length_delimited<B>(&mut self, buf: B) -> Result<(), DecodeError>
self
.Source§impl PartialEq for KeywordPlanHistoricalMetrics
impl PartialEq for KeywordPlanHistoricalMetrics
Source§fn eq(&self, other: &KeywordPlanHistoricalMetrics) -> bool
fn eq(&self, other: &KeywordPlanHistoricalMetrics) -> bool
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for KeywordPlanHistoricalMetrics
Auto Trait Implementations§
impl Freeze for KeywordPlanHistoricalMetrics
impl RefUnwindSafe for KeywordPlanHistoricalMetrics
impl Send for KeywordPlanHistoricalMetrics
impl Sync for KeywordPlanHistoricalMetrics
impl Unpin for KeywordPlanHistoricalMetrics
impl UnwindSafe for KeywordPlanHistoricalMetrics
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§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