Hi Kyle, this can be achieved by using trackEvent function if you are using AT.js (you can use mboxUpdate() in case of mobx.js).How to use trackEvent is defined here: at.js Functions Steps:1. In your offer code, bind the click event of specific selector using jQuery code:$('.xyz').click(function(eve...