The system triggers the DeviceRegistered event when an email address enters the database for the first time. This happens during the initial registration process, such as when you use the /registerEmail endpoint. Because the system uses the email address as the HWID value, the record remains the same for the life of that email in the database.
If a user uses a resubscribe form, the system updates their existing profile by changing the Unsubscribed Emails tag to false. This action does not trigger a new DeviceRegistered event because the email address is already present in the system.
Comments
0 comments
Please sign in to leave a comment.