-
Notifications
You must be signed in to change notification settings - Fork 0
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
Enhance DataHub analytics to better understand our users #278
Comments
i am happy to assist, but know very little about the google analytics. I do recall James saying it may not be the best way to track downloaded data, but that was on the old site. So far this year we have had 580 Orders in the ticketing system, all via DataHub. |
thanks for the feedback @mitchellryant . you are correct, implementing google analytics better within the datahub would not necessarily be to assist with better tracking of downloads, or any for that matter. this is more from a perspective of better understanding users interaction with the site/application which will help drive future enhancements/work to the app. i just included you in case you wanted to be notified of progress towards this effort. i can remove you as an assignee if you'd like. |
Like i said im happy to help any way possible. @JasonKleinert briefly discussed exporting the Users for the ticketing system to get a better idea on customers asking questions. We could define users by sector type the work in, but this would only give us info on customers that ask questions. |
Off topic from enhancing the analytics, but based on the two example tickets provided I agree that the location of the shopping cart can be confusing for users not familiar with the system and who only ever visit a single collection, add it to the cart, and then want to head straight to ordering. some background on how we got here: Maybe we need to bring the header back across all views? Maybe just add a link to "checkout" in the feedback when you add an item to the cart? Just a couple ideas. Either way this feature could use some reworking. |
The simplest fix would probably be to just have a link to the shopping cart/checkout displayed here. We could also include some text inviting them to close the modal if they'd like to add more to the cart. I can see how pricing would be confusing, but I'm guessing that's mostly out of our control since there are so many variables involved...it might help to put this line "Final cost for your order depends on many variables including hardware, staff time, computer time, data size, etc. TNRIS will contact you with the final, calculated cost." at the top of the order tab so people understand the process earlier on and aren't expecting to be able to pay and download immediately. |
i really like this idea. we can definitely add more text to get ahead of our inherent issue of costs having to be calculated after the order is submitted.
i would add: |
i'm sorry but this is not on topic for this issue. i completely agree that this is a known problem and should be resolved, but we need to create a separate issue. just trying to keep issues on a more specific topic rather than a broad discussion. this issue is meant to expand google analytics across more react components, material design elements, clickable elements in the tooldrawer, etc. the problem discussed above is a current UX problem that should be addressed in a separate issue. please refer to issue #280 for discussions regarding improving user access to the shopping cart from a collection view. |
i bet we could wire up a google analytics event log for the anchor href download links. have it log won't be as fine grained as it used to be, with area_type breakdowns and whatnot; but it would be at least halfway there and provide a GUI statistic to be comparable to anyone who accesses the download programmatically |
Planned to use Google Tag Manager in addition to Google Analytics for event tracking on download buttons, search features, and forms. However, Google Analytics 4 was recently released rather quietly with some indication that it might integrate Google Tag Managers custom events in the new GA4 interface whereas they used to be separate. Awaiting further details and feedback from the public on what GA4 brings to the table, how it integrates with GTM, React, etc. Will circle back in a few weeks. |
https://stackoverflow.com/questions/64519920/how-to-set-up-google-analytics-4-for-react-router |
Research & Development: we need to learn more about better ways to use Google Analytics in the DataHub
There are probably many other questions that Analytics could address and assist with to better understand our users. Right now we have Google Analytics implemented in the most basic way.
The text was updated successfully, but these errors were encountered: