Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Analytics for get notifications #409

Closed
chris13524 opened this issue Mar 11, 2024 · 0 comments · Fixed by #410
Closed

Analytics for get notifications #409

chris13524 opened this issue Mar 11, 2024 · 0 comments · Fixed by #410
Assignees
Labels

Comments

@chris13524
Copy link
Member

chris13524 commented Mar 11, 2024

Send analytics events when notification IDs are retrieved with the wc_notifyGetNotifications method (4014) as per the design doc

Event:

  • event_at - Time at which the event was generated
  • topic - The relay topic used to manage the subscription that the get notifications request message was published to
  • message_id - Relay message ID of request
  • get_by_iss - JWT iss that made the request
  • get_by_domain - CACAO domain that made the request
  • project_pk - Primary key of the project in the Notify Server database that the subscriber is subscribed to
  • project_id - Project ID of the project that the subscriber is subscribed to
  • subscriber_pk - Primary Key of the subscriber in the Notify Server database
  • subscriber_account_hash - Hash of the CAIP-10 account of the subscriber
  • notification_topic - The topic that notifications are sent on
  • subscriber_notification_id - The ID of the subscriber-specific notification
  • notification_id - The ID of the notification
  • notification_type - The notification type ID
  • returned_count - The total number of notifications returned in the request
@chris13524 chris13524 self-assigned this Mar 11, 2024
@arein arein added the accepted label Mar 11, 2024
@chris13524 chris13524 changed the title Analytics for notification retrieval Analytics for get notifications Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants