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

Enable users to record user-defined events #30369

Closed
john-thomas-dotcms opened this issue Oct 16, 2024 · 2 comments · Fixed by #30376
Closed

Enable users to record user-defined events #30369

john-thomas-dotcms opened this issue Oct 16, 2024 · 2 comments · Fixed by #30376

Comments

@john-thomas-dotcms
Copy link
Contributor

Parent Issue

No response

User Story

As a developer, I want to be able to track custom-defined events, based on actions users take on the front-end and/or back-end of my site.

Acceptance Criteria

  • Users can trigger the recording of a new analytics event by hitting an API endpoint.
    • At a minimum, the user should be able to specify the type of event and the type of object (e.g. WhatAmI).
  • User-defined events can be queried using analytics queries, via both the existing analytics API and the existing analytics viewtool.
    • Ideally, the same methods should work to query both user-defined and pre-defined analytics events.

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

@john-thomas-dotcms john-thomas-dotcms changed the title Create Content Analytics collector for user-defined data Enable users to record user-defined events Oct 16, 2024
@jdotcms jdotcms self-assigned this Oct 16, 2024
jdotcms added a commit that referenced this issue Oct 16, 2024
Copy link

@jdotcms jdotcms linked a pull request Oct 16, 2024 that will close this issue
@jdotcms
Copy link
Contributor

jdotcms commented Oct 16, 2024

TBD if the user needs a role to fire the event
TBD if the user id should be part of the event information

jdotcms added a commit that referenced this issue Oct 17, 2024
github-merge-queue bot pushed a commit that referenced this issue Oct 21, 2024
Adding the ability to fire user custom events on analytics
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Internal QA
Development

Successfully merging a pull request may close this issue.

2 participants