mirror of
https://github.com/digitalocean/nginxconfig.io
synced 2024-11-10 04:24:12 +00:00
Send a consistent event name to GTM (#222)
This commit is contained in:
parent
68b2fccbc0
commit
5f37442cbe
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ export default ({ category, action, label, value, nonInteraction }) => {
|
|||
// Google Tag Manager
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
window.dataLayer.push({
|
||||
event: `${category} ${action}`,
|
||||
event: 'nginx_tool',
|
||||
category,
|
||||
action,
|
||||
label,
|
||||
|
|
Loading…
Reference in a new issue