Slider Analytics

Report on views and clicks for sliders.

1 Like

Hey there @Ted_Tanner and welcome to Elfsight family :wave:

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 :slightly_smiling_face:

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.

1 Like

Hi there and welcome to the Community @Laura_DesGranges :wave:

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 :slightly_smiling_face: