From 65621133c111df66889cce305db185547995f02f Mon Sep 17 00:00:00 2001 From: Brent Shreve <77312184+shreveasaurus@users.noreply.github.com> Date: Tue, 5 Dec 2023 12:29:06 -0500 Subject: [PATCH] Update README.md fix spacing which causes syntax error if copy and pasted into yml configuration --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 495f0efe..f492f464 100644 --- a/README.md +++ b/README.md @@ -235,7 +235,7 @@ Specific event names can be specified as conversions by setting the `conversion_ ``` vars: ga4: - conversion_events:['purchase','download'] + conversion_events: ['purchase','download'] ``` ### Session Attribution Lookback Window