NlpSemanticParsingModelsMediaYouTubeDeeplinkInfo

AI Overview😉

  • Potential purpose of module: This module appears to be responsible for providing deeplink information specific to YouTube videos and channels. It helps Google's search algorithm to understand the relationship between YouTube content and its metadata, such as click tracking IDs and uploader channel IDs.
  • Impact on search results: This module could impact search results by allowing Google to better understand the context and relevance of YouTube videos and channels. This could lead to more accurate and relevant search results, especially when searching for specific YouTube content. It may also influence the ranking of YouTube videos and channels in search results.
  • Optimization for this function: To be more favorable for this function, a website could ensure that their YouTube videos and channels have accurate and consistent metadata, such as click tracking IDs and uploader channel IDs. Additionally, websites could provide clear and concise titles, descriptions, and tags for their YouTube content to help Google's algorithm better understand its context and relevance.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Provide the deeplink information specific to YouTube PMAs. Next ID: 3

Attributes

  • clickTrackingId (type: String.t, default: nil) - See go/yt-clicktracking. Serialized youtube.api.innertube.InnerTubeClickTrackingProto.
  • uploaderChannelId (type: String.t, default: nil) - For YouTube Channels, by default the deeplink is set to be the playlist of all uploads from the channel. This field is used for YouTube in-app browse when we need the YouTube channel's main page url. We will use the uploader_channel_id to construct the needed channel deeplink.

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.NlpSemanticParsingModelsMediaYouTubeDeeplinkInfo{
    clickTrackingId: String.t() | nil,
    uploaderChannelId: 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.