Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🪟 🔧 Add isCorporate to Airbyte.UI.User.Create (#22137)
* 🪟 🔧 Add isCorporate to Airbyte.UI.User.Create We use this event to track conversions across paid channels such as Google Ads. Since we are only interested in corporate signups, we only want to track a successful conversion in those cases. Previously, we only added the `isCorporate` flag on `.identify()` but we need this info also in `.track('Airbyte.UI.User.Create')` Context: https://docs.google.com/document/d/13JbXLgAEVQmMoCBOPdDzAKpzwvqGclMcGSdA3bQ5KYQ/edit?disco=AAAAofb14Pg * code style suggestion
- Loading branch information