How to pass 'link name' in the collect call that automatically fires | Community
Skip to main content
New Participant
August 6, 2025
Question

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

  • August 6, 2025
  • 1 reply
  • 250 views

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

bjoern__koth
New Participant
August 6, 2025

Hi @kumarharsh ,

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!