How do I integrate audience manager in DTM?
I'm trying to add the Audience Manager tool to DTM, and integrate it with Analytics. On the tool config, there's an option to select "Integrate with adobe analytics", but a notice that says I need to provide custom page code to initialize the integrated tool. I can't seem to find any documentation on how to do this, what's the best approach here? If analytics were using an old s_code.js type implementation, then I think initializing the integration would look something like this:
window.ustaDil = DIL.create({ ... //Sitecatalyst data collection var _scDilObj = s_gi('rsid'); DIL.modules.siteCatalyst.init(_scDilObj, window.ustaDil, { ...But in DTM I don't have direct access to either the s_gi function or the "s" object created from it. I tried passing the _satellite object as the first parameter to DIL.modules.siteCatalyst.init, but that didn't seem to do the trick either.