Get all custom variable values for each individual event action ( no grouping )

HI all,
Hoping someone can tell me how to get this done…
Is possible to get ( via the reporting API ) all the custom variable values on a per event action.
So each individual action will be expanded to have all the variables for that individual action that user did. Not a count of all the same variables under all events under that action name as i seem to be only be able to get a count of all the similair variables for all actions under the same action name.
I want to see the individual variables for each individual action the user did.

so it would be like

Results->
Individual Action ( has same name ) ->
-> Custom Var 1 Name & Value
-> Custom Var 2 Name & Value
-> Custom Var 3 Name & Value
Individual Action ( has same name ) ->
-> Custom Var 1 Name & Value
-> Custom Var 2 Name & Value
-> Custom Var 3 Name & Value
Individual Action ( has same name ) ->
-> Custom Var 1 Name & Value
-> Custom Var 2 Name & Value
-> Custom Var 3 Name & Value

at the moment i am getting
Results->
All Actions with same name ->
- -> Custom Var Name 1
----> Count of all with Value 1
----> Count of all with Value 2
- -> Custom Var Name 2
----> Count of all with Value 1
----> Count of all with Value 2

  • -> Custom Var Name 2
    ----> Count of all with Value 1
    ----> Count of all with Value 2

So i don’t want a count of them. I was the individual Values for each Individual Action event that was sent to piwik.

To get the individual values, you must use the Live API which returns the detailed list of actions for all visits: http://developer.piwik.org/api-reference#Live

Hi matthieu,

I do not seem to find an API reference called Live API? Has the name changed? I would really like to use this feature to get each individual action.

Thank you in advance

I think the current URL is Reporting API Reference: API Reference - Piwik Analytics - Developer Docs - v3