AssistantApiCoreTypesAndroidAppInfoDelta

AI Overview😉

  • The potential purpose of this module is to track and update information about Android apps, such as when they are installed or deleted, and to provide this information to Google's search algorithm. This could be used to improve search results related to Android apps, such as providing more accurate information about app availability or suggesting relevant apps to users.
  • This module could impact search results by providing more accurate and up-to-date information about Android apps, which could lead to more relevant and useful search results for users searching for app-related information. For example, if a user searches for "best music streaming apps", the search results could be influenced by the installation and deletion patterns of different music streaming apps.
  • To be more favorable for this function, a website could ensure that it provides accurate and up-to-date information about Android apps, such as installation and deletion rates, and makes this information easily accessible to Google's search algorithm. Additionally, the website could optimize its content to be more relevant and useful to users searching for app-related information, such as by providing reviews, comparisons, and tutorials for different Android apps.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

The change of AndroidAppInfo, e.g. app installation or deletion for incremental delta app info upload.

Attributes

  • androidAppInfo (type: GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesAndroidAppInfo.t, default: nil) - The android app information of the provider. Like, Spotify.
  • lastUpdateTimestamp (type: DateTime.t, default: nil) - The client-side timestamp in millis when the app is last updated, installed or deleted.
  • updateType (type: String.t, default: nil) - App is installed or deleted.

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.AssistantApiCoreTypesAndroidAppInfoDelta{
    androidAppInfo:
      GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesAndroidAppInfo.t()
      | nil,
    lastUpdateTimestamp: DateTime.t() | nil,
    updateType: 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.