@tooyoo wrote:
Hello everybody,
I am currently trying to convert events sent form the website into pageview. We have a form that has multiple steps (intro, personal, profile, signup) but the URL is the same throughout the process.
The developers programmed an event at each step change, and I would like to convert the event into a pageview with the Tag Manager.
The event looks like this (the step the user is at is stored in the “step-id” attribute):{
“event”: “Wizard LPA”,
“action”: “navigate”,
“step-id”: “personal”,
“gtm.uniqueEventId”: 7
}The problem I have concern the “Custom Event” trigger, I can only filter the incoming events by name, in my case “Wizard LPA”, but this is not sufficient because it’s the same across the process; only the “step-id” change.
Is there a way to create event based on something else than the event name or should I find another way to create my events?
Thanks in advance for your help
Posts: 1
Participants: 1