Description
This plugin shows your visitors entry page with visitor count and bounce count.
The subtable shows referrer url (+ link) and visitor/bounce count.
Translations
Known issues:
Keywords: entry page
Attachment:
piwik-entrypage.tar.gz
Attachment:
screenshot8.png
Attachment:
screenshot9.png
Attachment:
screenshot10.png
Attachment:
EntryPage-0.4.tar.gz
Attachment: because the current downloads are not working with Piwik 0.5.4 I have change the code minimal.
EntryPage_working_with_0.5.4.zip
Attachment: Modified version for piwik 1.3 (lastest in download)
EntryPage_bladebo_Work_1.3.zip
there is no widget, only a report at visitors > entry page
This is very interesting, as this feature request has been asked a lot of times.. Could you please post some screenshot?
Also I can see that you duplicated code from the plugins Actions/ Instead your code should extend the classes in this plugin, eg. Piwik_EntryPage_API extends Piwik_Actions_API
;
once you review the plugin and add some screenshot I can give it a full code review.
I guess with duplicated code you mean 'getDataTable'. I just copied that from the Referers plugin without really knowing what it does.
When I try to extend the Actions API my visitor and bounce count don't show up, but it works when I extend Referers API so I'll keep it that way for now.
What is the reason for putting the controller and translations into the main plugin file?
Vote for close as this feature made it into core a while ago.
halfdan, this plugin also shows the referer per page. This is basically a test implementation of: #756 (we want to make it more generic)
The plugin is not compatible with 1.1.1, removing from list of plugins until it can be fixed. See forum post: http://forum.piwik.org/read.php?2,71779
I have made some test with my local server and the visit generator, but need some test with a better server.
One more thing,
I don't have any visit and bounces count, I probably think that some information in sql are probably wrong.
I will try to find it.
Could be done using Segmentation. Maybe we can include it in core, but please submit mockup in the new UI for this feature if you have any idea?