AppsPeopleOzExternalMergedpeopleapiInAppNotificationTargetClientData

AI Overview😉

  • The potential purpose of this module is to store and manage client-specific data related to app reachability, which means it's responsible for determining whether a user can receive notifications or interact with a specific app. This data is stored in a way that doesn't include personal identifiable information (PII) or user content.
  • This module could impact search results by influencing the visibility or ranking of apps in search results based on their reachability. For instance, if an app is not reachable by a user, it may be demoted or excluded from search results. This could lead to more personalized and relevant search results, as users are more likely to see apps that are compatible with their devices or accounts.
  • To be more favorable for this function, a website or app could ensure that their reachability data is accurate and up-to-date, allowing Google to better understand their app's compatibility with different users and devices. This could involve providing clear and consistent app metadata, such as platform and device requirements, as well as maintaining a robust and responsive notification system. By doing so, an app may increase its visibility and ranking in search results, particularly for users who are more likely to interact with it.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Client-specific data pertaining to app reachability. No PII data or user content should be stored in this blob.

Attributes

  • app (type: String.t, default: nil) - The app to which this client data applies.
  • byteValue (type: String.t, default: nil) -

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.AppsPeopleOzExternalMergedpeopleapiInAppNotificationTargetClientData{
    app: String.t() | nil,
    byteValue: 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.