Giter Site home page Giter Site logo

Comments (38)

mattab avatar mattab commented on April 28, 2024

Attachment: example submitted by user
[-24-01-2009-17.38.54.jpg](http://issues.piwik.org/attachments/5464/-24-01-2009-17.38.54.jpg)

from matomo.

anonymous-matomo-user avatar anonymous-matomo-user commented on April 28, 2024

Attachment:
screenshot.png

from matomo.

anonymous-matomo-user avatar anonymous-matomo-user commented on April 28, 2024

Attachment:
Live.tar.gz

from matomo.

anonymous-matomo-user avatar anonymous-matomo-user commented on April 28, 2024

Attachment:
Live.tar.2.gz

from matomo.

robocoder avatar robocoder commented on April 28, 2024

Supra Mega Ultra Spy! In all seriousness, are there any other spy requirements?

from matomo.

mattab avatar mattab commented on April 28, 2024

vipsoft, because you asked, I just updated the ticket with my latest thought on what this plugin could be. This is an interesting UI challenge, and would def be a feature killer once done :)

from matomo.

mattab avatar mattab commented on April 28, 2024

see also #838

from matomo.

anonymous-matomo-user avatar anonymous-matomo-user commented on April 28, 2024

I found another example :

http://jehiah.cz/projects/pathstats/

I think it's better with the list of small colored files icons ; it takes less space and we only have to over the mouse on each icon to see what page it is.

from matomo.

robocoder avatar robocoder commented on April 28, 2024

From #840:

When I add the live! widget, I have two buttons at the button. When I press the "play"-Button, the websites duplicates and stops working. Please see attached screenshot for more informations.

Also:

In the Widgets preview (Widgetize), hovering over "Live Visitors!" causes the browser to be less responsive (as if processing a lot of JavaScript in the background).

from matomo.

anonymous-matomo-user avatar anonymous-matomo-user commented on April 28, 2024

I have added some features: See Screenshot

Now following Data provided

* at top of screen, clear summary:
      o Today you had: N visits, M pages today
      o In the last 30 minutes you had: X visits, Y pages 
* list of the last N visitors with their information
      o settings (os, browser, resolution, plugins) - icons only, details on icon hover
      o referer (keyword, name, icon, clickable url - useful for SEO)
      o country icon
      o IP for piwik users with admin permission or super user
      o count of pages seen during this visit

* for each visit, it is possible to view pages:
      o page title,

from matomo.

mattab avatar mattab commented on April 28, 2024

Hey jr-ewing, thanks for following up! it looks really interesting. Are you planning to finish implementation of this ticket? what features are still missing from the ticket description?
Thanks!

from matomo.

anonymous-matomo-user avatar anonymous-matomo-user commented on April 28, 2024

Is there any meaning for the color of the folder icons ?

By the way, they are pretty.

The spacing between them could be reduced though.

from matomo.

anonymous-matomo-user avatar anonymous-matomo-user commented on April 28, 2024

Missing are:

* time spent during this visit
* number of goals converted, click on goals would show the list of pages with goals highlighted (see below) 

* page url that links to it,
* outlinks are shown different colors (icon ?)
* downloads are shown different colors (icon ?)
* when the page view was a Goal trigger, different color (icon ?) along with goal name and revenue. 

from matomo.

anonymous-matomo-user avatar anonymous-matomo-user commented on April 28, 2024

@TulipVorlax
the colors shows only a history.

from matomo.

anonymous-matomo-user avatar anonymous-matomo-user commented on April 28, 2024

am new here - please forgive me if this is in the wrong place...

This has been working fine and is really useful. However I found that after a few hours the website host had blocked my ip address due to the following:

"Your ip address x.x.x.x was blocked in our server firewall for initiating huge number of apache connections. "

This was when I connected from IE. I had the block removed and a few hours later was blocked again. I stopped accessing piwik and had no further problem.

I had previously connected for a couple of days from Firefox with no problem.

This is using the latest Live.tar.gz from 4 days ago.

Not completely sure if this is browser related or whether it was related to website activity at the time. The block coincided with use of IE and with increased website activity (but no more than 3 visitors an hour)

from matomo.

robocoder avatar robocoder commented on April 28, 2024

See also: http://github.com/primski/Piwik-Live/tree/master

from matomo.

mattab avatar mattab commented on April 28, 2024

increasing priority to ensure the code is reviewed asap, so that jr-ewing has enough time to update the code and have another round of code review, before the integration in core in 0.5.

from matomo.

robocoder avatar robocoder commented on April 28, 2024

TuplipVortax's post http://forum.piwik.org/index.php?showtopic=1503 reminded me that we rolled #219 into this ticket. I'm guessing it wouldn't take much to add a non-updating variant of the Live widget which uses the specified calendar date & period.

from matomo.

anonymous-matomo-user avatar anonymous-matomo-user commented on April 28, 2024

So i will realize an detail View.
I think on this details screen we can add some filters for periods in the next steps.

from matomo.

