ga defect
This commit is contained in:
parent
e04979829a
commit
e83710fb02
3 changed files with 12 additions and 15 deletions
|
|
@ -152,11 +152,10 @@ export default {
|
||||||
},
|
},
|
||||||
attachCustomEvents() {
|
attachCustomEvents() {
|
||||||
this.prependActionToMethod(this, this.forwardButtonAction, () => {
|
this.prependActionToMethod(this, this.forwardButtonAction, () => {
|
||||||
const self = this;
|
this.pushEventToGA(
|
||||||
self.pushEventToGA(
|
this.$route.query[this.queryStrings.FMG_PAGE],
|
||||||
self.$route.query[self.queryStrings.FMG_PAGE],
|
this.GaActions.SUBMITTED,
|
||||||
self.GaActions.SUBMITTED,
|
this.GaLabels.ADDRESS_LOOKUP,
|
||||||
self.GaLabels.ADDRESS_LOOKUP,
|
|
||||||
true
|
true
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
|
||||||
|
|
@ -229,11 +229,10 @@ export default {
|
||||||
},
|
},
|
||||||
attachCustomEvents() {
|
attachCustomEvents() {
|
||||||
this.prependActionToMethod(this, this.forwardButtonAction, () => {
|
this.prependActionToMethod(this, this.forwardButtonAction, () => {
|
||||||
const self = this;
|
this.pushEventToGA(
|
||||||
self.pushEventToGA(
|
this.$route.query[this.queryStrings.FMG_PAGE],
|
||||||
self.$route.query[self.queryStrings.FMG_PAGE],
|
this.GaActions.SUBMITTED,
|
||||||
self.GaActions.SUBMITTED,
|
this.GaLabels.LICENSE_PLATE_LOOKUP,
|
||||||
self.GaLabels.LICENSE_PLATE_LOOKUP,
|
|
||||||
true
|
true
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
|
||||||
|
|
@ -277,11 +277,10 @@ export default {
|
||||||
},
|
},
|
||||||
attachCustomEvents() {
|
attachCustomEvents() {
|
||||||
this.prependActionToMethod(this, this.forwardButtonAction, () => {
|
this.prependActionToMethod(this, this.forwardButtonAction, () => {
|
||||||
const self = this;
|
this.pushEventToGA(
|
||||||
self.pushEventToGA(
|
this.$route.query[this.queryStrings.FMG_PAGE],
|
||||||
self.$route.query[self.queryStrings.FMG_PAGE],
|
this.GaActions.SUBMITTED,
|
||||||
self.GaActions.SUBMITTED,
|
this.GaLabels.VIN_LOOKUP,
|
||||||
self.GaLabels.VIN_LOOKUP,
|
|
||||||
true
|
true
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue