core
core copied to clipboard
Workflow subaction to submit Content Analytics event
Parent Issue
No response
User Story
As a developer, I want to collect custom analytics events when users perform specific workflow actions.
Acceptance Criteria
- Users can add a Workflow subaction to any Workflow action to record an analytics event.
- The subaction allows the user to specify the following information at a minimum:
- Event type
- This can be any value EXCEPT the pre-defined event types we record automatically (e.g.
PAGE_REQUEST
).
- This can be any value EXCEPT the pre-defined event types we record automatically (e.g.
- Object type (e.g. WhatAmI)
- If the user leaves this blank, the type is set to
CONTENT
.
- If the user leaves this blank, the type is set to
- Object ID
- If the user leaves this blank, the id is set to the content identifier.
- Event type
- Each time the workflow action is executed, an event is logged to the analytics data store.
- The events submitted via workflows may be retrieved the same as all other analytics events (e.g. via API and viewtool).
- No information about the event is displayed anywhere (e.g. no growl, no popups, no log messages).
- If the user wants any messages or notificaions, they can add other subactions for those.
Proposed Objective
Technical User Experience
Proposed Priority
Priority 2 - Important
External Links... Slack Conversations, Support Tickets, Figma Designs, etc.
No response
Assumptions & Initiation Needs
No response
Quality Assurance Notes & Workarounds
No response
Sub-Tasks & Estimates
No response