SearchTermLevelRowMetaData

Type Alias SearchTermLevelRowMetaData 

Source
pub type SearchTermLevelRowMetaData = ReportingSearchTerm;

Aliased Type§

pub struct SearchTermLevelRowMetaData {
    pub search_term_text: Option<String>,
    pub search_term_source: SearchTermSource,
    pub keyword_id: Option<u64>,
    pub keyword: Option<Box<str>>,
    pub match_type: ReportingSearchTermMatchType,
    pub ad_group_id: u64,
    pub ad_group_name: Box<str>,
    pub country_or_region: Option<Region>,
}

Fields§

§search_term_text: Option<String>§search_term_source: SearchTermSource§keyword_id: Option<u64>§keyword: Option<Box<str>>§match_type: ReportingSearchTermMatchType§ad_group_id: u64§ad_group_name: Box<str>§country_or_region: Option<Region>