Replace placeholders in label or URL also for tracking log
Hello
In the HTML-template of a delivery I have a placeholder in a label tag, like
_label="<%= targetData.mod1_cta_label %>
In a sent email the placeholder is replaced, but not in the tracking log, and so also not in the report “URLs and click streams”
Is there a way to also replace it in the tracking log?
I first thought, in would be a solution, but as far as I see, the solution there is only for replacing the string “<%= targetData.mod1_cta_label %>” with an other string, that is always the same for the same label placeholder.
But I want the same value that was sent out with the email and which for different recipients is different.
Michael