Need two events fired.
- Fire this on successful signup form submit:
firstparty.track('Form Submitted', {
form: "Signup"
});And on db user creation (or however you guys do that) then fire this event:
firstparty.track('User Signup', {});Note only payload is the form name and an empty event for user... not tracking any PII