inboundnow / retired-leads

Track visitor activity, capture and manage incoming leads, and send collected emails to your email service provider for WordPress
http://www.inboundnow.com/leads/
11 stars 3 forks source link

Events DB table #143

Closed atwellpub closed 8 years ago

atwellpub commented 9 years ago

All actions are currently stored as post meta data inside the user profile. I would like to see us migrate our 'Activity' into it's own table. This will make it easier to discover action data by either content id or lead id rather than lead id alone.

For example, if a form submission was stored in it's own table with a lead id and a page id associated to it then we would be able to easily discover all submissions related to a piece of content. We could also use metrics like datetime and event type to run more advanced reports than currently available with the current system.

This issue is not priority, but it is something that will improve our data archetecture in the future. It should not be hard to implement either. Data migration to the new system would be the hardest part of implementation.