awronka / Angular2Piwik

a wrapper to easily access piwik from inside your angular 2 application
MIT License
9 stars 10 forks source link

How to send custom variables on click of button with button click event? #2

Open aashishvyas opened 7 years ago

aashishvyas commented 7 years ago

configPiwikTracker.setCustomVariable('mobile_no','0','9999999999');

have done this on btn click code but how to send this data along with click event to piwik portal