Send a consistent event name to GTM (#222)
parent
68b2fccbc0
commit
5f37442cbe
|
@ -44,7 +44,7 @@ export default ({ category, action, label, value, nonInteraction }) => {
|
||||||
// Google Tag Manager
|
// Google Tag Manager
|
||||||
window.dataLayer = window.dataLayer || [];
|
window.dataLayer = window.dataLayer || [];
|
||||||
window.dataLayer.push({
|
window.dataLayer.push({
|
||||||
event: `${category} ${action}`,
|
event: 'nginx_tool',
|
||||||
category,
|
category,
|
||||||
action,
|
action,
|
||||||
label,
|
label,
|
||||||
|
|
Loading…
Reference in New Issue