QualityCalypsoAppsUniversalAuLiveOpsDetailInfo

AI Overview😉

  • The potential purpose of this module is to store and process information about live events or operations (LiveOps) associated with mobile apps, specifically those that are eligible to be shown to users. This module seems to be focused on the Google Play Store and Android apps.
  • This module could impact search results by influencing the visibility and ranking of apps in the Google Play Store. For example, if an app has a live event or operation that is deemed eligible to be shown, it may be given more prominence in search results or recommended to users more frequently. Conversely, apps without eligible live events may be demoted in search results.
  • A website (or app developer) may change things to be more favorable for this function by ensuring that their app has relevant and engaging live events or operations that are eligible to be shown. This could include creating timely and useful updates, offering limited-time promotions or discounts, or hosting events that are of interest to users. By doing so, the app may increase its visibility and appeal to users, potentially improving its ranking in search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Stores all possible LiveOps/LiveEvents that are eligible to be shown for an app.

Attributes

  • liveOpEvents (type: list(GoogleApi.ContentWarehouse.V1.Model.QualityCalypsoAppsUniversalAuLiveOpDetail.t), default: nil) -
  • packageName (type: String.t, default: nil) -

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.QualityCalypsoAppsUniversalAuLiveOpsDetailInfo{
    liveOpEvents:
      [
        GoogleApi.ContentWarehouse.V1.Model.QualityCalypsoAppsUniversalAuLiveOpDetail.t()
      ]
      | nil,
    packageName: String.t() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.