SocialGraphApiProtoNotificationTrigger

AI Overview😉

  • Potential purpose of module: This module, SocialGraphApiProtoNotificationTrigger, appears to be related to sending notifications to users at a specific time or date. It's likely used to trigger reminders or alerts for users, possibly for events or updates related to their social connections or contacts.
  • Impact on search results: This module may not directly impact search results, but it could influence the user experience and engagement with Google's services. For example, if a user receives a notification about a friend's birthday, they may be more likely to search for related topics, such as gift ideas or party planning. This could, in turn, affect the search results they see and interact with.
  • Optimization for this function: To be more favorable for this function, a website could focus on providing relevant and timely content related to events, updates, or reminders that users might receive notifications about. This could include creating content around popular events, holidays, or milestones, and optimizing it for search queries related to these topics. Additionally, websites could consider integrating with Google's services, such as Google Calendar or Google Contacts, to provide a more seamless user experience and increase the likelihood of being featured in notification-related search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Used in PeopleAPI layers + FBS/ContactsService (not in ProfileService)

Attributes

  • daysBeforeActiveDate (type: integer(), default: nil) - Positive number of days before active date. The value 0 will denote a notification on the same day.
  • notificationTimeOfDay (type: GoogleApi.ContentWarehouse.V1.Model.GoogleTypeTimeOfDay.t, default: nil) - Time of day that notification is sent to user. This is local to the user's device.

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.SocialGraphApiProtoNotificationTrigger{
    daysBeforeActiveDate: integer() | nil,
    notificationTimeOfDay:
      GoogleApi.ContentWarehouse.V1.Model.GoogleTypeTimeOfDay.t() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.