INSR-9928: Add forward_progress GA event on vehicle damage page
This commit is contained in:
parent
e5318a947b
commit
568ecd3004
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue