Skip to content

Commit 7150c44

Browse files
authored
feat(Tracking): add search id param to userclick data
add optional search_id param to userclick data
1 parent b9bec61 commit 7150c44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/tracking/src/events/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ export type UserClickData = UserSharedData & {
182182
course_progress?: number;
183183
assessment_id?: string;
184184
container_slugs?: string[];
185+
search_id?: string;
185186
};
186187

187188
/**

0 commit comments

Comments
 (0)