Skip to content

Commit f66e3a4

Browse files
authored
[ci rerun-skip] Personalization Experiment Exposure Update (#1210)
1 parent a5837df commit f66e3a4

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed
Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
11
[experiment]
2-
sample_size = 50
2+
sample_size = 50
3+
4+
[experiment.exposure_signal]
5+
name = "first_content_click"
6+
friendly_name = "First Click on any content"
7+
description = "Clients Click on any content at least once"
8+
data_source = "newtab_visits_pocket_interactions"
9+
select_expression = "COALESCE(pocket_interactions.pocket_clicks, 0) > 0"
10+
window_end = "analysis_window_end"

0 commit comments

Comments
 (0)