Skip to content

Commit 62f598a

Browse files
feat: submit visitor_id with nomination form
Include the persistent OpenPanel visitor UUID (from localStorage) in the nomination payload for attribution tracking. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 37efb5b commit 62f598a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/NominationForm.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ export default function NominationForm() {
104104
website: hpField?.value || undefined,
105105
turnstile_token: token,
106106
form_loaded_at: formLoadedAt.current,
107+
visitor_id: (window as any).__oseVisitorId || undefined,
107108
};
108109

109110
try {

0 commit comments

Comments
 (0)