diff --git a/src/layouts/vehicle-damage/vehicle-damage.vue b/src/layouts/vehicle-damage/vehicle-damage.vue index 9833cdcd..42ae3603 100644 --- a/src/layouts/vehicle-damage/vehicle-damage.vue +++ b/src/layouts/vehicle-damage/vehicle-damage.vue @@ -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);