Merged in feat/LOY-490-cleanup-profiling-consent (pull request #3237)
Feat/LOY-490 cleanup profiling consent * chore(LOY-490): cleanup accordion * xhore(LOY-490): cleanup signup * fix(LOY-490): use correct tokens * fi(LOY-490): change button to correct color * fix(LOY-490): switch deprecated Link Approved-by: Chuma Mcphoy (We Ahead)
This commit is contained in:
@@ -4,11 +4,7 @@ import type { TrackingSDKPageData } from "@scandic-hotels/tracking/types"
|
||||
|
||||
interface trackLinkClickProps {
|
||||
position: "modal" | "banner" | "signup" | "profile"
|
||||
name:
|
||||
| "learn more about how we process your data"
|
||||
| "edit preference in my profile"
|
||||
| "manage profiling consent"
|
||||
| "read more about personalization at scandic"
|
||||
name: string
|
||||
}
|
||||
export function trackLinkClick({ position, name }: trackLinkClickProps) {
|
||||
trackEvent({
|
||||
|
||||
Reference in New Issue
Block a user