Merge pull request #1183 from Safelite/feature/humphries/INSR-9228

INSR-9928: Add forward_progress GA event on vehicle damage page
This commit is contained in:
AHumphriesSL 2026-04-13 13:54:22 -04:00 committed by GitHub
commit 32a6866658
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -487,6 +487,7 @@ export default {
logEvents() {
const vehicleString = this.mainStore.order.vehicle.make + '_' + this.mainStore.order.vehicle.model + '_' + this.mainStore.order.vehicle.style;
this.pushEventToGA("CAR SUBMISSION", this.mainStore.order.vehicle.year?.toString(), vehicleString, true, null, 0);
this.pushEventToGA('forward_progress', 'continue_clicked', 'vehicle_damage_2', true);
if (this.isWindshieldRepair) {
this.pushEventToGA("damage", "selected", "repair", true, null, null);