Automattic / pocket-casts-android

Pocket Casts Android 🎧
Mozilla Public License 2.0
2.53k stars 209 forks source link

Add `chapter_link_clicked` event #2396

Closed mebarbosa closed 1 week ago

mebarbosa commented 1 week ago

Description

Fixes #2374

Testing Instructions

  1. Log with a premium account
  2. Go to a podcast that has chapters, such as The Changelog: Software Development, Open Source
  3. Open the Chapters tab
  4. Tap on the chapter URL link icon (see screenshot below)
  5. ✅ Ensure 🔵 Tracked: chapter_link_clicked, Properties: {"chapter_title":"name","episode_uuid":"uuid","podcast_uuid": "uuid"
  6. Go to the podcast page
  7. Tap on an episode to open the episode detail screen
  8. Go to Chapters tab
  9. ✅ Ensure 🔵 Tracked: chapter_link_clicked, Properties: {"chapter_title":"name","episode_uuid":"uuid","podcast_uuid": "uuid"

Screenshots or Screencast

Chapter link

Checklist

I have tested any UI changes...