changed event action
This commit is contained in:
parent
e0a9835952
commit
4a0fd090f8
@ -111,7 +111,7 @@
|
|||||||
var values = form.getValues(),
|
var values = form.getValues(),
|
||||||
eventData = {
|
eventData = {
|
||||||
category: 'LinkedIn Form AutoFill',
|
category: 'LinkedIn Form AutoFill',
|
||||||
action: 'mktoForm_' + form.getId() + '-', // will automatically set dlv-action which we'll pass to form id to name mapper in event submit in GTM
|
action: 'mktoForm_' + form.getId() + ' [LinkedIn AutoFill]', // will automatically set dlv-action which we'll pass to form id to name mapper in event submit in GTM
|
||||||
label: [
|
label: [
|
||||||
values.Company,
|
values.Company,
|
||||||
values.Industry,
|
values.Industry,
|
||||||
|
Loading…
Reference in New Issue
Block a user