QualityActionsCustomizedNotification

AI Overview😉

  • Potential purpose of module: This module appears to be related to customized notifications for quality actions, possibly in the context of Google's content review process. It seems to define a notification object with attributes such as buttons, surface type, tap action, and text. The purpose of this module might be to provide a way to customize notifications for specific quality actions, allowing for more targeted and informative notifications.
  • Impact on search results: This module might not directly impact search results, as it seems to be focused on notifications rather than ranking factors. However, it's possible that the quality actions referred to in this module could be related to content quality assessments, which might indirectly influence search rankings. For example, if a website has a high number of quality actions taken against it, it could potentially be seen as a negative signal by Google's algorithms.
  • Optimization for this function: To be more favorable for this function, a website might focus on improving its content quality and reducing the likelihood of quality actions being taken against it. This could involve ensuring that content is accurate, informative, and adheres to Google's guidelines and policies. Additionally, websites could focus on providing a better user experience, reducing the likelihood of user complaints or reports that might trigger quality actions.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

DEPRECATED. No longer supported after migration to Tasks.

Attributes

  • buttons (type: list(GoogleApi.ContentWarehouse.V1.Model.QualityActionsCustomizedNotificationButton.t), default: nil) - Buttons on the notification
  • surfaceType (type: String.t, default: nil) - Surface type for the notification
  • tapAction (type: GoogleApi.ContentWarehouse.V1.Model.QualityActionsCustomizedNotificationPayload.t, default: nil) - Tap action on the notification body. This overwrites the default tap action on reminder trigger notification (which on mobile, is the reminders hub page).
  • text (type: String.t, default: nil) - Notification text

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.QualityActionsCustomizedNotification{
    buttons:
      [
        GoogleApi.ContentWarehouse.V1.Model.QualityActionsCustomizedNotificationButton.t()
      ]
      | nil,
    surfaceType: String.t() | nil,
    tapAction:
      GoogleApi.ContentWarehouse.V1.Model.QualityActionsCustomizedNotificationPayload.t()
      | nil,
    text: 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.