Struct google_api_proto::google::ads::googleads::v16::resources::DomainCategory
source · pub struct DomainCategory {
pub resource_name: String,
pub campaign: Option<String>,
pub category: Option<String>,
pub language_code: Option<String>,
pub domain: Option<String>,
pub coverage_fraction: Option<f64>,
pub category_rank: Option<i64>,
pub has_children: Option<bool>,
pub recommended_cpc_bid_micros: Option<i64>,
}
Expand description
A category generated automatically by crawling a domain. If a campaign uses the DynamicSearchAdsSetting, then domain categories will be generated for the domain. The categories can be targeted using WebpageConditionInfo. See: https://support.google.com/google-ads/answer/2471185
Fields§
§resource_name: String
Output only. The resource name of the domain category. Domain category resource names have the form:
customers/{customer_id}/domainCategories/{campaign_id}~{category_base64}~{language_code}
campaign: Option<String>
Output only. The campaign this category is recommended for.
category: Option<String>
Output only. Recommended category for the website domain, for example, if you have a website about electronics, the categories could be “cameras”, “televisions”, etc.
language_code: Option<String>
Output only. The language code specifying the language of the website, for example, “en” for English. The language can be specified in the DynamicSearchAdsSetting required for dynamic search ads. This is the language of the pages from your website that you want Google Ads to find, create ads for, and match searches with.
domain: Option<String>
Output only. The domain for the website. The domain can be specified in the DynamicSearchAdsSetting required for dynamic search ads.
coverage_fraction: Option<f64>
Output only. Fraction of pages on your site that this category matches.
category_rank: Option<i64>
Output only. The position of this category in the set of categories. Lower numbers indicate a better match for the domain. null indicates not recommended.
has_children: Option<bool>
Output only. Indicates whether this category has sub-categories.
recommended_cpc_bid_micros: Option<i64>
Output only. The recommended cost per click for the category.
Implementations§
source§impl DomainCategory
impl DomainCategory
sourcepub fn campaign(&self) -> &str
pub fn campaign(&self) -> &str
Returns the value of campaign
, or the default value if campaign
is unset.
sourcepub fn category(&self) -> &str
pub fn category(&self) -> &str
Returns the value of category
, or the default value if category
is unset.
sourcepub fn language_code(&self) -> &str
pub fn language_code(&self) -> &str
Returns the value of language_code
, or the default value if language_code
is unset.
sourcepub fn domain(&self) -> &str
pub fn domain(&self) -> &str
Returns the value of domain
, or the default value if domain
is unset.
sourcepub fn coverage_fraction(&self) -> f64
pub fn coverage_fraction(&self) -> f64
Returns the value of coverage_fraction
, or the default value if coverage_fraction
is unset.
sourcepub fn category_rank(&self) -> i64
pub fn category_rank(&self) -> i64
Returns the value of category_rank
, or the default value if category_rank
is unset.
sourcepub fn has_children(&self) -> bool
pub fn has_children(&self) -> bool
Returns the value of has_children
, or the default value if has_children
is unset.
sourcepub fn recommended_cpc_bid_micros(&self) -> i64
pub fn recommended_cpc_bid_micros(&self) -> i64
Returns the value of recommended_cpc_bid_micros
, or the default value if recommended_cpc_bid_micros
is unset.
Trait Implementations§
source§impl Clone for DomainCategory
impl Clone for DomainCategory
source§fn clone(&self) -> DomainCategory
fn clone(&self) -> DomainCategory
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for DomainCategory
impl Debug for DomainCategory
source§impl Default for DomainCategory
impl Default for DomainCategory
source§impl Message for DomainCategory
impl Message for DomainCategory
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 DomainCategory
impl PartialEq for DomainCategory
source§fn eq(&self, other: &DomainCategory) -> bool
fn eq(&self, other: &DomainCategory) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DomainCategory
Auto Trait Implementations§
impl Freeze for DomainCategory
impl RefUnwindSafe for DomainCategory
impl Send for DomainCategory
impl Sync for DomainCategory
impl Unpin for DomainCategory
impl UnwindSafe for DomainCategory
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