Report on views and clicks for sliders.
Hey there @Ted_Tanner and welcome to Elfsight family
Glad to say that you can check views statistics right from the dashboard:
As for the Slider clicks, could you please specify what clicks you’d like to track? Is it clicks on arrows, buttons, or maybe slider images? Any info would be highly appreciated
What about clicks/views for individual slides within a slider? By clicks, I would be looking for the number of times the button (call-to-action) was clicked on each individual slide.
Hi there and welcome to the Community @Laura_DesGranges
Sure, you can do this using our Google Analytics code. Just add this part to your website’s header:
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-ID"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-ID');
</script>
And this part should be added to the Custom JS field on the Advanced tab of your widget’s settings.
Please check it out and let me know if it helped