We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Send analytics events when notification IDs are retrieved with the wc_notifyGetNotifications method (4014) as per the design doc
wc_notifyGetNotifications
4014
Event:
event_at
topic
message_id
get_by_iss
get_by_domain
project_pk
project_id
subscriber_pk
subscriber_account_hash
notification_topic
subscriber_notification_id
notification_id
notification_type
returned_count
The text was updated successfully, but these errors were encountered:
chris13524
Successfully merging a pull request may close this issue.
Send analytics events when notification IDs are retrieved with the
wc_notifyGetNotifications
method (4014
) as per the design docEvent:
event_at
- Time at which the event was generatedtopic
- The relay topic used to manage the subscription that the get notifications request message was published tomessage_id
- Relay message ID of requestget_by_iss
- JWT iss that made the requestget_by_domain
- CACAO domain that made the requestproject_pk
- Primary key of the project in the Notify Server database that the subscriber is subscribed toproject_id
- Project ID of the project that the subscriber is subscribed tosubscriber_pk
- Primary Key of the subscriber in the Notify Server databasesubscriber_account_hash
- Hash of the CAIP-10 account of the subscribernotification_topic
- The topic that notifications are sent onsubscriber_notification_id
- The ID of the subscriber-specific notificationnotification_id
- The ID of the notificationnotification_type
- The notification type IDreturned_count
- The total number of notifications returned in the requestThe text was updated successfully, but these errors were encountered: