Feature feedback capture
Goal
Setup
In the dashboard
In the app (engineering hand-off)
val count = currentCount + 1 amply.setCustomProperty("new_section_usage_count", count) amply.track("NewSectionUsed", mapOf("usage_count" to count))amply.track("NewSectionFeedback", mapOf("answer" to "love_it")) amply.setCustomProperty("new_section_feedback_given", true)
How it runs
Metrics to watch
Related
Last updated