Skip to content

Commit

Permalink
added the originLevel3 to recommendation interface
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMilord committed Oct 4, 2024
1 parent 22fd9c4 commit adc833c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ export default class QuanticRecommendationInterface extends LightningElement {
analytics: {
analyticsMode: 'legacy',
originContext: this.analyticsOriginContext,
...(document.referrer && {
originLevel3: document.referrer.substring(0, 256),
}),
},
...rest,
},
Expand Down

0 comments on commit adc833c

Please sign in to comment.