0

I'm looking to extract a list of email addresses belonging to users who clicked a specific link in a MoonMail email campaign. Is this possible? The documentation only states there's an incrementClickCount function, but doesn't describe individual tracking or filtering. The same happens with opens.

alexandresaiz
  • 2,678
  • 7
  • 29
  • 40
Dxx
  • 934
  • 2
  • 11
  • 41

1 Answers1

1

The function saveClicks stores the information about a link click in Clicks DynamoDB table. It contains campaignId, linkId and recipientId (which is the Base64 representation of the email)

davids
  • 6,259
  • 3
  • 29
  • 50