Commit 20f452e
Add Koala identify tracking to newsletter signup flow (#1489)
* Add Koala identify tracking to newsletter signup
- Add rx.call_script to trigger ko.identify() after successful email validation
- Integrates with existing Koala pixel infrastructure
- Maintains existing newsletter signup functionality
- Returns both Koala identify call and success toast message
Co-Authored-By: Alek <[email protected]>
* Add error handling to Koala identify call
- Wrap ko.identify() in try-catch block to prevent script errors
- Ensures newsletter signup flow is never blocked by tracking failures
- Logs warning to console if Koala identify fails
- Maintains robust user experience with graceful degradation
Co-Authored-By: Alek <[email protected]>
* Add Koala identify tracking to pricing form submission
- Add rx.call_script to trigger ko.identify() after successful form validation
- Integrates with existing Koala pixel infrastructure
- Maintains existing pricing form functionality
- Uses same try-catch error handling pattern as newsletter signup
- Ensures form submission flow is never blocked by tracking failures
Co-Authored-By: Alek <[email protected]>
---------
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: Alek <[email protected]>1 parent 128e756 commit 20f452e
2 files changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
| 188 | + | |
| 189 | + | |
188 | 190 | | |
189 | 191 | | |
190 | 192 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
0 commit comments