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

More compact display of Contents impressions and Contents clicks in the Visitor Log #12894

Closed
mattab opened this issue May 12, 2018 · 9 comments · Fixed by #14063
Closed

More compact display of Contents impressions and Contents clicks in the Visitor Log #12894

mattab opened this issue May 12, 2018 · 9 comments · Fixed by #14063
Assignees
Labels
c: Usability For issues that let users achieve a defined goal more effectively or efficiently.
Milestone

Comments

@mattab
Copy link
Member

mattab commented May 12, 2018

When using Content Tracking, by design there will often be 5-10-15 different elements that became visible. Currently they are displayed each on their own line such as below screenshot.

visitor log contents

Maybe we can make the visitor log display more compact?

For example maybe we could combine all "content impressions" (respectively "content clicks") that have also the same content name. For example the following 4 content impressions:

* preview-liveaboard - MV Ocean Quest
* preview-liveaboard - Coral Sea Dreaming
* preview-liveaboard - MV Scubapro III
* preview-liveaboard - MV Scubapro II

and change it to:
* preview-liveaboard - MV Ocean Quest, Coral Sea Dreaming, MV Scubapro III, MV Scubapro II.

  • the tooltip could be the same as the MV Ocean Quest's tooltip (ie. we pick the first).
  • on click, it would expand and show the content impressions on 4 lines.

thoughts?

@mattab mattab added the c: Usability For issues that let users achieve a defined goal more effectively or efficiently. label May 12, 2018
@tsteur
Copy link
Member

tsteur commented May 13, 2018

You might additionally group together all content interactions that happened in a row and have them expandable as well when there eg more than 3 different content names which may be quite often the case as well eg
image

@mattab
Copy link
Member Author

mattab commented Sep 11, 2018

see also #13136 Visitor log: Group all actions within a pageview together #13136

@mattab mattab added this to the 3.7.0 milestone Sep 11, 2018
@mattab mattab modified the milestones: 3.7.0, 3.8.0 Sep 25, 2018
@diosmosis diosmosis self-assigned this Jan 31, 2019
@diosmosis
Copy link
Member

@tsteur I'm trying to imagine what you mean, but I'm having a hard time visualizing it. Are you thinking something like:

  • Content Interactions: ForceSSL - download, JsTrackerForceAsync - download, IceCastStatistics - headline, ...

@tsteur
Copy link
Member

tsteur commented Feb 1, 2019

@diosmosis What I meant is like when there are eg 2 content impressions following, show them normal. When there are eg 3 content impressions show them as:

  • +/- 3 content impressions (on hover show title with summary)
    • ForceSSL - download
    • JsTrackerForce...
    • ...

if there was interacted with not sure... interactions be probably always good to show directly and shouldn't happen too often per page view.

otherwise could also say

  • +/- 3 content impressions - 1 interaction (on hover show title with summary)
    • ForceSSL - download
    • JsTrackerForce...
    • ...

is that more clear?

@diosmosis
Copy link
Member

@tsteur think that might be a bit redundant w/ #13136? W/ that there will be 3 levels of nesting + multiple expand/show links.

@tsteur
Copy link
Member

tsteur commented Feb 1, 2019

Not sure, would maybe need to test it. I reckon it might still be useful because there can be so many impressions but would need to ultimately test it

@diosmosis
Copy link
Member

Maybe it can work like the page refresh code, where on click, the rest appear, but not necessarily indented...

@tsteur
Copy link
Member

tsteur commented Feb 1, 2019

Not sure, could work. As long as you can click again to make them disappear again (be useful when you want to get an overall overview again eg when there are many impressions)

@mattab
Copy link
Member Author

mattab commented Jun 29, 2019

Looking really good now! 👍

Screenshot from 2019-06-29 23-00-54

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: Usability For issues that let users achieve a defined goal more effectively or efficiently.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants