Skip to content

Commit

Permalink
Update demos/marketing-analysis.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: IrisWan <[email protected]>
Signed-off-by: emile-00 <[email protected]>
  • Loading branch information
emile-00 and WanYixian authored Dec 20, 2024
1 parent 9d032e0 commit 559626e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/marketing-analysis.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ SELECT * FROM channel_attribution LIMIT 5;

The `ab_test_results` materialized view analyzes the results of the A/B test over 1-hour time windows. A multi-way join is used to retrieve campaign details and details on the test variations.

This materialized views allows you to evaluate the A/B test and determine which test variant performed best. From there, you can make more informed decisions on which marketing campaign to move forward with.
This materialized view allows you to evaluate the A/B test and determine which test variant performed best. From there, you can make more informed decisions on which marketing campaign to move forward with.

```sql
CREATE MATERIALIZED VIEW ab_test_results AS
Expand Down

0 comments on commit 559626e

Please sign in to comment.