SocialGraphApiProtoMonthlyDayRecurrence

AI Overview😉

  • The potential purpose of this module is to analyze and understand recurring events or patterns on a monthly basis, such as birthdays, anniversaries, or regular meetings. It seems to be related to social graph data and people's profiles.
  • This module could impact search results by influencing the ranking of websites or profiles that have recurring events or patterns, such as a website that regularly updates its content on the 1st and 15th of every month. It may also affect the search results for queries related to specific dates or events, such as searching for "birthday greetings" or "monthly sales."
  • To be more favorable for this function, a website may want to consider the following: Use a consistent schedule for updating content or publishing events, such as monthly newsletters or sales. Include relevant date-based keywords in their content, such as "monthly specials" or "annual events." Ensure that their website's structure and metadata accurately reflect recurring events or patterns, making it easier for the algorithm to understand and analyze the data. Consider using schema markup or other semantic data to provide additional context about recurring events or patterns on their website.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Pattern for a MONTHLY recurrence. This Monthly reccurence supports: 1. Absolute days of the month (i.e. the 1st and 15th) 2. Relative day from the end of the month (i.e. -1 for last day, -2 for second-to-last day). Used in PeopleAPI layers + FBS/ContactsService (not in ProfileService)

Attributes

  • monthDay (type: list(integer()), default: nil) - Absolute day of the month (if positive) or relative day from the end of the month (if negative). Example: 2nd and 20th of the month [2, 20]. Example: Last day of the month [-1]. Positive values should correspond to actual calendar day number (indexing starts at 1).
  • useLastDayIfMonthDayPastEnd (type: boolean(), default: nil) - If true, month_day beyond the end of month (i.e. month_day=31 in February) will default to the last day of the month.

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.SocialGraphApiProtoMonthlyDayRecurrence{
    monthDay: [integer()] | nil,
    useLastDayIfMonthDayPastEnd: boolean() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.