QualityActionsAppInfoSourceData

AI Overview😉

  • The potential purpose of this module is to gather and process information about mobile apps from various sources, such as installation numbers, categorical classification, and confidence scores. This data is likely used to improve the ranking and quality of app-related search results.
  • This module could impact search results by influencing the visibility and ranking of mobile apps in Google search results. For example, an app with a high confidence score or a large number of installs may be considered more relevant and trustworthy, leading to a higher ranking in search results. Conversely, an app with low confidence or few installs may be demoted in search results.
  • To be more favorable for this function, a website or app developer could focus on improving the following aspects: Increase the number of installs and positive user reviews to boost confidence scores. Ensure accurate and consistent categorical classification of their app. Provide high-quality and relevant information about their app to improve media provider source data. Optimize their app's visibility and reputation across various sources, including TELEPORT, to improve overall confidence and ranking.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.QualityActionsAppInfoSourceData (google_api_content_warehouse v0.4.0)

This deprecates the above: confidence=3 source=4 This allows us to merge AppInfo data per package_name.

Attributes

  • allowListSourceData (type: GoogleApi.ContentWarehouse.V1.Model.QualityActionsAppInfoSourceDataAllowListSourceData.t, default: nil) -
  • confidence (type: number(), default: nil) - Confidence from navboost.
  • install (type: String.t, default: nil) - Number of installs from marmot.
  • isCategorical (type: boolean(), default: nil) -
  • mediaProviderSourceData (type: GoogleApi.ContentWarehouse.V1.Model.QualityActionsAppInfoSourceDataMediaProviderSourceData.t, default: nil) -
  • source (type: String.t, default: nil) -
  • teleportSourceData (type: GoogleApi.ContentWarehouse.V1.Model.AssistantTeleportTeleportNicknameSignals.t, default: nil) - Signals present when the source is TELEPORT.

Summary

Types

t()

Functions

decode(value, options)

Unwrap a decoded JSON object into its complex fields.

Types

Link to this type

t()

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.QualityActionsAppInfoSourceData{
  allowListSourceData:
    GoogleApi.ContentWarehouse.V1.Model.QualityActionsAppInfoSourceDataAllowListSourceData.t()
    | nil,
  confidence: number() | nil,
  install: String.t() | nil,
  isCategorical: boolean() | nil,
  mediaProviderSourceData:
    GoogleApi.ContentWarehouse.V1.Model.QualityActionsAppInfoSourceDataMediaProviderSourceData.t()
    | nil,
  source: String.t() | nil,
  teleportSourceData:
    GoogleApi.ContentWarehouse.V1.Model.AssistantTeleportTeleportNicknameSignals.t()
    | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.