Hi,
I have setup adobe analytics and Audience manager both the tools in a web property using DTM
In Audience Manager, I have selected the option "Integrate with analytics"
Also checked Adobe Analytics Module.
Following Code I have added :
// Audience manager sample DIL Code
var _scObj = s_gi(s_account);
var rDil = DIL.create({
partner : "<AAM PARTENER ID>",
uuidCookie:{
name:'aam_uuid',
days:30
},
visitorService: {
namespace: '<MARKETING CLOUD ID>'
}
});
DIL.modules.siteCatalyst.init(_scObj, rDil, {
names: ['pageName', 'channel', 'campaign', 'products', 'events', 'pe', 'referrer', 'server', 'purchaseID', 'zip', 'state'],
iteratedNames: [{
name: 'eVar',
maxIndex: 75
}, {
name: 'prop',
maxIndex: 75
}, {
name: 'pev',
maxIndex: 3
}, {
name: 'hier',
maxIndex: 4
}]
});
how to confirm whether integration has worked or not ?
Thanks