Skip to content

Commit

Permalink
Merge branch 'master' into KIT-2541-1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexprudhomme authored Sep 10, 2024
2 parents 39c6d4b + cb20ded commit 960814e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export default class QuanticCaseAssistInterface extends LightningElement {
caseAssistId: this.caseAssistId,
searchHub: this.searchHub,
analytics: {
analyticsMode: 'legacy',
...(document.referrer && {originLevel3: document.referrer}),
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ export default class QuanticInsightInterface extends LightningElement {
locale: LOCALE,
},
analytics: {
analyticsMode: 'legacy',
...(document.referrer && {originLevel3: document.referrer}),
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ export default class QuanticRecommendationInterface extends LightningElement {
locale: LOCALE,
timezone: TIMEZONE,
analytics: {
analyticsMode: 'legacy',
originContext: this.analyticsOriginContext,
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ export default class QuanticSearchInterface extends LightningElement {
timezone: TIMEZONE,
},
analytics: {
analyticsMode: 'legacy',
...(document.referrer && {originLevel3: document.referrer}),
},
},
Expand Down

0 comments on commit 960814e

Please sign in to comment.