Hi @cpahwa11 ,I would first check the current state of the user using a JavaScript function to get value of username field. If it's guest (default value), I'll set value in datalayer as "not logged in", anything other than guest, that means, users is logged in, hence setting "logged in" as value in ...