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.
Recently active
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!
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
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'd like to capture a form field value while not tied to a campaign or offer. For example, every time page1.html is rendered, capture the "country" form-field and store it to a User Profile. The reason I don't want to use a campaign/offer is I only have a single mbox on the page and I don't want to prevent entry into real campaigns just to capture this value. I'm thinking the script profile would look something like this:On Page Code<input type="text" name="countryField" id="flowCountryField">Example Script Profile if (mbox.name == ('global') && (page.url.indexOf('/page1.html')>-1) ) { return // Here's where I'd want to capture the form field; }How do I modify the script above to accomplish this? If this isn't possible, is there another way to capture this information via Target without using a campaign/offer?
How does Target calculate visitor-based metrics?
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.