Hi Everyone
We're using an integration of the AEP Web SDK via Tags. For a current requirement, it became necessary to send particular events to a different data set than the rest of the other basic web tracking events. Additionally, this data set also comes with a different schema.
Since one AEP data stream can be only attached to one particular data set, I thought about creating an additional data stream and then re-configure the alloy.js in the onBeforeEventSend command and some custom for just this particular event…however, even when I try locally I get the following issue:
[alloy] configure command was rejected. Error: Error: [alloy] The library has already been configured and may only be configured once
Is there any other way how this could potentially be achieved?