
Even with great targeting features Smart Adserver is (as it's name says) an Ad Server, and not a segmentation tool.
But it predicts the integration with some mechanisms, including behavior targeting mechanisms. Due to the nature of BTBuckets and Smart Adserver, it's pretty simple to integrate them, making possible to target your bucketed visitors with your Smart Adserver campaigns.
• The integration between them, make uses of the 'keyword targeting' of Smart platform.
• It will be necessary prepare a javascript variable containing the visitor's buckets data, and send them to Smart Adserver, bellow the BTBuckets tag, and before the Smart Adserver call (see below):
var _btbseg='';
var _btb_=$BTB.getAllUserBuckets();
for(var b=0;b<_btb_.length;b++)
{
_btbseg=_btbseg+_btb_[b]+'=1;';
}
• Change on all Smart AdServer calls the variable as bellow:
–
from:
sas_target='';
to:
sas_target=_btbseg;
• BTBuckets will send the segmentation trought the sas_target parameter.
• The buckets taxonomy is friendly_name=1. Each bucket 'friendly_name' can be configured on the 'buckets' tab on your BTBuckets account.
• To create a segmented campaign, all you need to do is to use the campaign segmentation field on Smart AdServer.
• To segment visitors using a specific bucket type the configured bucket 'friendly_name' as the key for the segmentation, and the value as always 1, every time you want to show the midia to visitors that are 'in the bucket'.
• Below you can see the screens that show you how to proceed on Smart AdServer.
Comment
© 2012 Created by BTBuckets.
You need to be a member of Free Behavioral Targeting and Segmentation - BTBuckets to add comments!
Join Free Behavioral Targeting and Segmentation - BTBuckets