Skip to content
This repository has been archived by the owner on Aug 15, 2019. It is now read-only.

Releases: howdyai/botmetrics

v0.4

05 Jan 00:04
Compare
Choose a tag to compare

Features

  • Ability to create funnels to show conversion #68
  • Ability to analyze paths taken by customers at various points of the conversation: #78, #79, #80, #81
  • Ability to track links shared by bot to users #72

Enhancements

  • Show profile pics for users in insights/notifications #71, #74
  • Faster retention and insight queries #70

Bug Fixes

  • Only show enabled dashboards in insights/path analysis #75
  • Handle null events correctly during event ingestion #76
  • Return 404 correctly if dashboard is not found #69
  • Redirect to enabled bot when signing in #73

v0.3

05 Dec 05:00
Compare
Choose a tag to compare

Features

  • Ability to update credentials for Facebook and Kik bots #48
  • Ability to delete bots #49
  • Notifications for Kik #53
  • User Enrichment API #57
  • Asynchronous loading of individual dashboards in dashboards page which leads to faster page loads #60
  • MUCH MUCH Faster dashboards #65
  • MUCH MUCH Faster Retention Analysis #66
  • MUCH MUCH Faster Queries on Insights #67

Enhancements

  • More robust handling of Notifications UI (fallbacks for when corporate IT departments block websockets) #54
  • Simplified Facebook Event Types -- making it easier to query for events #61
  • Simplified Kik Event Types -- making it easier to query for events #62
  • Switch to Postgres 9.5 as required database #63
  • Add user-added as an event type -- making it easier to query events #64

Bug Fixes

  • Show proper error message when notification is scheduled for the past #50
  • Set required fields to true in forms for creating notifications #55
  • Set timezone to GMT if no timezone is set #56
  • No email reports for bots that have been disabled #58
  • chat_id can be null for Kik events #59

v0.2

09 Nov 22:07
Compare
Choose a tag to compare

Features

  • Support for Dockerization of Botmetrics #20
  • Rich & Custom Dashboards now available in insights & notifications #27 & #28
  • Integration with Convox: Easy deployment to AWS #29 & #30
  • Support for hourly view for dashboards #33
  • Support for Retention Analysis #38
  • Support for tracking Facebook Referral Params #46
  • Support for deleting custom dashboards from view #47

Enhancements

  • Support for updating page access tokens/API Keys for Facebook & Kik bots #48
  • Updated to Rails 4.2.7.1 #23

Bugfixes

  • When growth rate is infinite, nothing is dispayed #25