sourcegraph / cody

Type less, code more: Cody is an AI code assistant that uses advanced search and codebase context to help you write and fix code.
https://cody.dev
Apache License 2.0
2.73k stars 298 forks source link

Implement Cody new user email flow v1 #954

Closed chenkc805 closed 9 months ago

chenkc805 commented 1 year ago

Spec: https://docs.google.com/document/d/1d3AsJeAB3AuUwAUTvvMzwKVQeVniX1Q06LPCBna5BbU/edit#heading=h.tj5jdkcsnrl5

### Tasks
- [ ] https://github.com/sourcegraph/cody/issues/1008
- [x] send a new event 000020156310 VSCodyInstall to HubSpot every time the user installs the VS Code extension.
- [x] [add a new boolean property VSCodyEmailCampaignEnabled under ContactProperties to HubSpot. This will be controlled by a rollout feature flag.](https://github.com/sourcegraph/sourcegraph/pull/56669)
- [ ] Create telemetry requirements for Cody new user email flow
- [ ] https://github.com/sourcegraph/sourcegraph/pull/56669
chenkc805 commented 1 year ago

Next steps:

If all look good, let's target a ship date of 9/13. Thanks all

chenkc805 commented 1 year ago

Lower priority than #632 and #958

chenkc805 commented 1 year ago

PR here: https://github.com/sourcegraph/sourcegraph/pull/56669

chenkc805 commented 1 year ago

Still working on getting telemetry for you @thenamankumar . Will hopefully have by EOD today

chenkc805 commented 1 year ago

Apologies for the delay, here's the event: https://docs.google.com/document/d/1d3AsJeAB3AuUwAUTvvMzwKVQeVniX1Q06LPCBna5BbU/edit?disco=AAAA4am5Ork

I'm still working on understanding the email events we send from Hubspot, but that can be a fast follow. Let's start with the enrollment event as that's the most important thing.

chenkc805 commented 1 year ago

@thenamankumar what's blocking us here?

vdavid commented 11 months ago

This is launched for JetBrains but not for VS Code. @thenamankumar, any ideas how we could make this work for VS Code?

github-actions[bot] commented 9 months ago

This issue is marked as stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed automatically in 5 days.

thenamankumar commented 9 months ago

@vdavid as far as I remember, there was some issue receiving events from VS Code. If we are receiving events from VS Code in Hub Spot then there should not be any blockers.

chenkc805 commented 9 months ago

Closing as defunct.