QualityCalypsoAppsUniversalAuLiveOpDetail

AI Overview😉

  • The potential purpose of this module is to provide information about live events or operations (LiveOps) on Android Universal (AU) platforms, including scheduling, formatting, and prioritization details. This module seems to focus on ensuring that live events are properly displayed and scheduled on Android devices.
  • This module could impact search results by influencing the visibility and ranking of websites that provide live events or operations. For instance, if a website provides live sports events, this module might affect how prominently those events are displayed in search results, or whether they are featured in special event-related search result cards. The prioritization and scheduling information in this module could also influence the order in which live events are presented to users.
  • A website may change things to be more favorable for this function by providing clear and structured information about their live events, such as scheduling details, event types, and formatting information. This could involve using standardized schema markup or APIs to provide this information to Google. Additionally, websites may want to ensure that their live events are properly indexed and crawlable by Google, and that they provide a good user experience for Android users. This could involve optimizing their website's mobile responsiveness, page speed, and content organization.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Contains the needed information for serving a single LiveOp/LiveEvent on AU. Next ID: 9

Attributes

  • countryLevelScheduleInformation (type: %{optional(String.t) => GoogleApi.ContentWarehouse.V1.Model.QualityCalypsoAppsUniversalAuLiveOpEvent.t}, default: nil) - Key is country, and value is the schedule information in that country.
  • defaultFormatInformation (type: GoogleApi.ContentWarehouse.V1.Model.QualityCalypsoAppsUniversalAuLiveOpFormat.t, default: nil) - Fallback option for the LiveOp format. We will try en-US -> en -> any locale and get the first one that is available.
  • defaultScheduleInformation (type: GoogleApi.ContentWarehouse.V1.Model.QualityCalypsoAppsUniversalAuLiveOpEvent.t, default: nil) - Fallback option for the LiveOp event scheduling information. Will use earliest start time and last end time from PDC LiveOps data dump.
  • eventId (type: String.t, default: nil) - android
  • eventType (type: String.t, default: nil) - [REQUIRED] type of live op event.
  • eventUrl (type: String.t, default: nil) - ios
  • localeLevelFormatInformation (type: %{optional(String.t) => GoogleApi.ContentWarehouse.V1.Model.QualityCalypsoAppsUniversalAuLiveOpFormat.t}, default: nil) - Key is locale, and value is the format information for that locale.
  • priority (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.QualityCalypsoAppsUniversalAuLiveOpDetail{
    countryLevelScheduleInformation:
      %{
        optional(String.t()) =>
          GoogleApi.ContentWarehouse.V1.Model.QualityCalypsoAppsUniversalAuLiveOpEvent.t()
      }
      | nil,
    defaultFormatInformation:
      GoogleApi.ContentWarehouse.V1.Model.QualityCalypsoAppsUniversalAuLiveOpFormat.t()
      | nil,
    defaultScheduleInformation:
      GoogleApi.ContentWarehouse.V1.Model.QualityCalypsoAppsUniversalAuLiveOpEvent.t()
      | nil,
    eventId: String.t() | nil,
    eventType: String.t() | nil,
    eventUrl: String.t() | nil,
    localeLevelFormatInformation:
      %{
        optional(String.t()) =>
          GoogleApi.ContentWarehouse.V1.Model.QualityCalypsoAppsUniversalAuLiveOpFormat.t()
      }
      | nil,
    priority: 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.