Hi Julien,I have checked that section, I don't see anything there when I
opened the webpage.The steps that I have followed are :I have added GA
account Identifier in _setAccount method of scriptAdded the below code
in custom code section of both the activities of AB Testing.var _gaq = _gaq || [];_gaq.push(['_setAccount',
'UA-#######-1']);try { if (typeof(s_tnt) == 'undefined') { var s_tnt =
''; } if (typeof(_gaq) == 'undefined') { var _gaq = []; } s_tnt +=
'${campaign.id}:${campaign.recipe.id}:${campaign.recipe.trafficType},';
var sCampaignName = '${campaign.name}'; var sRecipeName =
'${campaign.recipe.name}'; if (sCampaignName.length > 0 &&
sRecipeName.length > 0) { _gaq.push(['_setCustomVar',1,'Target:' +
sCampaignName,sRecipeName,1]); _gaq.push(['_trackEvent','Adobe
Target',sCampaignName,sRecipeName,undefined,true]);
}}catch(e){console.log(e.message);}Have I followed the correct
steps ?Thanks