how to track custom eVar/prop
Hi,
I have integrated the appMeasurement.js and now my site is subject to tracking for all the default properties (visits, pagename and so on). Now I want to track a custom variable so i have added the following code inside the onclick function of a button:
s.eVar10="hello"; s.prop10="1";s.t(); The desired is to see a graph that reports the number of times the button has been clicked.
Unfortunately, I'm not able to find any graph for this purpose, if someone can help me it would be really appreciated.
Maybe the custom variables must be manually defined inside the workspace to start the tracking?
thanks in advance