diff --git a/src/layouts/service-location/shop-question/shop-question.vue b/src/layouts/service-location/shop-question/shop-question.vue index 08509eb40..a15d8bb0b 100644 --- a/src/layouts/service-location/shop-question/shop-question.vue +++ b/src/layouts/service-location/shop-question/shop-question.vue @@ -182,7 +182,7 @@ export default { this.pushEventToGA( this.GaCategories.SERVICE_LOCATION, gaAction, - shops.join("/"), + shops.join(","), true ); }