In order to do that, include a parameter into your BTBuckets tag (just necessary for subdomain sites) with the main domain without protocol. Example shown above in red:
Tag included in all pages of
content.yoursite.com
<script
type="text/javascript">
//<![CDATA[[
$BTB={s:XXXX};
$BTB.domain="yoursite.com";
$BTB.jsh="http://static.btbuckets.com/bt.js";
//]]>
</script>
<script type="text/javascript">
document.write(unescape("%3Cscript src='" +
$BTB.jsh.replace(/(http:|https:)/i,document.location.protocol) + "'
type='text/javascript'%3E%3C/script%3E"));
</script>
Now, all bucket information will be saved on yoursite.com and you will be able to use bucket information even if a user performed a behavior on content.yoursite.com.
© 2012 Created by BTBuckets.