GoogleAssistantEmbeddedV1SurfaceIdentity

AI Overview😉

  • The potential purpose of this module is to identify the device and surface type that sent the search request, which could be used to provide more personalized and relevant search results based on the user's device and platform.
  • This module could impact search results by allowing Google to tailor its results to the specific device and surface type being used. For example, if a user is searching on a mobile device, the search results may prioritize mobile-friendly websites and content. Similarly, if a user is searching on a smart TV, the search results may prioritize video content and websites optimized for TV viewing.
  • A website may change things to be more favorable for this function by ensuring that their website is optimized for various devices and surface types, such as having a responsive design that adapts to different screen sizes and devices. Additionally, websites may want to consider providing alternative content formats, such as video or AMP pages, to cater to different device types and user preferences.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Contains fields to identify the device which sent the request.

Attributes

  • surfaceType (type: String.t, default: nil) - Surface type that the device identifies as.
  • userAgentSuffix (type: String.t, default: nil) - * Fully formed user agent suffix string.

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.GoogleAssistantEmbeddedV1SurfaceIdentity{
    surfaceType: String.t() | nil,
    userAgentSuffix: 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.