@abi-software/mapintegratedvuer 1.3.4-isan.1 → 1.3.4-isan.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abi-software/mapintegratedvuer",
3
- "version": "1.3.4-isan.1",
3
+ "version": "1.3.4-isan.2",
4
4
  "license": "Apache-2.0",
5
5
  "scripts": {
6
6
  "serve": "vite --host --force",
@@ -123,6 +123,12 @@ export default {
123
123
  if (action.type == "Search") {
124
124
  if (action.filter) {
125
125
  this.openSearch([action.filter], action.term);
126
+ Tagging.sendEvent({
127
+ 'event': 'interaction_event',
128
+ 'event_name': 'portal_maps_action_filter',
129
+ 'category': action.term || 'filter',
130
+ 'location': 'map_location_pin'
131
+ });
126
132
  } else {
127
133
  this.openSearch([], action.term);
128
134
  // GA Tagging