AssistantApiSettingsInternalAncillaryDeviceId

AI Overview😉

  • The potential purpose of this module is to identify and store device-specific information, such as IDs, that are associated with a user's search query. This could be used to provide more personalized and relevant search results based on the user's device and search history.
  • This module could impact search results by allowing Google to tailor the search results to the specific device being used, taking into account the device's capabilities, screen size, and other factors. For example, search results on a mobile device may prioritize mobile-friendly websites, while search results on a desktop device may prioritize more comprehensive resources.
  • To be more favorable to this function, a website could ensure that it is optimized for various devices and screen sizes, with responsive design and mobile-friendly content. Additionally, providing clear and concise metadata, such as device-specific titles and descriptions, could help Google better understand the website's content and relevance to different devices.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Represents supporting device ids.

Attributes

  • deviceId (type: GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesDeviceId.t, default: nil) - Contains device ids known to devices. eg. For ATV, it contains client_instance_id and cast_id.

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.AssistantApiSettingsInternalAncillaryDeviceId{
    deviceId:
      GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesDeviceId.t()
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.