Skip to content

Commit

Permalink
Merge 906e956 into a0e9486
Browse files Browse the repository at this point in the history
  • Loading branch information
ejaffee01 committed Sep 25, 2023
2 parents a0e9486 + 906e956 commit b61468e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions test-site/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,11 @@ export function fireChatEvent() {

export function fireSearchEvent() {
analyticsProvider.report({
chat: undefined,
action: 'PRODUCT',
chat: null,
search: {
searchId: '1',
queryId: '1',
searchId: '11111111-1111-1111-1111-111111111111',
queryId: '11111111-1111-1111-1111-111111111111',
verticalKey: 'test-vertical-key',
isDirectAnswer: false,
versionLabel: 'PRODUCTION',
Expand Down

0 comments on commit b61468e

Please sign in to comment.