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

Plugin EntryPage - shows where your visitors hit your site and from where they came #732

Closed
anonymous-matomo-user opened this issue May 17, 2009 · 17 comments
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it.

Comments

@anonymous-matomo-user
Copy link

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

  • en
  • de

Known issues:

  • Direct entry (no referrer) shows as blank line with link to current page, could be confusing but I don't know yet how to change this
  • I started coding for Piwik two days ago, there may be critical things I don't know: test it before you use it in production!

Keywords: entry page

@anonymous-matomo-user
Copy link
Author

Attachment:
piwik-entrypage.tar.gz

@anonymous-matomo-user
Copy link
Author

there is no widget, only a report at visitors > entry page

@mattab
Copy link
Member

mattab commented May 18, 2009

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.

@anonymous-matomo-user
Copy link
Author

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.

@anonymous-matomo-user
Copy link
Author

Attachment:
screenshot8.png

@anonymous-matomo-user
Copy link
Author

Attachment:
screenshot9.png

@anonymous-matomo-user
Copy link
Author

Attachment:
screenshot10.png

@anonymous-matomo-user
Copy link
Author

Attachment:
EntryPage-0.4.tar.gz

@anonymous-matomo-user
Copy link
Author

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

@anonymous-matomo-user
Copy link
Author

What is the reason for putting the controller and translations into the main plugin file?

@halfdan
Copy link
Member

halfdan commented Jan 3, 2011

Vote for close as this feature made it into core a while ago.

@mattab
Copy link
Member

mattab commented Jan 5, 2011

halfdan, this plugin also shows the referer per page. This is basically a test implementation of: #756 (we want to make it more generic)

@mattab
Copy link
Member

mattab commented Feb 5, 2011

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

@anonymous-matomo-user
Copy link
Author

Attachment: Modified version for piwik 1.3 (lastest in download)
EntryPage_bladebo_Work_1.3.zip

@anonymous-matomo-user
Copy link
Author

I have made some test with my local server and the visit generator, but need some test with a better server.

@anonymous-matomo-user
Copy link
Author

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.

@mattab
Copy link
Member

mattab commented Sep 17, 2011

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?

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it.
Projects
None yet
Development

No branches or pull requests

3 participants