Skip to content

Commit 4a802cf

Browse files
authored
Merge pull request #230 from PostHog/tom/warehouse-deeplink-attribution
feat(data-warehouse): attribute deep-link handoffs to the wizard
2 parents 6c9632d + de41969 commit 4a802cf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

context/skills/data-warehouse-source/description.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ Process each detected source in turn.
6767

6868
1. `[STATUS] <label> needs browser setup`
6969
2. Build the URL from the project context in your prompt (PostHog Host + Project ID):
70-
`<host>/project/<projectId>/data-warehouse/new-source?kind=<kind>`
70+
`<host>/project/<projectId>/data-warehouse/new-source?kind=<kind>&utm_source=wizard&utm_campaign=warehouse-source`
71+
Keep the `utm_*` params exactly as written — they let PostHog attribute sources finished in the browser back to the wizard handoff.
7172
3. Tell the user to open that URL to finish connecting `<label>` (OAuth happens in the app). Include the URL in your report. Do not attempt credential collection.
7273

7374
### Non-interactive / CI

0 commit comments

Comments
 (0)