SocialGraphApiProtoMonthlyWeekdayRecurrence

AI Overview😉

  • The potential purpose of this module is to identify and analyze recurring patterns in user behavior, specifically in relation to social media and contact information. It appears to be focused on identifying monthly patterns, such as a specific day of the week (e.g. the 3rd Wednesday of the month). This could be used to better understand user habits and tailor search results or advertising to those habits.
  • This module could impact search results by influencing the ranking of websites or content that is relevant to a user's recurring behavior. For example, if a user consistently checks a specific website on the 3rd Wednesday of the month, this module may boost the ranking of that website in search results on that day. This could also impact the timing and relevance of ads displayed to users.
  • A website may change things to be more favorable for this function by optimizing their content and user experience to align with recurring user behavior. This could include offering special promotions or discounts on specific days of the month, or tailoring content to be more relevant to users on those days. Additionally, websites could focus on building a loyal user base that returns on a regular schedule, such as a monthly newsletter or subscription service.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Pattern for a MONTHLY recurrence. This Monthly reccurence supports: 1. The nth specific weekday of the month. For example, the 3rd Wednesday of the month. This represents the 3rd instance of a Wednesday of the month, regardless of what weekday the month started on. It does not necessarily mean the Wednesday on the 3rd week of the month. Used in PeopleAPI layers + FBS/ContactsService (not in ProfileService)

Attributes

  • weekDay (type: String.t, default: nil) - The nth occurrence of week_day to match. I.e. For 3rd Wednesday of the month, week_day = WEDNESDAY and week_day_number = 3. Values beyond the end of the month are skipped.
  • weekDayNumber (type: integer(), 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.SocialGraphApiProtoMonthlyWeekdayRecurrence{
    weekDay: String.t() | nil,
    weekDayNumber: integer() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.