Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
SOLVED

Capturing Clicked Button Text into eVar4 Using Adobe Experience Platform Web SDK schema

Avatar

Level 2

Hello Adobe Community,

I am currently implementing the Adobe Experience Platform Web SDK on my website and facing a challenge. I need to capture the text from any button that a user clicks and store this text into the eVar4 variable. Please do refer attached screenshots for reference.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor and Adobe Champion

Hi @Esakkidevi 

 

Assuming that your core click rule is attached to buttons, you may want to have a look at Jim Gordon's cheat sheet

https://jimalytics.com/wp-content/uploads/2017/11/Adobe-Launch-Cheat-Sheet.pdf

 

In your eVar4, you can then just use the percent placeholder syntax e.g.,  %this.@cleanText%

bjoern__koth_0-1742560713290.png

 

Cheers from Switzerland!


View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor and Adobe Champion

Hi @Esakkidevi 

 

Assuming that your core click rule is attached to buttons, you may want to have a look at Jim Gordon's cheat sheet

https://jimalytics.com/wp-content/uploads/2017/11/Adobe-Launch-Cheat-Sheet.pdf

 

In your eVar4, you can then just use the percent placeholder syntax e.g.,  %this.@cleanText%

bjoern__koth_0-1742560713290.png

 

Cheers from Switzerland!


Avatar

Level 2

Hi @bjoern__koth ,

Thankyou for the reply, your suggestion was spot on and incredibly helpful. I've successfully implemented your advice, and it's working perfectly!