mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-13 08:15:21 +02:00
feat(lead-gen): register PostHog events for lead-gen surfaces
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
67ec161899
commit
10e17ea221
1 changed files with 10 additions and 0 deletions
|
|
@ -11,4 +11,14 @@ export const PostHogEvent = {
|
|||
SIGNED_IN: "signed_in",
|
||||
GITHUB_STAR_CLICKED: "github_star_clicked",
|
||||
SLACK_COMMUNITY_CLICKED: "slack_community_clicked",
|
||||
HIRE_EXPERT_OPENED: "hire_expert_opened",
|
||||
HIRE_EXPERT_SUBMITTED: "hire_expert_submitted",
|
||||
TOPUP_REQUEST_OPENED: "topup_request_opened",
|
||||
TOPUP_REQUESTED: "topup_requested",
|
||||
ENTERPRISE_LEAD_OPENED: "enterprise_lead_opened",
|
||||
ENTERPRISE_LEAD_SUBMITTED: "enterprise_lead_submitted",
|
||||
HIRE_NUDGE_SHOWN: "hire_nudge_shown",
|
||||
HIRE_NUDGE_CLICKED: "hire_nudge_clicked",
|
||||
HIRE_NUDGE_DISMISSED: "hire_nudge_dismissed",
|
||||
HIRE_NUDGE_EXPIRED: "hire_nudge_expired",
|
||||
} as const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue