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

API: getProcessedReport metadata API new parameter showRawMetrics to return all raw metrics #3585

Closed
mattab opened this issue Nov 30, 2012 · 1 comment
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
Milestone

Comments

@mattab
Copy link
Member

mattab commented Nov 30, 2012

Requested by Gregor as it's needed for advanced datavis such as: #1652

This would return new metrics such as: Goals metrics, bounce count, sum time spent on site.

Example returned dataset:

<reportData>
        <row>
            <label>France</label>
            <nb_uniq_visitors>1</nb_uniq_visitors>
            <nb_visits>1</nb_visits>
            <nb_actions>1</nb_actions>
            <max_actions>1</max_actions>
            <sum_visit_length>1086</sum_visit_length>
            <bounce_count>1</bounce_count>
            <goals>
                <row idgoal='3'>
                    <nb_conversions>1</nb_conversions>
                    <nb_visits_converted>1</nb_visits_converted>
                    <revenue>42.26</revenue>
                </row>
            </goals>
            <nb_conversions>1</nb_conversions>
            <revenue>$ 42.26</revenue>
            <nb_actions_per_visit>1</nb_actions_per_visit>
            <avg_time_on_site>00:18:06</avg_time_on_site>
            <bounce_rate>100%</bounce_rate>
        </row>
    </reportData>


@mattab
Copy link
Member Author

mattab commented Nov 30, 2012

(In [7558]) Fixes #3585 New parameter showRawMetrics and updated tests

@mattab mattab added this to the 1.10 - Piwik 1.10 milestone Jul 8, 2014
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.
Projects
None yet
Development

No branches or pull requests

1 participant