SocialGraphApiProtoMonthlyRecurrence

AI Overview😉

  • The potential purpose of this module is to analyze and understand the recurrence patterns of user interactions on a website or platform, specifically focusing on monthly patterns. This could be used to identify periodic behaviors, such as regular visits or interactions, to better understand user engagement and preferences.
  • This module could impact search results by influencing the ranking of websites that demonstrate consistent and periodic user engagement. Websites with strong monthly recurrence patterns may be considered more authoritative or relevant, leading to higher search engine rankings. Conversely, websites with weak or irregular recurrence patterns may be demoted in search results.
  • To be more favorable for this function, a website could focus on creating content and experiences that encourage regular, periodic engagement from users. This could include:
    • Implementing subscription-based models or regular newsletters to encourage consistent visits.
    • Creating content that is relevant to specific times of the month or year, such as seasonal promotions or holiday-themed content.
    • Developing features that facilitate regular user interactions, such as gamification, rewards programs, or social sharing incentives.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

A MONTHLY recurrence can be one of a MonthlyDayRecurrence or MonthlyWeekdayRecurrence but not both. Used in PeopleAPI layers + FBS/ContactsService (not in ProfileService)

Attributes

  • monthlyDayRecurrence (type: GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoMonthlyDayRecurrence.t, default: nil) -
  • monthlyWeekdayRecurrence (type: GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoMonthlyWeekdayRecurrence.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.SocialGraphApiProtoMonthlyRecurrence{
    monthlyDayRecurrence:
      GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoMonthlyDayRecurrence.t()
      | nil,
    monthlyWeekdayRecurrence:
      GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoMonthlyWeekdayRecurrence.t()
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.