You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The **Enrichment Lift Measurement Module** allows publishers to evaluate the performance of User ID submodules by configuring and executing A/B tests. It offers several configuration options that enable publishers to:
16
+
17
+
- Route traffic to selected User ID submodules.
18
+
- Control where the A/B test configuration is stored.
19
+
- Specify how User ID submodules should be disabled.
20
+
21
+
Additionally, the module attaches the A/B group configuration to analytics labels for tracking and reporting.
22
+
23
+
## How It Works
24
+
25
+
1. The publisher initializes the module using `config.setConfig`.
26
+
2. When a user loads the page, the module determines which User ID submodules should participate in the test based on the configured percentages.
27
+
3. Submodules not selected for the test are disabled via activity controls, either during submodule initialization or at the enrichment level.
28
+
4. The A/B group configuration (enabled/disabled submodules) is saved in either `localStorage` or `sessionStorage`. (In `memory` mode, this step is skipped, and the configuration is recalculated on each page load.)
29
+
5. The A/B configuration is attached to analytics labels to enable performance tracking and analysis.
{% unless firstletter == "0" or firstletter == "1" or firstletter == "2" or firstletter == "3" or firstletter == "4" or firstletter == "5" or firstletter == "6" or firstletter == "7" or firstletter == "8" or firstletter == "9" or firstletter == "a" %}{% continue %}{% endunless %}
{% unless firstletter == "h" or firstletter == "i" or firstletter == "j" or firstletter == "k" or firstletter == "l" %}{% continue %}{% endunless %}
82
+
<li>
83
+
<ahref="{{ page.url }}">{{ page.title }}</a>
84
+
</li>
85
+
{% endfor %}
86
+
</ul>
51
87
52
-
<fontsize="-1">These are the bidder-specific keys that would be targeted within GAM in a Send-All-Bids scenario. GAM truncates keys to 20 characters.</font>
{% unless firstletter == "u" or firstletter == "v" or firstletter == "w" or firstletter == "x" or firstletter == "y" or firstletter == "z" %}{% continue %}{% endunless %}
0 commit comments