Is it necessary to assign a new prop variable to capture 'My account sign in' event?
I am working on the 'My account sign in' feature for a client's website. In DTM set up, it will be an event base rule tracking 'form submit'. I plan to use an eVar (e.g. eVar80) to record the region sub-domain where the 'My account sign in' (since the website has multiple regions' sub-domain) and an event variable (event 80) as a counter for the number of times the event happen. However, i am a bit hesitant to use a prop variable (prop80) to record the region sub domain, reasons are:
- It repeats the same information of eVar80
- # of prop variables are limited to 75 so it is precious resource.
Want to have some insights and opinions on this.