Set Data Source over DIL implementation
Hi all,
I have tried to set the data source over the DIL so that it does not end up in the "Online Datasource" generic data source. For pixel tracking I would use "d_src" as a query parameter before submitting the signal. That's why assumed that adding the following line would already solve this problem. Nevertheless it does not work for me, now the signals are completely lost.
adobeDIL.api.customQueryParams({ d_src: "12345678" });
adobeDIL.api.signals({ c_a : "1"}).submit();
Any idea how to do that, or what I assumed wrong?
Thanks,
Konstantin