Ticket #2432 (closed New feature: fixed)
Track & Report on Custom Variables per page view
| Reported by: | matt | Owned by: | matt |
|---|---|---|---|
| Priority: | critical | Milestone: | 1.5 - Piwik 1.5 |
| Component: | Core | Keywords: | |
| Cc: | Sensitive: | no |
Description
We wish to track & report Custom Variables for each page view.
Currently Custom Variables tracking is bound to the visit, but it can be very useful to track custom values for each page, for example: category of the page, type of user visiting the page, etc.
This will also be used to track "Product / SKU / Category" views for Ecommerce shops, and then process the "Product Conversion rate" (page views/ Ecommerce orders containing this product) for each product (or category of products).
I expect a new set of API functions to get the top Page custom variables.
Also, tracking API (JS/PHP) setCustomVariable() / getCustomVariable() will have a new parameter "scope" (to stay consistent with google analytics).
