Page MenuHomePhabricator

add JS event triggers on enterprise dashboard signup
Closed, ResolvedPublic

Description

Need two events fired.

  1. 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