TrawlerMultiverseClientIdentifier

AI Overview😉

  • The potential purpose of this module is to identify and store information about a client or user interacting with Google's content warehouse, such as their topic of interest, crawl policy, and analytics data. This helps Google to better understand the user's behavior and preferences.
  • This module could impact search results by influencing the ranking of content based on the user's topic of interest, crawl policy, and analytics data. For example, if a user has shown a strong interest in a particular topic, Google may prioritize search results that are more relevant to that topic. Additionally, the crawl policy and analytics data may help Google to identify high-quality content that is more likely to be relevant to the user's search query.
  • To be more favorable to this function, a website may want to ensure that its content is well-organized and easily crawlable by Google's bots, and that it provides clear and relevant topic information. Additionally, the website may want to consider implementing Google's analytics tools, such as Google Analytics, to provide more detailed data about user behavior and preferences. This could help Google to better understand the website's content and relevance to users, leading to improved search rankings.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Contain Multiverse client information, such as topic name. Can include other information such as crawl policy id in the future.

Attributes

  • crawlPolicyId (type: integer(), default: nil) -
  • crawlPolicyName (type: String.t, default: nil) -
  • hyperdriveAppName (type: String.t, default: nil) - Hyperdrive Analytics.
  • hyperdriveTableName (type: String.t, default: nil) -
  • topicId (type: integer(), default: nil) - Propagate the id instead of the string name to save storage resource. TODO (b/317133951) consider deprecate the two fields in string above.
  • topicName (type: String.t, default: nil) -
  • trafficType (type: String.t, default: nil) -

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.TrawlerMultiverseClientIdentifier{
  crawlPolicyId: integer() | nil,
  crawlPolicyName: String.t() | nil,
  hyperdriveAppName: String.t() | nil,
  hyperdriveTableName: String.t() | nil,
  topicId: integer() | nil,
  topicName: String.t() | nil,
  trafficType: 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.