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).
(In [4717]) Fixes #2434 Now Actions.get* and Goals.get* (which were the two API not supporting all segments) have full support of all segments + adding tests
Refs #2432
(In [4719]) Fixes #2432
Updated Custom Variables user doc and also updated Javascript Tracking of custom variables doc
(In [4732]) Refs #2432 Displaying Custom Variables per page in the tooltip on each page view in the visitor Log