You are on page 1of 5

SiteCatalyst to Test&Target

Integration

Summary: This integration gives users the ability to target, segment, create success metrics,
and conversions according to calls made by SiteCatalyst implementation code. This integration
will involve an mbox call to Test&Target. The cost and pricing for these special mboxes should
be discussed with your Account Manager and/or Sales Representative.
*Any additional or custom implementation outside of this guide needs to be developed by the
client or through Adobe Consulting. ClientCare cannot be responsible for any changes made to
page implementation*
Requirement:
1. s_code.js version H.17 or higher(SiteCatalyst)
Steps to be completed:

1a. Login to Test&Target and go Configuration > mbox.js > Edit

b. Scroll to the last option of the page and find the SiteCatalyst plugin option and set
to enabled and save.

2. Add the mboxLoadSCPlugin(s); plugin call to the page code, where the s is the
SiteCatalyst object. Make sure this is called in all your SiteCatalyst image requests
where you want the SiteCatalyst mbox to be served. The mboxLoadSCPLugin(s), has
to be after the reference to the mbox.js and before the s.t(); call.

Validation: Use the following steps to validate that the integration is working and that a
Test&Target mbox call is being made with the SiteCatalyst variables as parameters.
1a. Use the Digital Pulse Debugger to verify that the mbox of SiteCatalyst: event or
SiteCatalyst: purchase is being fired with SiteCatalyst variables as parameters.

Digital Pulse Debugger Code


javascript:void(window.open("","dp_debugger","width=600,height=600,loc
ation=0,menubar=0,status=1,toolbar=0,resizable=1,scrollbars=1").docume
nt.write("<script language=\"JavaScript\" id=dbg
src=\"http://www.digitalpulse.omniture.com/dp/debugger.js\"></"+"scrip
t>"));

b. You can also use mboxDebug=1 to debug the page with the integration. You would place
the query string parameter of mboxDebug=1 in the URL and refresh.
www.mysite.com? mboxDebug=1

This will display the SiteCatalyst: event or SiteCatalyst: purchase mbox and the values fired
in them as well.

What to expect: Now that you have verified that parameters are being passed to Test&Target
you should now be able to use those parameters as in-mbox parameters in the targeting,
segments, success metrics and conversions section in the campaign.

Notice: Depending on your SiteCatalyst implementation, the integration may require additional
customization. If your implementation is outside of what this guide encompasses, please
contact your Adobe Consultant for additional insight of how to complete the integration. Any
basic questions can be submitted to ClientCare, tt-support@adobe.com.

You might also like