QualityNavboostCrapsCrapsClickSignals

GoogleApi.ContentWarehouse.V1.Model.QualityNavboostCrapsCrapsClickSignals


Table of Contents ▼

Jump to a specific part of the page:

Description

Click / impression signals for craps. The tag numbers are the same as they were in the original CrapsData (below). This is deliberate.

Attributes List

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

View Attributes

Attributes

  1. absoluteImpressions (type: float(), default: nil)
    - Thus far this field is only used for host level unsquashed impressions. When compressed (e.g., in perdocdata.proto, CompressedQualitySignals), this value is represented individually and thus is generally incompatible with the other values which are compressed as click-ratios.
  2. badClicks (type: float(), default: nil)
    -
  3. clicks (type: float(), default: nil)
    -
  4. goodClicks (type: float(), default: nil)
    -
  5. impressions (type: float(), default: nil)
    -
  6. lastLongestClicks (type: float(), default: nil)
    -
  7. unicornClicks (type: float(), default: nil)
    - The subset of clicks that are associated with an event from a Unicorn user.
  8. unsquashedClicks (type: float(), default: nil)
    - This is not being populated for the current format - instead two instances of CrapsClickSignals (squashed/unsquashed) are used. We are migrating to the new format where this field will be populated.
  9. unsquashedImpressions (type: float(), default: nil)
    - This is not being populated for the current format - instead two instances of CrapsClickSignals (squashed/unsquashed) are used. We are migrating to the new format where this field will be populated.
  10. unsquashedLastLongestClicks (type: float(), default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.QualityNavboostCrapsCrapsClickSignals{
absoluteImpressions: float() | nil,
badClicks: float() | nil,
clicks: float() | nil,
goodClicks: float() | nil,
impressions: float() | nil,
lastLongestClicks: float() | nil,
unicornClicks: float() | nil,
unsquashedClicks: float() | nil,
unsquashedImpressions: float() | nil,
unsquashedLastLongestClicks: float() | nil
}

Function

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

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