You will be redirected to the Android app in a moment or click here if the download doesn’t start.
Note: Available for Android devices only. For more information on how to install an APK, please check with your device manufacturer’s website.
document.getElementById('download-app').addEventListener('click', function() {
var buttonUrl = this.querySelector('a').href; // Capture the URL of the button
gtag('event', 'download_click', {
'event_category': 'Watu App Download',
'event_label': buttonUrl, // Include the URL in the event data
});
});