Hello,
I need to control when to stitch the SDID parameter between Target and Adobe Analytics (A4T) based on user consent. I've seen in this link that I can do that by doing this:
window.targetGlobalSettings = {
analyticsLogging: "client_side"
};
Although this only works from version 2.1 and up.
How can I achieve the same result in prior versions? I'm using at.js v1.8.2 via the Adobe Target Launch extension (not the v2)