We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b72c6d commit 60d4eccCopy full SHA for 60d4ecc
dotcom-rendering/src/components/EnhanceAffiliateLinks.importable.tsx
@@ -4,8 +4,9 @@ import { useBetaAB } from '../lib/useAB';
4
5
/**
6
* Add custom parameters to skimlink URLs:
7
- * - referrer
+ * - Referrer
8
* - Skimlinks account ID
9
+ * - AB test participations
10
*
11
* ## Why does this need to be an Island?
12
@@ -18,7 +19,7 @@ import { useBetaAB } from '../lib/useAB';
18
19
export const EnhanceAffiliateLinks = () => {
20
const abTests = useBetaAB();
21
- // Am I in a test at all?
22
+ // Get users server/client-side AB test participations
23
const abTestParticipations = abTests?.getParticipations();
24
25
// Reduce abTestParticipations to a comma-separated string
0 commit comments