-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Finish the Goal Tracking plugin #774
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
Comments
(In [1201]) refs #774 goal tracking todo list - |
Now your talking, that's some sexy tracking. Now to map it out in Piwik :D |
See also use case in: http://forum.piwik.org/index.php?showtopic=1736 |
That's a better fit for #220. |
From forum post, should multiple goals in the same visit be aggregated/summed? |
multiple triggers of the same goal by a visitor should not trigger multiple conversions. In a future version, we could have this as a setting where a goal could be triggered multiple times by a same visitor. |
(In [2125]) Refs #774 fixing tooltip for "Conversions" |
(In [2204]) Refs #774 conversions display as expected on Overview tab also after clicking a specific goal report |
(In [2248]) Refs #774 |
(In [2251]) Refs #774 After adding goal, the window should ideally refresh to the goal report page |
(In [2253]) Refs #774 |
(In [2303]) Refs #774
|
(In [2307]) Refs #774
|
(In [2308]) Refs #774
|
(In [2309]) Refs #774
|
(In [2319]) Refs #774 minor edits |
(In [2320]) Refs #774
|
(In [2321]) Refs #774
|
(In [2322]) Refs #774
|
Replying to matt:
your check for 0 values in [2320] has broken the complete archieving for blob values. Changing the code like this should fix it:
|
(In [2325]) Fixes #774
|
(In [2326]) Refs #774 Adding a 'cancel' link below the add/edit Goals forms (to restore screen state previous to click) |
See #1434 for the ticket keeping track of feature ideas for the Goals plugin. |
(In [2356]) Refs #774
|
(In [2683]) refs #774 - goals enabled by default |
UPDATE: Goal tracking plugin is available as stable release in Piwik 0.6.3.
Documentation available at http://piwik.org/docs/tracking-goals-web-analytics/
New feature requests on the Goals plugin are tracked in a new ticket: #1434
The goal tracking plugin is currently in beta version, but there are many sub tasks to finish before releasing the plugin in stable stage; all the TODOs can be found in the release notes file.
Some highlights:
add a new function in the piwik.js public API to trigger a goal + corresponding code to add in the core/Tracker/*.php, so that users can trigger a goal on demand, with a custom parameter revenue; currently only goals matching URLs can be triggered in the piwik.php tracking by defining goals as such in the Piwik UI, but many users wish to trigger goals on demand - for example to trigger ecommerce transactions with custom revenue.see add javascript API to trigger a goal trackGoal #778Check out the detailed list of TODOs.
if anybody would like to help, please let us know in a comment :)
The text was updated successfully, but these errors were encountered: