AppsPeopleOzExternalMergedpeopleapiYoutubeExtendedData

AI Overview😉

  • The potential purpose of this module is to gather and process information about a user's YouTube channels and profiles, including data about the channels they create and any errors that may occur when fetching this data.
  • This module could impact search results by allowing Google to better understand a user's online presence and content creation habits, potentially influencing the ranking of their content in search results. It may also help Google to identify and filter out low-quality or spam content.
  • To be more favorable to this function, a website could ensure that its YouTube channels and profiles are accurately and consistently represented across the web, and that any errors or inconsistencies in the data are corrected. Additionally, creating high-quality and engaging content on YouTube could also positively impact how this module views the website.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Extension data for use in Youtube Product Profile.

Attributes

  • channelData (type: list(GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiChannelData.t), default: nil) - Information about a channel created by the user. A user can create multiple Youtube channels.
  • failure (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiProductProfileFailure.t, default: nil) - Failure type if there is an error when fetching product profile data.

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.AppsPeopleOzExternalMergedpeopleapiYoutubeExtendedData{
    channelData:
      [
        GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiChannelData.t()
      ]
      | nil,
    failure:
      GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiProductProfileFailure.t()
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.