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

Data Collection as a Feature #148

Open
nicolepaschen opened this issue Jul 26, 2022 · 2 comments
Open

Data Collection as a Feature #148

nicolepaschen opened this issue Jul 26, 2022 · 2 comments

Comments

@nicolepaschen
Copy link
Member

We need more tracking in Inspirations about what users are doing.

  1. What theme ID is installed?
  2. How many times does the user go thru the Inspirations process?
  3. Do they use the Start Over feature?
@jamesros161
Copy link
Collaborator

I think that I will work on something in the library and the asset server, to create a general api for collecting data on link clicks.
Something where we can add a class or data attribute to any element, and if that element is clicked, then it will trigger an event matching that attribute ID.

like
<a href="...." data-bg-event-id="38601823" data-bg-event-name="start-over-inspirations">
Then that click will log the event-id, the event name, the associated api user, and the time it was clicked.
That will be a simple way to start collection, and then I can work on ways of organizing that data and creating reports later.

@bwmarkle
Copy link
Contributor

Please do not work on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants