Hey guys,
has anyone managed to get the automatic click tracking of Target activities, played out through Web SDK, to work?
We are applying the "data-aep-click-label" label to our CTAs

The click is triggering a "decisioning.propositionInteract" call as it should, but we are constantly seeing this error in our dataset.
"The message cannot be validated due to the format error: #/_experience/decisioning/propositions/0/items/0/id: [1214107:12] is not a valid URI reference."
Now, looking at the schema, the field indeed requires a url-reference formatted string in events[0].xdm._experience.decisioning.propositions[0].items[0].id

but this is what the Web SDK is implicitly sending, so no changes from our end, and surely not a URL-style value.

Any idea whether this has to somehow be configured? As mentioned, all we do is add the label and Web SDK should do the rest.
Cheers from Switzerland!