QualityActionsAppInfoSourceDataMediaProviderSourceData

AI Overview😉

  • The potential purpose of this module is to identify and categorize the type of content served by an app or website, such as video, image, or text, and to associate it with a unique provider key. This information can be used to better understand the content and its source, and to improve the quality of search results.
  • This module could impact search results by influencing the ranking of websites and apps that serve specific types of content. For example, if a user searches for a specific type of video, the search algorithm may prioritize websites that are known to serve high-quality video content. Additionally, this module could help to filter out low-quality or irrelevant content from search results.
  • To be more favorable for this function, a website or app may ensure that it provides clear and accurate information about the type of content it serves, such as through metadata or schema markup. Additionally, websites and apps may focus on serving high-quality, relevant, and engaging content that aligns with user search queries, which can help to improve their ranking and visibility in search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

The MEDIA_PROVIDER source can further specify information about the content served by the app.

Attributes

  • providerKey (type: String.t, default: nil) - The unique provider key/enumeration string as used in KG. See also /base/mediaasset/provider/provider_enumerator.
  • providerType (type: String.t, default: nil) - The type of content served by the App. See also chrome.dongle.pints.ProviderType.

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.QualityActionsAppInfoSourceDataMediaProviderSourceData{
    providerKey: String.t() | nil,
    providerType: 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.