Skip to content

Commit

Permalink
Update id_lift_measurement.html
Browse files Browse the repository at this point in the history
  • Loading branch information
patmmccann authored Dec 12, 2024
1 parent f197c0a commit 5a65b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrationExamples/gpt/id_lift_measurement.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ <h3>Instructions</h3>
<li>Filter by combinations of `t1` (treatment) and `t0` (control) for each ID module (e.g., `id1:t1`, `id1:t0`).</li>
<li>Compare performance metrics (eg Impressions, Revenue) for the `t1` vs. `t0` values.</li>
<li>Calculate lift for each module using the formula:
<pre>Lift (%) = ((Treatment Metric - Control Metric) / Control Metric) * 100</pre>
<pre>Lift (%) = ((Treatment Metric / Treatment Rate - Control Metric / Control Rate) / (Control Metric / Control Rate)) * 100</pre>
Replace "Metric" with the relevant performance metric.
</li>
</ul>
Expand Down

0 comments on commit 5a65b0b

Please sign in to comment.