Skip to content

Commit

Permalink
gtm data layer event tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
matikin9 committed Aug 23, 2024
1 parent ba3dfc6 commit 7ef633b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ function handleServiceClick(e) {
break;
}

dataLayer.push({'service-status': serviceSelected + '|' + statusSelected});
updateView();
}

Expand Down Expand Up @@ -350,6 +351,7 @@ function handleStatusClick(e) {
break;
}

dataLayer.push({'service-status': serviceSelected + '|' + statusSelected});
updateView();
}

Expand Down

0 comments on commit 7ef633b

Please sign in to comment.