Skip to content

Commit

Permalink
Update website/docs/docs/build/conversion-metrics.md
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Shaver <[email protected]>
  • Loading branch information
mirnawong1 and matthewshaver authored Jan 10, 2024
1 parent e348ea4 commit cfa6c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/docs/build/conversion-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ You now have a dataset where every conversion is connected to a visit event. To

### Step 4: Aggregate and calculate

Now that we’ve tied each conversion event to a visit, we can calculate the aggregated conversions and opportunities measures. Then we can join them to calculate the actual conversion rate. The SQL to calculate the conversion rate is as follows:
Now that you’ve tied each conversion event to a visit, you can calculate the aggregated conversions and opportunities measures. Then, you can join them to calculate the actual conversion rate. The SQL to calculate the conversion rate is as follows:

```sql
select
Expand Down

0 comments on commit cfa6c27

Please sign in to comment.