QualityActionsAppInfoSourceDataAllowListSourceData

AI Overview😉

  • The potential purpose of this module is to gather information about mobile apps, specifically their availability and compatibility on different devices, to improve search results for app-related queries. It seems to focus on apps that are in the pre-release stage or have varying package names on different devices.
  • This module could impact search results by providing more accurate and relevant information about mobile apps, such as their availability on specific devices or in certain regions. This could lead to more precise search results, especially for users searching for apps that are not yet widely available or have device-specific compatibility issues.
  • To be more favorable for this function, a website may want to ensure that their app's metadata, such as its availability and compatibility information, is accurately and consistently represented across different platforms and devices. This could involve providing clear and up-to-date information about the app's release stage, device compatibility, and package names. Additionally, ensuring that the app's website and landing pages are optimized for search engines, with relevant keywords and structured data, could also improve its visibility and ranking in search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Additional signals when the source is ATV's allow list.

Attributes

  • preReleaseMode (type: boolean(), default: nil) - Whether the app is in the pre-release stage and only available for testing.
  • unknownAppDeviceCompatibility (type: boolean(), default: nil) - Whether app compatibility is unknown. This field is needed for apps like apple tv that have different package names on different devices. Play Gateway Service (PGS) lookup is needed to validate that the app is available on the user's device. go/app-fulfillment-quality

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.QualityActionsAppInfoSourceDataAllowListSourceData{
    preReleaseMode: boolean() | nil,
    unknownAppDeviceCompatibility: boolean() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.