Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards

How to pass 'link name' in the collect call that automatically fires

Avatar

Level 1

Hello.. I wanted to check if there is a way to pass 'link name' in the collect call that automatically fires (with event type as 'decisioning.propositionInteract') when someone interacts with a Target banner provided Conversion (click) is set in Goal Setting.


There are scenarios where we can have more than 1 link on the Target banner and we need to know which of the links was clicked when analyzing Proposition Interact Call.

1 Reply

Avatar

Community Advisor

Hi @kumarh59956243 ,

can you describe how you would like to make this usable/accessible in Target?


In Web SDK, you can hook into the "on before event send" callback.

There you can for instance set payload you desire in the data.__adobe.target section of your request. It really comes down to what you want to do with it.

 

More on this here.

Cheers from Switzerland!