GoogleApi.ContentWarehouse.V1.Model.ResearchScienceSearchNavboostQueryInfo
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
Description
The information representing one navboost query for the dataset source_url.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
impCount
(type:number()
, default:nil
)
- imp_count stores an estimate of the number of impressions for this tuple. -
lccCount
(type:number()
, default:nil
)
- lcc_count stores an estimate of the number of long clicks for this tuple. NOTE: It is similar to query_doc_count, but calculated in different manner. -
query
(type:String.t
, default:nil
)
- The query string. -
queryCount
(type:number()
, default:nil
)
- The query_count stores the counts on this query. -
queryDocCount
(type:number()
, default:nil
)
- The query_doc_count stores the number of long-clicks on this pair.
Type
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.ResearchScienceSearchNavboostQueryInfo