Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Goals/templates/release_notes.tpl')
-rw-r--r--plugins/Goals/templates/release_notes.tpl36
1 files changed, 36 insertions, 0 deletions
diff --git a/plugins/Goals/templates/release_notes.tpl b/plugins/Goals/templates/release_notes.tpl
new file mode 100644
index 0000000000..d987a7d849
--- /dev/null
+++ b/plugins/Goals/templates/release_notes.tpl
@@ -0,0 +1,36 @@
+<div style="clear:both" />
+<br><br><hr>
+<b>About the Goal Tracking Plugin</b><br>
+<pre>
+The Goal Tracking Plugin is in alpha release. There is more coming soon!
+
+Give us Feedback!
+If you find any other bug, or if you have suggestions, please send us a message using the "Give us feedback" link at the top of the Piwik pages.
+
+Work left to do on the Goal Tracking plugin:
+- The Goal Report page will display conversion table by search engines, country, keyword, campaign, etc.
+- Contemplate adding goal conversions per landing page? If we add Goals per landing page, what page is used for goals that are triggered using piwikTracker.trackGoal in javascript?
+- The Goal Overview page will link to a Goal Report page with a "(more)" link that will ajax reload the page
+- Provide widgets for the dashboard, general goal overview, and one widget for each goal. With: graph evolution, sparklines. Widget with top segments for each goal.
+- Add visits with conversion sparkline in VisitsSummary overview
+- Add link under goal conversion to full goal reports (optional display)
+- Internationalization of all strings i18n
+- Provide documentation, screenshots, blog post + add screenshot and inline help in "Add a New Goal"
+- N/A% should be n/a
+- Way to test a URL against the regex
+- Test summary row works ok with subtables campaigns
+
+Known bugs
+- see bug described in http://forum.piwik.org/index.php?showtopic=150
+- Your top converting keyword include keyword without conversions?
+- The Goal total nb conversions should be sum of all goal conversions (wrong number when deleting a Goal)
+- After adding goal, the window should ideally refresh to the goal report page, and not to the dashboard
+- Outlink trailing slash is automatically deleted from the URL, there would be a problem when trying to exact match a URL with trailing slash
+- lines with 0 visits and no conversion should not appear
+
+Feature requests
+- need to clarify that goals are triggered once per visit max, but can be triggered multiple times by one unique visitor > need option to force only once per uniq visitor? (ie. e-commerce transaction)
+- GeoIp compatibility, archive goals by city, country? see archiveDayAggregateGoals
+- Goal conversions, revenue, etc. by hour
+- I would like to be able to plot conversions, for a given keyword/website, over the last N days/weeks/etc. See #534
+- when entering the regex to detect as a goal, we could query the piwik API for this regex and list all URLs that match the regex; allows for an easy debug/check that the regex is correct and will be triggererd when expected