ResearchScienceSearchNavboostQueryInfo

GoogleApi.ContentWarehouse.V1.Model.ResearchScienceSearchNavboostQueryInfo


Table of Contents ▼

Jump to a specific part of the page:

Description

The information representing one navboost query for the dataset source_url.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. impCount (type: number(), default: nil)
    - imp_count stores an estimate of the number of impressions for this tuple.
  2. 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.
  3. query (type: String.t, default: nil)
    - The query string.
  4. queryCount (type: number(), default: nil)
    - The query_count stores the counts on this query.
  5. queryDocCount (type: number(), default: nil)
    - The query_doc_count stores the number of long-clicks on this pair.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ResearchScienceSearchNavboostQueryInfo{
impCount: number() | nil,
lccCount: number() | nil,
query: String.t() | nil,
queryCount: number() | nil,
queryDocCount: number() | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.ResearchScienceSearchNavboostQueryInfo