You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🪟 🔧 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
0 commit comments