CompositeDocLiveExperimentInfo

AI Overview😉

  • The potential purpose of this module is to facilitate live experiments on search results, allowing Google to test and refine their algorithms in real-time. This module seems to be responsible for managing experiment IDs and associated information for each live experiment.
  • This module could impact search results by allowing Google to dynamically adjust the ranking of search results based on the experiments being run. This could lead to changes in the visibility and prominence of certain websites or content, potentially affecting their traffic and engagement.
  • To be more favorable for this function, a website could focus on providing high-quality, relevant, and engaging content that is likely to perform well across different experiment scenarios. Additionally, ensuring that their website is technically sound, with fast loading times, mobile-friendliness, and secure protocols, could also improve their chances of ranking well in experimental search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Contains information needed for end-to-end live experiments. For a cdoc generated by production pipeline, it includes experiment IDs that have selected current document. For a cdoc generated by experiment pipeline, it includes current experiment ID.

Attributes

  • perLiveExperimentInfo (type: list(GoogleApi.ContentWarehouse.V1.Model.CompositeDocLiveExperimentInfoPerLiveExperimentInfo.t), default: nil) - List of necessary information for each live experiments.

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.CompositeDocLiveExperimentInfo{
  perLiveExperimentInfo:
    [
      GoogleApi.ContentWarehouse.V1.Model.CompositeDocLiveExperimentInfoPerLiveExperimentInfo.t()
    ]
    | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.