AppsPeopleOzExternalMergedpeopleapiChannelData

AI Overview😉

  • The potential purpose of this module is to gather and analyze data about YouTube channels, including their profile information, content metrics, and engagement metrics. This data can be used to inform search results and provide a more comprehensive understanding of a channel's authority and relevance.
  • This module could impact search results by allowing Google to better understand the context and relevance of a YouTube channel, potentially leading to more accurate and informative search results. For example, a search for a specific topic might return a YouTube channel with a high subscriber count and engagement metrics, indicating that it is a trusted and authoritative source on that topic.
  • A website may change things to be more favorable for this function by ensuring that their YouTube channel profile is complete and up-to-date, including a detailed description, profile picture, and high-quality content. Additionally, engaging with their audience and encouraging subscribers and comments can help to improve their channel's metrics and increase their visibility in search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • channelId (type: String.t, default: nil) - Unique ID that corresponds to a Youtube channel.
  • commentCount (type: String.t, default: nil) - Number of comments for a given Youtube channel.
  • description (type: String.t, default: nil) - Description of the channel.
  • playlistCount (type: String.t, default: nil) -
  • profilePictureUrl (type: String.t, default: nil) - A FIFE URL pointing to the channel's profile image (go/avatar-fife-urls) with default fife url options. Also refer to go/people-api-concepts:photos for People API's FIFE best practices. The image could be up to a couple of days stale, though it is much fresher in practice. If a fresh image is required, contact the YouTubeAccountProfileService. The URL itself expires ~30 days after generation.
  • profileUrl (type: String.t, default: nil) - URL of user's Youtube channel profile.
  • subscriberCount (type: String.t, default: nil) - Number of subscribers for a given Youtube channel.
  • title (type: String.t, default: nil) - Title of the YouTube channel
  • usesYoutubeNames (type: boolean(), default: nil) - Whether or not the channel's profile has a title/avatar that is canonical in YouTube. Used to determine if the product profile card should be part of the core persona or have their own persona.
  • videoCount (type: String.t, default: nil) - Number of videos uploaded in a given Youtube channel.

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.AppsPeopleOzExternalMergedpeopleapiChannelData{
    channelId: String.t() | nil,
    commentCount: String.t() | nil,
    description: String.t() | nil,
    playlistCount: String.t() | nil,
    profilePictureUrl: String.t() | nil,
    profileUrl: String.t() | nil,
    subscriberCount: String.t() | nil,
    title: String.t() | nil,
    usesYoutubeNames: boolean() | nil,
    videoCount: 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.