As per help documentation provided by adobe How eVars work in Adobe Analytics, Success events and eVars are frequently defined in different image requests. is it possible to capture only success event with out associating it with any evar?
Reason: we would like to ask this because we are running out of evars and would like to capture user interaction through success events only and in reports we still want to get count of interaction user has performed on the website.
For Ex: On our website, we have contact-us form where in user submits the request for contact us, here we would like to capture how many users have submitted the contact-us form. Count is enough in the reports which will give us the exact thing we want.
here event = ContactUssubmitted
We also know in workspace, if we use ContactUssubmitted as dimension, it will show All Visits Metirc by default and it gives the count as below
| All Visits
|
---|
Metric | 56 |
ContactUssubmitted | 56 |
and if we use ContactUssubmitted as metirc, by default it will use day as dimension as below
| ContactUssubmitted |
---|
Day | 56 |
1 Oct, 2019 | 25 |
2 Oct, 2019 | 15 |
3 Oct, 2019 | 16 |