Hi Togehter,
maybe someone can help me. Actually, I have for a link a class with two different informations
As an example, it looks like this:
<div class="text">
<h3 class="title">test</h3>
<div class="subtitle">one</div>
</div>
Actually, the Link tracking works correctly but in Analytics, the link Id is the combination of both class, so that the Link -ID in this case is "test one".
But I want only "test" as a Link ID and not both.
Do you have any ideas how I can solve this issue?
Thank you