Example Pricing Table: https://leomeasure.store/pricing/
Listener Code:
document.addEventListener('pointerdown', function(event) {
var subscribeButton = event.target.closest('.pricing-plan .wp-block-button a');
if(subscribeButton) {
dataLayer.push({
event: 'subscribe_course',
});
}
}
});