Hi,in that case, you would benefit from doing a Profile Script, setting
a flag in the users target profile, when a page is visits that meet your
criteria.The script below, looks for the query-string parameter 'cid'
and if it exists, then the value of cid are set in the profile (named,
what every you name the profile script)try{ var mboxParam =
page.param('cid').toLowerCase() || ""; if (mboxParam != "") { return
mboxParam; }}catch(e){ // Error handling... }This script simply just
take the value o...