QualityCalypsoAppsUniversalAuLiveOpFormat

AI Overview😉

  • The potential purpose of this module is to provide information about live events or operations (LiveOp/LiveEvent) in search results, specifically for mobile apps. It seems to be focused on iOS devices and provides details such as event type, start schedule, and video content.
  • This module could impact search results by allowing Google to display more informative and engaging results for live events or operations, potentially increasing user engagement and click-through rates. It may also enable Google to better understand the context and content of live events, leading to more accurate and relevant search results.
  • To be more favorable for this function, a website may want to ensure that it provides clear and concise information about live events or operations, including details such as event type, start schedule, and video content. Additionally, optimizing mobile app content and ensuring that it is easily crawlable and indexable by Google may also be beneficial. Providing high-quality, relevant, and engaging video content may also improve the chances of being displayed in search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Contains the format information for a single LiveOp/LiveEvent. Next ID: 11

Attributes

  • deeplink (type: String.t, default: nil) -
  • description (type: String.t, default: nil) -
  • eyebrow (type: String.t, default: nil) - iOS only, kind of event type
  • imageUrl (type: String.t, default: nil) -
  • originalImageUrl (type: String.t, default: nil) -
  • squareImageUrl (type: String.t, default: nil) -
  • status (type: String.t, default: nil) - iOS only, sort of start schedule
  • title (type: String.t, default: nil) -
  • videoId (type: String.t, default: nil) -
  • videoUrl (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.QualityCalypsoAppsUniversalAuLiveOpFormat{
    deeplink: String.t() | nil,
    description: String.t() | nil,
    eyebrow: String.t() | nil,
    imageUrl: String.t() | nil,
    originalImageUrl: String.t() | nil,
    squareImageUrl: String.t() | nil,
    status: String.t() | nil,
    title: String.t() | nil,
    videoId: String.t() | nil,
    videoUrl: 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.