Welcome to the Adobe Target Community! Connect with peers to ask questions, share best practices, explore release updates, and contribute ideas that shape the future of Adobe Target.
Récent
Is there any way to export any data from Adobe Recommendations into Excel? I would really love to download the front page overview into an excel file. Please advise!
How does Target calculate visitor-based metrics?
I want to track image or button which one is clicked the most on the page.I am choosing A/B..N CampaignCreating one experience and HTML Offer; inside the html offer is like this:(getting ids of the image and the button )<head><script>jQuery("img#INGimgTest").onclick = function(){advMXClick("image_click");};jQuery("img#INGbtnTest").onclick = function(){advMXClick("button_click");};var advMXClick = function(tag) { var sendMbox = function(name, value) { var d = document.createElement('div'); d.style.display = "none"; document.body.appendChild(d); mboxDefine(d, name, "clickPosition=" + value); var mboxes = mboxFactoryDefault.getMboxes(); for(var i = 0; i < mboxes.length; i++) { var Q = mboxes.F[i]; Q.setFetcher(new mboxAjaxFetcher()); Q.finalize(); }}); mboxUpdate(name, "clickPosition=" + (value||"click")); }; sendMbox(tag);}; </script></head>Then I am adding two success metrics 1-) click from ImgClick Test 2-) click
Hello,I'm trying to wrap my head around how to properly implement Click-Tracking within Test & Target (Advanced). As is typically the case, the team writing client-side code into the T&T interface is not the same team that produced the published site - which is to say they do not have access to the underlying source code. With that said, suppose I want to do a classic A/B Test where I wish to understand whether "30 Days Free" messaging has a higher click-through and conversion than "One Month Free". Each messaging option contains two buttons both labeled "Learn More" and "Buy Now".So I would setup a campaign where Experience A equals the default IT produced content (30 days Free) for half the traffic and Experience B (One Month Free) that represents the T&T inserted content to the other 50%. This document http://microsite.omniture.com/t2/help/en_US/tnt/help/index.html#Click_Tracking spells out how to do Click Tracking in T&T; however, there appears to be a few gaps
Where can I find information regarding Target's API?
Vous avez déjà un compte d'utilisateur ? Connexion
Pas encore de compte ? Créer un compte
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.