Hi,
I took your advice and added variables to the woopra code on a test page. I tried adding variables, as I usually do for tracking, to an email message - I append the url with a "?xxx". Even though the url doesn't have the content after the ? other tracking programs have recognized this and passed it on to me. Woopra didn't pick it up correctly.
Is there any special format I need? I added:
<script type="text/javascript">
var woopra_id = '1883430778';
var woopra_array=new Array();
woopra_array['userid']='email';
woopra_array['id']='<%=QueryString("id")%>';
</script>
<script src="http://static.woopra.com/js/woopra.js"></script>
to the page. Do I need to do the url in any special way?
Thanks for your help.
Ruth