robocoder avatar robocoder commented on April 28, 2024

Re-targeting for next release.

from matomo.

robocoder avatar robocoder commented on April 28, 2024

jr-ewing: What's left on the todo list? (Hmm...attaching a file doesn't generate a notification to the piwik-trac mailing list.)

It doesn't look like these files are used. Do we need these?

  • Live/templates/lastVisitsInner.tpl
  • Live/templates/liveLogView.tpl
  • Live/templates/structure.tpl
  • Live/templates/scripts/spy (Kopie).js

from matomo.

robocoder avatar robocoder commented on April 28, 2024

In [1621], refs #5464 - check in updated Live plugin by jr-ewing

from matomo.

pebosi avatar pebosi commented on April 28, 2024

you missed adding totalVisits.tpl in Changeset [1621].

regards

from matomo.

robocoder avatar robocoder commented on April 28, 2024

Thanks pebosi.

In [add file (missed in 1621)

from matomo.

anonymous-matomo-user avatar anonymous-matomo-user commented on April 28, 2024

Hi,
i like the new version of the Live plugin very much, but one thing is annoying:
you can see where the visitor was but you can't go there.
So i propose to add one little <a> tag to the "last Visits.tpl":

{/php}
<a href="{$action.pageUrl}" target="_blank"><img align="middle" src="plugins/Live/templates/images/file{php} echo $col; {/php}.png" title="{$action.pageUrl}"></a>
{/foreach}

it saves a lot of time ^^

from matomo.

robocoder avatar robocoder commented on April 28, 2024

In [1672], fixes #1074 - missing parameters for module=Live&action=index

from matomo.

robocoder avatar robocoder commented on April 28, 2024

In [1673], refs comment:ticket:44:42 - wrap URL of visited page with anchor tag

from matomo.

robocoder avatar robocoder commented on April 28, 2024

In [1675], remove 'label' from getLastVisitsDetails (undefined)

jr-ewing: what column did you intend to be here?

from matomo.

robocoder avatar robocoder commented on April 28, 2024

In [1680], Only initialize spy once, if repeatedly previewing Live widget.

from matomo.

robocoder avatar robocoder commented on April 28, 2024

In [1681], refs #5464 - translate columns in Live "Visitor Log"

rename typo'd translation string *OperatinsSystem to *OperatingSystem

upcase submenu titles for consistency

from matomo.

robocoder avatar robocoder commented on April 28, 2024

This appears to be the outstanding list:

  • number of goals converted
  • page title
  • click on goals would show the list of pages with goals highlighted along with goal name & revenue
  • V2 Live map
  • should we keep the current color scheme for icons (which represent order)?
    • outlinks are shown in different color
    • downloads are shown in different color
    • goals show in different color

Discuss: what "must have" items have to be implemented to close this ticket, so we can defer remaining requirements to a post-1.0 ticket

from matomo.

anonymous-matomo-user avatar anonymous-matomo-user commented on April 28, 2024

Heuh, i'm sorry but how can we test the latest version so i can awnser the last question ?
A zip to decompress in the proper folder would be marvelous.
In the list of attachement, by their date, all files seems old.

from matomo.

robocoder avatar robocoder commented on April 28, 2024

TulipVortax: use the "Download in other formats: Zip Archive" link at the bottom of the page of http://dev.piwik.org/trac/browser/trunk or use svn or wait for the 0.5.2 release (tomorrow, if all goes well).

from matomo.

anonymous-matomo-user avatar anonymous-matomo-user commented on April 28, 2024

Ok, it's in place.
Updated from 0.5.1 to the trunk.
Now the pages icons are clickables.
To me, it's sad it only show the last NN visitors even while i choose yesterday as a date.
But i understand that it's a perfectly normal behavior for a Live! plugin.

from matomo.

anonymous-matomo-user avatar anonymous-matomo-user commented on April 28, 2024

Replying to vipsoft:

This appears to be the outstanding list:

  • number of goals converted
  • page title
  • click on goals would show the list of pages with goals highlighted along with goal name & revenue
  • V2 Live map
  • should we keep the current color scheme for icons (which represent order)?
    • outlinks are shown in different color
    • downloads are shown in different color
    • goals show in different color

Discuss: what "must have" items have to be implemented to close this ticket, so we can defer remaining requirements to a post-1.0 ticket

So i think the overview Page are also interessting for 1.0.
I have some Problems to implement more than one column icons for the default DataTable. So it is an core problem.

from matomo.

anonymous-matomo-user avatar anonymous-matomo-user commented on April 28, 2024

I just noticed that some file icon aren't on a transparent background. Perticularly the orange one.

from matomo.

robocoder avatar robocoder commented on April 28, 2024

(In [1760]) refs #5464 - fix broken images links in the CSS

from matomo.

mattab avatar mattab commented on April 28, 2024

We created a new ticket for remaining bugs and changes that we would like to make to the Live! plugin. see #1120 Finish Live! plugin: bugs and small enhancements

Closing this ticket for now.

from matomo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.