INSR-9928: Add forward_progress GA event on vehicle damage page

This commit is contained in:
Alex Humphries 2026-04-13 11:23:04 -04:00
parent e5318a947b
commit 568ecd3004

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);