This ticket lists all doc updates we will make to FAQ/docs when 1.2 is released.
#2015 FAQ update and possibly config setting rename
IMPORTANT: advertise clearly that piwik_log is now deprecated. Remove legacy doc page from the website. Advertise this in changelog + blog post.
Also mention the following deprecated:
#1984 Documentation needed for Custom variables JS API
Also, nice to have: a doc page with a use case/example, and screenshot for this new feature.
piwik_log is not deprecated anymore, good news.
Left to do:
Put Custom Variables doc in http://piwik.org/docs/javascript-tracking/#toc-custom-variables - any feedback?
One more FAQ to update: http://piwik.org/faq/new-to-piwik/#faq_104
About sub domains / multiple websites tracking. We should explain the cookie requirements in a sentence or link to the JS doc (which will explain in more details each function)
I updated the Analytics API page: http://piwik.org/docs/analytics-api/reference/ with the new segment doc in: http://piwik.org/docs/analytics-api/segmentation/
Problem is that the demo is down at the moment unfortunately. I asked for reboot...
I've updated http://piwik.org/docs/javascript-tracking/ with all the API changes, and fixed some typos/formatting issues.
FAQ was updated http://piwik.org/faq/new-to-piwik/#faq_104
which is now pointing to the new Cookie configuration doc: http://piwik.org/docs/javascript-tracking/#toc-cookies-configuration-for-domains-and-sub-domains
Also the list of functions and parameters at the bottom was updated.
Btw, would there be any way to generate the JS API page of the piwik.js object using phpdoc? It would be cool to have auto generated documentation for the public functions
there's jstophpdoc to convert to phpdoc format, and jsdoc. I.ll look into this after my code tweaks.
OK sounds good vipsoft!!
Added user doc for Custom Variables: http://piwik.org/docs/custom-variables/
Any feedback most welcome!!
I think appart from a few notices in the changelog, all user doc has been created & updated, good stuff