pub struct EffectiveFrequencyBreakdown {
pub effective_frequency: i32,
pub on_target_reach: i64,
pub total_reach: i64,
pub effective_coview_reach: i64,
pub on_target_effective_coview_reach: i64,
}
Expand description
A breakdown of the number of unique people reached at a given effective frequency.
Fields§
§effective_frequency: i32
The effective frequency [1-10].
on_target_reach: i64
The number of unique people reached at least effective_frequency times that exactly matches the Targeting.
Note that a minimum number of unique people must be reached in order for data to be reported. If the minimum number is not met, the on_target_reach value will be rounded to 0.
total_reach: i64
Total number of unique people reached at least effective_frequency times. This includes people that may fall outside the specified Targeting.
Note that a minimum number of unique people must be reached in order for data to be reported. If the minimum number is not met, the total_reach value will be rounded to 0.
effective_coview_reach: i64
The number of users (including co-viewing users) reached for the associated effective_frequency value.
on_target_effective_coview_reach: i64
The number of users (including co-viewing users) reached for the associated effective_frequency value within the specified plan demographic.
Trait Implementations§
Source§impl Clone for EffectiveFrequencyBreakdown
impl Clone for EffectiveFrequencyBreakdown
Source§fn clone(&self) -> EffectiveFrequencyBreakdown
fn clone(&self) -> EffectiveFrequencyBreakdown
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moreSource§impl Debug for EffectiveFrequencyBreakdown
impl Debug for EffectiveFrequencyBreakdown
Source§impl Message for EffectiveFrequencyBreakdown
impl Message for EffectiveFrequencyBreakdown
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
.impl StructuralPartialEq for EffectiveFrequencyBreakdown
Auto Trait Implementations§
impl Freeze for EffectiveFrequencyBreakdown
impl RefUnwindSafe for EffectiveFrequencyBreakdown
impl Send for EffectiveFrequencyBreakdown
impl Sync for EffectiveFrequencyBreakdown
impl Unpin for EffectiveFrequencyBreakdown
impl UnwindSafe for EffectiveFrequencyBreakdown
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