<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Test&amp;Target</title>
	
	<link>http://www.testandtargeting.com</link>
	<description>A playground for mboxes and offers</description>
	<lastBuildDate>Mon, 23 Jan 2012 16:57:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Testtarget" /><feedburner:info uri="testtarget" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>Testtarget</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>The T&amp;T Plugin</title>
		<link>http://feedproxy.google.com/~r/Testtarget/~3/t4a9NsTCvqU/the-tt-plugin</link>
		<comments>http://www.testandtargeting.com/the-tt-plugin#comments</comments>
		<pubDate>Wed, 01 Jun 2011 21:00:00 +0000</pubDate>
		<dc:creator>bhawkins</dc:creator>
				<category><![CDATA[Profiles]]></category>
		<category><![CDATA[SiteCatalyst]]></category>

		<guid isPermaLink="false">http://www.testandtargeting.com/?p=137</guid>
		<description><![CDATA[The Test&#38;Target plug-in was introduced back in 2008. It was clear that even before then these mboxes can not only can be used for the presentation of test content or setting profiles but they also offer a window into the ...]]></description>
			<content:encoded><![CDATA[<p>The Test&amp;Target plug-in was introduced back in 2008.   It was clear that even before then these mboxes can not only can be used for the presentation of test content or setting profiles but they also offer a window into the website for developers.  This window allows developers to get code to the page without having to bother IT or add any additional code to the page.</p>
<p>A Test&amp;Target plug-in is a way to append javascript or HTML to an mbox response without disrupting the T&amp;T campaign content being delivered..  When mboxes make calls to the T&amp;T global edge network, the servers evaluate if that visitor is to be a member of test and then responds accordingly.  The plug-in can be included as part of the response.</p>
<p>These plug-ins can be comprised of any snippet of code and you can control them entirely in Test&amp;Target.  There are many ways to use the plug-in but let me walk you through a scenario that our SiteCatalyst customers are seeing a lot of value with.  We are going to walk through passing T&amp;T profile data into SiteCatalyst.</p>
<p>I&#8217;ve posted previously about how the T&amp;T profile can be used for Display Retargeting <a href="http://www.testandtargeting.com/it-is-all-about-the-community-or-rather-the-profile?sid=plugin-post">here</a> and how the T&amp;T profile can be augmented with Alliant data <a href="http://www.testandtargeting.com/adding-alliant-data-to-your-tt-tt11-and-recommendations-profile?sid=plugin-post">here</a>.  These profiles and their attributes are quite powerful in T&amp;T as you can imagine, but we have learned that they are just as powerful, if not more powerful, to have them available outside of T&amp;T.  The Test&amp;Target platform is an open system in that you can import data as well as export data.  The T&amp;T plug-in is a great way to get this profile data into other systems including SiteCatalyst  By having these values assigned to e.Vars and s.Props, you can use them to create custom reports, unique to your organization, industry, and business objectives.</p>
<p>For those SiteCatalyst and Test&amp;Target users out there, here is the approach that will allow you to dynamically have Test&amp;Target profiles values sent to SiteCatalyst via a T&amp;T plug-in.</p>
<ol>
<li> Identify what profile values you would like to see in your SiteCatalyst data. For this example, I have chosen to use some Alliant profile variables and a profile variable I use to put visitors into test buckets.  Make sure you have these profiles running and that will make the profiles available as tokens for use in the plug-in.  If you check out the footer of this page or my post on <a title="test&amp;target alliant data" href="http://www.testandtargeting.com/adding-alliant-data-to-your-tt-tt11-and-recommendations-profile">Alliant Data</a> you can see that I make extensive use of profiles by presenting values dynamically onto the page using these tokens.   There is more information on how to setup profiles and what tokens are <a title="test&amp;target profiles display" href="http://www.testandtargeting.com/it-is-all-about-the-community-or-rather-the-profile">here</a>.</li>
<p>&nbsp;</p>
<li>Create a T&amp;T html offer that will represent your plug-in.  You can see that this is standard javascript that is often used by implementers of SiteCatalyst.  Here is my offer code:&nbsp;<br />
<blockquote>
<p style="text-align: left;">&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
vars = new Object();</p>
<p>vars.prop1=&#8221;${user.alliant_age}&#8221;;<br />
vars.prop2=&#8221;${user.alliant_medianIncome}&#8221;;<br />
vars.prop4=&#8221;${user.assignedGroup}&#8221;;</p>
<p>vars.eVar8=&#8221;${user.assignedGroup}&#8221;;<br />
vars.eVar9=&#8221;${user.alliant_age}&#8221;;<br />
vars.eVar10=&#8221;${user.alliant_medianIncome}&#8221;;</p>
<p>s.t(vars);<br />
&lt;/script&gt;</p></blockquote>
<p>In this example, my Plug-in is called “Pass Profiles to SiteCatalyst Plug-in” and I have elected to use three s.Props and three e.Vars to collect this profile data in SiteCatalyst.  The profile data assigned to the SiteCatalyst variables are represented as tokens here but will change dynamically when this code executes client side.  Here is what it looks like in Test&amp;Target:</p>
<p><img class="aligncenter size-full wp-image-149" style="border: 0.5px solid black;" title="htmlplugin" src="http://www.testandtargeting.com/wp-content/uploads/2011/06/htmlplugin1.png" alt="" width="577" height="518" /></li>
<li>Assign your html offer as a plug-in.  The plug-in section is accessible by hovering over the configuration tab in your Test&amp;Target account.  Here is a look at my plug-in:<img class="aligncenter size-full wp-image-148" style="border: 0.5px solid black;" title="plugin" src="http://www.testandtargeting.com/wp-content/uploads/2011/06/plugin1.png" alt="" width="886" height="414" /><br />
In this plug-in configuration section we have many options available to us including, the scheduling of the plug-in, limiting it&#8217;s execution to a particular mbox or an mbox used to display test content, having it execute based on the campaign or test state (approved vs. all including unapproved campaigns) and whether or not to have it execute in production host groups.  For this example the plug-in will execute when someone sees the mbox &#8220;alliant_testandtargeting_demo&#8221;.  This mbox is only located on the <a href="http://www.testandtargeting.com/adding-alliant-data-to-your-tt-tt11-and-recommendations-profile">blog post</a> on using Alliant data which means that the passing of these profiles into SiteCatalyst will only happen when visitors view that post.</p>
<p>An important thing to note is that these plug-ins execute independently of campaigns and offers so you don&#8217;t have to worry about these snippets of code interfering with your campaign offers.</li>
</ol>
<p>After following these steps, I can see this working in WASP and I can see the data in SiteCatalyst.  Here is a snapshot of my variables being dynamically assigned to the page:</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-151" style="border: 0.5px solid black;" title="wasp" src="http://www.testandtargeting.com/wp-content/uploads/2011/06/wasp1.png" alt="" width="454" height="493" /></p>
<p style="text-align: left;">And of course in SiteCatalyst where I am looking at the Alliant Median Age profile values here:</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-152" style="border: 0.5px solid black;" title="sc" src="http://www.testandtargeting.com/wp-content/uploads/2011/06/sc.png" alt="" width="862" height="316" /></p>
<p>This is just a very generic use of the plug-in but certainly one that can add a lot of value.  There are many ways to leverage the plug-in and the sky is truly the limit.  Some of our clients use the plug-in to communicate to their email systems or their internal marketing databases while some other clients use it to deploy and take down third party tags to the page.  Some of our Insight customers use the plug-in to deploy T&amp;T data directly into Insight and here is an example of that:</p>
<blockquote><p>&lt;script type=&#8221;text/javascript&#8221;&gt;</p>
<p>mboxCurrentName=mboxCurrent.getName()<br />
var tu = &#8220;http://www.your-site.com/___waseq.img?Log=1&#8243; +<br />
&#8220;&amp;tntPage=&#8221; + escape(document.location.href) +<br />
&#8220;&amp;tntTitle=&#8221; + escape(document.title) +<br />
&#8220;&amp;tntReferrer=&#8221; + escape(document.referrer) +<br />
&#8220;&amp;tntCampaignID=${campaign.id}&#8221; +<br />
&#8220;&amp;tntCampaignName=&#8221; + escape(&#8216;${campaign.name}&#8217;) +<br />
&#8220;&amp;tntRecipeID=${campaign.recipe.id}&#8221; +<br />
&#8220;&amp;tntRecipeName=&#8221; + escape(&#8216;${campaign.recipe.name}&#8217;) +<br />
&#8220;&amp;tntTrafficType=${campaign.recipe.trafficType}&#8221; +<br />
&#8220;&amp;tntOfferID=${offer.id}&#8221; +<br />
&#8220;&amp;tntMbox=&#8221; + escape(mboxCurrentName) +<br />
&#8220;&amp;tntPCID=${user.pcId}&#8221; +<br />
&#8220;&amp;tntSessionID=${user.sessionId}&#8221; +<br />
&#8220;&amp;tntFirstSession=${user.isFirstSession}&#8221; +<br />
&#8220;&amp;tntPageID=&#8221; + mboxFactoryDefault.getPageId() +<br />
&#8220;&amp;tntTime=&#8221; + new Date().getTime();<br />
var ti = new Image();<br />
ti.src = tu;</p>
<p>&lt;/script&gt;</p></blockquote>
<p>and finally if you wanted to see a quick video on this set up in Test&amp;Target you can check that out here:</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/tFEOriNjcYA?hl=en&amp;fs=1" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/tFEOriNjcYA?hl=en&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>

<p><a href="http://feedads.g.doubleclick.net/~a/4I9EjaVMTj48-XAaNx0Y9mWPG0U/0/da"><img src="http://feedads.g.doubleclick.net/~a/4I9EjaVMTj48-XAaNx0Y9mWPG0U/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/4I9EjaVMTj48-XAaNx0Y9mWPG0U/1/da"><img src="http://feedads.g.doubleclick.net/~a/4I9EjaVMTj48-XAaNx0Y9mWPG0U/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/Testtarget/~4/t4a9NsTCvqU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.testandtargeting.com/the-tt-plugin/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.testandtargeting.com/the-tt-plugin</feedburner:origLink></item>
		<item>
		<title>Adding Alliant Data to your T&amp;T, T&amp;T1:1, and Recommendation’s Profile</title>
		<link>http://feedproxy.google.com/~r/Testtarget/~3/VSOJ9d3qO1o/adding-alliant-data-to-your-tt-tt11-and-recommendations-profile</link>
		<comments>http://www.testandtargeting.com/adding-alliant-data-to-your-tt-tt11-and-recommendations-profile#comments</comments>
		<pubDate>Wed, 04 May 2011 02:48:56 +0000</pubDate>
		<dc:creator>bhawkins</dc:creator>
				<category><![CDATA[Profiles]]></category>

		<guid isPermaLink="false">http://www.testandtargeting.com/?p=118</guid>
		<description><![CDATA[As you may know, Test&#38;Target immediately creates or augments an anonymous profile when visitors come across the mbox. This is the case whether the mbox technology is being used within Display, on Mobile, in Email or anywhere on the site. ...]]></description>
			<content:encoded><![CDATA[<p>As you may know, Test&amp;Target immediately creates or augments an  anonymous profile when visitors come across the mbox. This is the case  whether the mbox technology is being used within Display, on Mobile, in  Email or anywhere on the site. Sources of traffic, site behaviors, and  offline data are all common uses of this profile for targeting or  personalization.</p>
<p>For years, many of our clients have been passing data from Third  Party Data providers to the T&amp;T Profile as mbox parameters for  targeting or personalizing their site. We have seen these clients get a  considerable amount of value using these types of data sets. The Product  and Engineering teams just made it a lot easier for all of the T&amp;T  clients to see similar value. T&amp;T has productized the use of Alliant  Data for targeting and segmenting anywhere where you are using the  Test&amp;Target technology for personalization or targeting.</p>
<p>Alliant is a leading aggregator of direct-to-consumer buying  information from online and offline marketers. Test&amp;Target users can  create customer segments from 65 key marketing performance measures  such as: recency, frequency, monetary value, product affinity and  payment history. Data represents actual consumer behavior summarized at  the zip code level and ranked from Very Low to Very High based on recent  activity from over 120 million US consumers.</p>
<p>What you see below is LIVE content that is coming directly from  T&amp;T using an offer. T&amp;T is profiling your anonymous demographic  information and matching that against the Alliant Data. The values in RED  are dynamically generated values.  All of these Profile attributes and  values would be available for use in Test&amp;Target,  Test&amp;Target1:1, and Recommendations. Please see your Account  Executive to have this enabled in your T&amp;T account.</p>
<p><script type="text/javascript">// <![CDATA[
mboxCreate('alliant_testandtargeting_demo');
// ]]&gt;</script></p>

<p><a href="http://feedads.g.doubleclick.net/~a/Lg5PxmZtcAMibUQ-Dx9nVlvfKE4/0/da"><img src="http://feedads.g.doubleclick.net/~a/Lg5PxmZtcAMibUQ-Dx9nVlvfKE4/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/Lg5PxmZtcAMibUQ-Dx9nVlvfKE4/1/da"><img src="http://feedads.g.doubleclick.net/~a/Lg5PxmZtcAMibUQ-Dx9nVlvfKE4/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/Testtarget/~4/VSOJ9d3qO1o" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.testandtargeting.com/adding-alliant-data-to-your-tt-tt11-and-recommendations-profile/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.testandtargeting.com/adding-alliant-data-to-your-tt-tt11-and-recommendations-profile</feedburner:origLink></item>
		<item>
		<title>Find your mboxes quickly and easily with bookmarks</title>
		<link>http://feedproxy.google.com/~r/Testtarget/~3/QHORKzNVRb4/find-your-mboxes-quickly-and-easily-with-bookmarks</link>
		<comments>http://www.testandtargeting.com/find-your-mboxes-quickly-and-easily-with-bookmarks#comments</comments>
		<pubDate>Mon, 07 Feb 2011 01:26:30 +0000</pubDate>
		<dc:creator>bhawkins</dc:creator>
				<category><![CDATA[mboxes]]></category>

		<guid isPermaLink="false">http://www.testandtargeting.com/?p=89</guid>
		<description><![CDATA[If you ever wanted a quick way to see where your mboxes are, I offer two bookmarks below. You can, of course, always use the onsite editor within the T&#38;T platform as well. This first bookmark simply highlights the mboxes ...]]></description>
			<content:encoded><![CDATA[<p>If you ever wanted a quick way to see where your mboxes are, I offer two bookmarks below. You can, of course, always use the onsite editor within the T&amp;T platform as well.</p>
<p>This first bookmark simply highlights the mboxes in red as seen here on the homepage of <a href="http://www.jjesquire.com/?sid=hawkins" target="_blank">JJEsquire</a>:</p>
<p style="text-align: center;"><img class="size-full wp-image-90 aligncenter" style="border: 1px solid black;" title="jjesquire" src="http://www.testandtargeting.com/wp-content/uploads/2011/02/jjesquire.png" alt="" width="438" height="331" /></p>
<p>These mboxes are displaying content from both Test&amp;Target as well as Recommendations.  Since both of these products use the same mbox implementation, the bookmarks work great.  Here is the code to add to your bookmark manager within your browser:</p>
<p><code>javascript:function%20highlightV25Mboxes()%20{%20%20mboxFactoryDefault.getMboxes().each(%20function(mbox)%20{%20%20%20%20mbox.getDiv().setAttribute('style','border:%202px%20solid%20rgb(255,%200,%200);%20visibility:%20visible;%20display:%20block;');%20%20});}highlightV25Mboxes();</code></p>
<p>The second bookmark is one that I find myself using much more often.  This bookmark highlights the mboxes differently then the first bookmark.  It presents green overlays over the area that is mboxed, similar to how the Onsite Editor within T&amp;T does.  This bookmark also tells you how many mboxes you have on the page.  You can also click the bookmark a second time and it will remove all mbox highlights.</p>
<p>This bookmark will not work on every website.  It requires that the website uses jQuery which is very common.  The image below shows what it looks like when used on the <a href="http://www.omniture.com/en/products/conversion/testandtarget" target="_blank">Test&amp;Target product overview page</a>:</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-102" style="border: 1px solid black;" title="t&amp;t_productpage" src="http://www.testandtargeting.com/wp-content/uploads/2011/02/tt_productpage1.png" alt="Test&amp;Target Omniture" width="502" height="338" /></p>
<p style="text-align: center;">Yes, we eat our own dog food.  <img src='http://www.testandtargeting.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p style="text-align: left;">Here is the code that leverages jQuery that you would save to your bookmark manager in your browser:</p>
<p>&nbsp;</p>
<p>javascript:%20var%20$alert=jQuery(&#8220;&lt;div%20/&gt;&#8221;).css({position:&#8221;fixed&#8221;,top:0,left:0,width:&#8221;100%&#8221;,fontSize:&#8221;30px&#8221;,background:&#8221;#060&#8243;,opacity:.8,color:&#8221;#fff&#8221;,textAlign:&#8221;center&#8221;,padding:&#8221;10px&#8221;,display:&#8221;none&#8221;,zIndex:999}).addClass(&#8220;wolfalert&#8221;).appendTo(jQuery(&#8220;body&#8221;));function%20howlMboxesv1(){if(typeof(mboxFactoryDefault)!=&#8217;object&#8217;){wolffAlert(&#8220;Woof!!!%20There%20are%20no%20mBoxes%20on%20this%20page.&#8221;);return;}%20var%20$on=jQuery(&#8220;.wolferlay&#8221;);if($on.length){jQuery(&#8220;.wolferlay&#8221;).remove();wolffAlert(&#8220;mBoxes%20Removed.&#8221;);return;}%20var%20mb_i=0;mboxFactoryDefault.getMboxes().each(function(mbox){mb_i++;var%20$base=jQuery(mbox.getDiv());var%20id_base=$base.attr(&#8220;id&#8221;);var%20_id=($base.attr(&#8220;id&#8221;))?$base.attr(&#8220;id&#8221;)+&#8217;-wolferlay&#8217;:'wolferlay-&#8217;+mb_i;jQuery(&#8220;&lt;div%20/&gt;&#8221;).attr({id:_id}).addClass(&#8216;wolferlay&#8217;).css({position:&#8221;absolute&#8221;,border:&#8217;1px%20solid%20#090&#8242;,background:&#8221;rgba(0,255,0,.3)&#8221;,width:parseInt($base.width()-2),height:parseInt($base.height()-2),top:$base.offset().top,left:$base.offset().left,zIndex:998}).appendTo(jQuery(&#8220;body&#8221;));if(id_base!=undefined){jQuery(&#8220;&lt;div%20/&gt;&#8221;).css({background:&#8221;rgba(0,0,0,.5)&#8221;,color:&#8221;#fff&#8221;,padding:&#8221;2px%205px&#8221;,fontFamily:&#8221;Calibri,%20Tahoma,%20Arial,%20sans-serif&#8221;,fontSize:&#8221;12px&#8221;,fontWeight:&#8217;bold&#8217;,zIndex:999}).text(id_base).appendTo(jQuery(&#8220;#&#8221;+_id))}});if(mb_i&gt;0){if(mb_i==1){wolffAlert(&#8220;There%20is%20%201%20mBox%20on%20this%20page.&#8221;);}else{wolffAlert(&#8220;There%20are%20&#8243;+mb_i+&#8221;%20mBoxes%20on%20this%20page.&#8221;);}}}%20function%20wolffAlert(msg){$alert.text(msg);$alert.fadeIn(250);setTimeout(&#8220;fading()&#8221;,2000);}%20function%20fading(){jQuery(&#8220;.wolfalert&#8221;).fadeOut(250);}%20howlMboxesv1();</p>
<p><span style="font-family: monospace;"><br />
</span></p>
<p>After you save these bookmarks to your browser you can simply click on them while on any page you suspect of having an mbox on it.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/QZEDJ9ZYNY5_1ASFCQ7mnU8ivSw/0/da"><img src="http://feedads.g.doubleclick.net/~a/QZEDJ9ZYNY5_1ASFCQ7mnU8ivSw/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/QZEDJ9ZYNY5_1ASFCQ7mnU8ivSw/1/da"><img src="http://feedads.g.doubleclick.net/~a/QZEDJ9ZYNY5_1ASFCQ7mnU8ivSw/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/Testtarget/~4/QHORKzNVRb4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.testandtargeting.com/find-your-mboxes-quickly-and-easily-with-bookmarks/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.testandtargeting.com/find-your-mboxes-quickly-and-easily-with-bookmarks</feedburner:origLink></item>
		<item>
		<title>It is all about the profile</title>
		<link>http://feedproxy.google.com/~r/Testtarget/~3/Sn0zsO1LZMU/it-is-all-about-the-community-or-rather-the-profile</link>
		<comments>http://www.testandtargeting.com/it-is-all-about-the-community-or-rather-the-profile#comments</comments>
		<pubDate>Sun, 30 Jan 2011 23:21:42 +0000</pubDate>
		<dc:creator>bhawkins</dc:creator>
				<category><![CDATA[Profiles]]></category>

		<guid isPermaLink="false">http://www.testandtargeting.com/?p=31</guid>
		<description><![CDATA[I was really excited to read Jason Thompson&#8217;s post on leveraging Test&#38;Target to dynamically insert search queries onto the page via offers. It inspired me to follow up here and touch on the rationale for doing such a thing. I ...]]></description>
			<content:encoded><![CDATA[<p>I was really excited to read Jason Thompson&#8217;s <a href="http://emptymind.org/injecting-search-keywords-using-omniture-test-target/?sid=hawkins">post </a>on leveraging Test&amp;Target to dynamically insert search queries onto the page via offers.  It inspired me to follow up here and touch on the rationale for doing such a thing.  I also thought I would explain how one would go about accomplishing this by leveraging the Test&amp;Target profile &#8211; the cornerstone of the Test&amp;Target platform.  I will also demonstrate how to get more value out of this profile by not only using it on the landing page but also in display ads.</p>
<p>Inserting the search engine query term onto the landing page is something that our customers have been doing for years.  In the testing world it is a pretty safe bet to get a winning test result by simply being relevant.  Relevance is king when it comes to test designs.  Relevance can be accomplished in countless ways including simply reinforcing the keyword or message on the landing page.  The simple reinforcement of the query term might not be effective in increasing the given conversion event.  This is why you test.</p>
<p>For example, I have seen clients test keyword reinforcement only to find that it is only effective on &#8216;internal search results&#8217; landing pages versus the &#8216;home page&#8217; as the landing page.  I have also seen very interesting results where rather then using the keyword to reinforce, imagery or navigation based off of the query was most effective.</p>
<p>As for setting the profile, this can be accomplished in two ways.  The first is very straightforward as it is passed along to the mbox as seen here:</p>
<p><img class="aligncenter size-full wp-image-76" title="profilembox" src="http://www.testandtargeting.com/wp-content/uploads/2011/01/profilembox.jpg" alt="profile in an mbox" width="296" height="79" /></p>
<p>Simple and easy and now you can immediately take advantage of this profile value for targeting and segmenting.  You can even use this value ANYWHERE where you are using T&amp;T for your optimizations.  An mbox 5 steps deeper in the site can use it or it can be used on a visit made 10 days later.</p>
<p>The second approach is even easier as you don&#8217;t have to bother IT to change your mbox setup.  The profile can be set in T&amp;T in the &#8216;Manage Profile&#8217; section available in the bottom right of the Campaign list page.  This Profile Management section can also be accessed by clicking on the configuration tab and then on the Profiles breadcrumb link.</p>
<p>I took the second approach in my example and that setup can be seen here:</p>
<p><img class="aligncenter size-full wp-image-41" title="profile" src="http://www.testandtargeting.com/wp-content/uploads/2011/01/profile.png" alt="profile scripts Test&amp;Target" width="944" height="254" /></p>
<p>The actual use of this profile attribute is the truly dynamic part.  The values are available as Tokens for use in T&amp;T offers.  So, rather then using Javascript in the offer to display the keyword repeater, one can take this approach by using this syntax in the offer:﻿<img class="aligncenter size-full wp-image-42" title="offer_with_token" src="http://www.testandtargeting.com/wp-content/uploads/2011/01/offer_with_token.png" alt="T&amp;T offer" width="617" height="183" /></p>
<p>When this offer is used the token dynamically assigns the value to the anonymous ID of that visitor.</p>
<p>I&#8217;ve created a mock up so you can see this live and in action.</p>
<p>1.  Do a Google search with a query that will bring you to the website http://www.testandtargeting.com (testandtargeting mboxes ads, testandtargeting campaigns, testandtargeting ads, and The Target in Test&amp;Target work well).  Here is the link to a search of testandtargeting ads: <a href="http://www.google.com/search?sourceid=chrome&amp;ie=UTF-8&amp;q=testandtargeting+ads#hl=en&amp;safe=off&amp;pwst=1&amp;sa=X&amp;ei=5bNJTYboLI6isQPunOGnCg&amp;ved=0CCIQvgUoAA&amp;q=testandtargeting+ads&amp;nfpr=1&amp;fp=6aaff458859385c2" target="_blank">&#8220;testandtargeting ads Google Search&#8221;</a></p>
<p>2.  Click through on the URL bringing you to my landing page.</p>
<p><img class="aligncenter size-full wp-image-44" title="google_search" src="http://www.testandtargeting.com/wp-content/uploads/2011/01/google_search.png" alt="" width="751" height="251" /></p>
<p>3.  You have the keyword repeater using the above offer via the profile!</p>
<p><img class="alignleft size-full wp-image-45" title="keyword_lpo" src="http://www.testandtargeting.com/wp-content/uploads/2011/01/keyword_lpo.png" alt="keyword repeater" width="420" height="48" /></p>
<p>As an added Bonus check out how this Profile Attribute value can be used in your Display Optimizations.  If you have Flash CS5 then you can &#8216;flashbox&#8217; your flash files including the ones used in display.  This is done via the Test&amp;Target extension as seen here:</p>
<p><img class="aligncenter size-large wp-image-60" title="cs5flash_t&amp;t" src="http://www.testandtargeting.com/wp-content/uploads/2011/01/cs5flash_tt-1024x433.jpg" alt="CS5 Flash T&amp;T Test&amp;Target" width="1024" height="433" /></p>
<p>Once you&#8217;ve configured your flash asset for targeting, personalization and of course testing, you can simply set up the test design in Test&amp;Target using a Display campaign as seen here:</p>
<p><img class="aligncenter size-full wp-image-64" title="display_tNt" src="http://www.testandtargeting.com/wp-content/uploads/2011/01/display_tNt.jpg" alt="T&amp;T Display Campaign" width="856" height="677" /></p>
<p>Check out the offer assigned to Experience A as it is using the Token to present the Profile Value in a Display Ad.</p>
<p>To see this live and action visit this URL and check out the bottom right Ad above the fold:  <a href="http://www.miacosa.com/display/" target="_blank">http://www.miacosa.com/display/</a> (notice it is a separate URL and there are NO mboxes on this page).</p>
<p>If you didn&#8217;t follow the steps above to see the keyword repeater you would see this:</p>
<p><img class="aligncenter size-full wp-image-65" title="display_default" src="http://www.testandtargeting.com/wp-content/uploads/2011/01/display_default.png" alt="Profile in T&amp;T display" width="308" height="256" /></p>
<p>If you did follow the steps above you would see the keyword you used in the Google search as seen here:</p>
<p><img class="aligncenter size-full wp-image-67" title="display_with_profile" src="http://www.testandtargeting.com/wp-content/uploads/2011/01/display_with_profile.png" alt="" width="310" height="258" /></p>
<p>If you want to read more about using the Test&amp;Target extension in Flash Professional CS5 I suggest this <a href="http://www.adobe.com/devnet/flash/articles/fl_tnt_overview.html" target="_blank">great post. </a></p>
<h1><span style="font-weight: normal; font-size: 15.6px;">Here is a quick video highlighting these examples live:</span></h1>
<p><iframe title="YouTube video player" class="youtube-player" type="text/html" width="480" height="390" src="http://www.youtube.com/embed/uhx05dEhIvk" frameborder="0" allowFullScreen></iframe></p>
<p>Tools used to accomplish this:<br />
Adobe Dreamweaver &#8211; placing mbox on testandtargeting.com for keyword repeater on landing page<br />
Adobe Test&amp;Target &#8211; setting up the profile and the campaign that drives the dynamically generated content on the landing page and in the display ad<br />
Adobe Flash CS5 &#8211; insertion of the T&amp;T flashbox for use in display media<br />
Adobe Captivate &#8211; to record the video demo</p>

<p><a href="http://feedads.g.doubleclick.net/~a/N0KFBIV68NMZdeDvj08b78_Lyic/0/da"><img src="http://feedads.g.doubleclick.net/~a/N0KFBIV68NMZdeDvj08b78_Lyic/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/N0KFBIV68NMZdeDvj08b78_Lyic/1/da"><img src="http://feedads.g.doubleclick.net/~a/N0KFBIV68NMZdeDvj08b78_Lyic/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/Testtarget/~4/Sn0zsO1LZMU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.testandtargeting.com/it-is-all-about-the-community-or-rather-the-profile/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<feedburner:origLink>http://www.testandtargeting.com/it-is-all-about-the-community-or-rather-the-profile</feedburner:origLink></item>
		<item>
		<title>Campaign Structure</title>
		<link>http://feedproxy.google.com/~r/Testtarget/~3/4BRi0mRCqsM/hello-world</link>
		<comments>http://www.testandtargeting.com/hello-world#comments</comments>
		<pubDate>Sat, 02 Oct 2010 08:26:06 +0000</pubDate>
		<dc:creator>bhawkins</dc:creator>
				<category><![CDATA[Campaign]]></category>

		<guid isPermaLink="false">http://www.testandtargeting.com/?p=1</guid>
		<description><![CDATA[This is just a basic campaign structure that highlights how mboxes and offers come together. As you can see the one constant is the mboxes themselves. Every Experience that is part of your Test or Campaign design will have the ...]]></description>
			<content:encoded><![CDATA[<p>This is just a basic campaign structure that highlights how mboxes and offers come together.</p>
<p>As you can see the one constant is the mboxes themselves.  Every Experience that is part of your Test or Campaign design will have the same mboxes.  In this example we have two mboxes working together for a particular Experience and there is no limit to the number of mboxes that can be used in an Experience.  Using more then one mbox for a Campaign is a very popular approach among users of T&amp;T as it allows you to run your optimizations across different pages and mediums such as email and display.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/E2FQFc0U3hjyJrmy4YNexpuhbsk/0/da"><img src="http://feedads.g.doubleclick.net/~a/E2FQFc0U3hjyJrmy4YNexpuhbsk/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/E2FQFc0U3hjyJrmy4YNexpuhbsk/1/da"><img src="http://feedads.g.doubleclick.net/~a/E2FQFc0U3hjyJrmy4YNexpuhbsk/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/Testtarget/~4/4BRi0mRCqsM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.testandtargeting.com/hello-world/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.testandtargeting.com/hello-world</feedburner:origLink></item>
	</channel>
</rss>

