Forums » Help & Troubleshooting
Can I search by custom session variables?
I have the following code ( above the tracking code )var clicky_custom = {};
clicky_custom.session = {
member_id:'1234',
email:'email@something.com'
};
Is there a way we can search actions by member_id or email in the web interface?
Posted Sun Apr 22 2012 3:16pm by deadkarma
You can add in your URL "&custom[member_id]=1234". You can use "*" for targeting all people who have a member_id.
Posted Sun Apr 22 2012 11:44pm by Glabok
