SocialGraphApiProtoAndroidDeviceInfo

AI Overview😉

  • The potential purpose of this module is to identify and store information about the device used to access Google's services, such as the make and model of an Android device. This information can be used to personalize search results, improve user experience, and provide more accurate results based on the device's capabilities.
  • This module could impact search results by influencing the ranking of websites based on their mobile-friendliness, page loading speed, and compatibility with different devices. It may prioritize websites that are optimized for the user's device, providing a better user experience. Additionally, it could help Google to filter out websites that are not compatible with the user's device, improving the overall quality of search results.
  • To be more favorable for this function, a website can ensure that it is optimized for various devices and screen sizes, has fast page loading speeds, and is compatible with different operating systems and browsers. This can be achieved by using responsive design, compressing images and files, and testing the website on different devices and platforms. Furthermore, websites can provide alternative versions of their content, such as mobile-specific pages, to improve the user experience on different devices.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • id (type: String.t, default: nil) - This string will represent either the device make and model in the case of FSA2, or the device model in the case of FSA1.

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.SocialGraphApiProtoAndroidDeviceInfo{
    id: 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.