How to trigger a tag after clicking on a button in Adobe Launch
Hi community,
My question might be a bit **bleep**, but I can't find a way to trigger a tag when a user clicks on a specific button on my page.
Case study:
When a user process an internal search on my website, he lands on a result page with 20 products.
By scrolling down to the bottom, he can click on a button "load more articles". This click adds an event in my datalayer with:
- componentID : SearchResults
- eventAction : pagechange
When a user click on this button/or when this event is fired in my datalayer, I want to fire a rule to save all the new products loaded.
Any solution here?
Thank you