Hi Damian, Thanks for the help! Yes, that is the approach that I was thinking of as well. However, I am having issues setting a value to a cookie variable using JS code. To be more specific: I have a variable set up in the Data Layer that is called forms_completed. Based on a condition that is being met, I am trying to add a testing value to it. I currently have this very simple line in my JS extension: utag.data["cp.utag_main_forms_completed"] = test; I am seeing that the extension is being published successfully and the condition is being met but when I search for cp.utag_main_forms_completed in the data layer it does not show up at all. I believe it is not being set to any value. Do you know what I could be doing wrong? Thanks again!
... View more