QualityNavboostCrapsFeatureCrapsData

GoogleApi.ContentWarehouse.V1.Model.QualityNavboostCrapsFeatureCrapsData


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

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

View Attributes

Attributes

  1. country (type: String.t, default: nil)
    - Country, like "us". If not present, it's an aggregation for all countries. This is the same format as one used in Glue.
  2. device (type: String.t, default: nil)
    - Device, like "m". If not present, it's an aggregation for all devices. "m" - mobile devices. "d" - destop devices.
  3. language (type: String.t, default: nil)
    - Language, like "en". If not present, it's an aggregation for all languages. This is the same format as one used in Glue.
  4. locationId (type: integer(), default: nil)
    - Location id for metro and city. If not present, it's an aggregation for all locations within current country.
  5. signals (type: GoogleApi.ContentWarehouse.V1.Model.QualityNavboostCrapsCrapsClickSignals, default: nil)
    - CRAPS Signals for the locale.
  6. voterTokenBitmap (type: GoogleApi.ContentWarehouse.V1.Model.QualityNavboostGlueVoterTokenBitmapMessage, default: nil)
    - The set of voter tokens of the sessions that contributed to this feature's stats. Voter tokens are not unique per user, so it is a lower bound on the number of distinct users. Used for privacy-related filtering.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.QualityNavboostCrapsFeatureCrapsData{
country: String.t() | nil,
device: String.t() | nil,
language: String.t() | nil,
locationId: integer() | nil,
signals: GoogleApi.ContentWarehouse.V1.Model.QualityNavboostCrapsCrapsClickSignals.t() | nil,
voterTokenBitmap: GoogleApi.ContentWarehouse.V1.Model.QualityNavboostGlueVoterTokenBitmapMessage.t() | nil
}

Function

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

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