(...args)
| 403 | } |
| 404 | }, |
| 405 | |
| 406 | async trackActiveUser(clientId) { |
| 407 | try { |
| 408 | console.log('Tracking active user'); |
| 409 | |
| 410 | // Send a standard GA4 event for active users |
| 411 | // Using 'user_engagement' instead of 'first_visit' which is reserved |
| 412 | await this.sendGA4Event(clientId, 'user_engagement', { |
no outgoing calls
no test coverage detected