GoogleCloudContentwarehouseV1RequestMetadata

AI Overview😉

  • The potential purpose of this module is to provide user information and metadata to improve the performance of the search service. This could include identifying user behavior, preferences, and search history to personalize search results and enhance the overall search experience.
  • This module could impact search results by influencing the ranking of websites based on user behavior and preferences. For example, if a user frequently searches for a specific topic or visits a particular website, the search engine may prioritize results from that website or related topics in future searches. This could lead to more personalized and relevant search results.
  • To be more favorable to this function, a website could focus on providing high-quality, relevant, and personalized content to its users. This could include using user data and analytics to inform content creation, optimizing website structure and navigation for better user experience, and ensuring that website content is easily accessible and crawlable by search engines. Additionally, websites could consider implementing user authentication and tracking mechanisms to provide more accurate user information to the search engine.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Meta information is used to improve the performance of the service.

Attributes

  • userInfo (type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1UserInfo.t, default: nil) - Provides user unique identification and groups information.

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.GoogleCloudContentwarehouseV1RequestMetadata{
    userInfo:
      GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1UserInfo.t()
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.