We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a7bd94 commit 9d23a20Copy full SHA for 9d23a20
dotcom-rendering/src/components/EnhanceAffiliateLinks.importable.tsx
@@ -93,7 +93,7 @@ export const EnhanceAffiliateLinks = () => {
93
const xcustValue = `referrer|${referrerDomain}|accountId|${skimlinksAccountId}${
94
abTestString ? `|abTestParticipations|${abTestString}` : ''
95
}${utmParamsString ? `|${utmParamsString}` : ''}${
96
- xcustComponentId ? `|component-id|${xcustComponentId}` : ''
+ xcustComponentId ? `|componentId|${xcustComponentId}` : ''
97
}`;
98
link.href = `${link.href}&xcust=${encodeURIComponent(
99
xcustValue,
0 commit comments