Thanks @gokul_agiwal ,
Added the below code but still not working
$(function(){
window.targetGlobalSettings = {
cookieDomain: "ucic.ac.nz"
};
});
Hi @sarin
Looks like this is a cloud based instance. I just checked in Public Suffix List, and found that ac.nz domain is in list so please check this guide Use cloud-based instances with Target .If you intend to use cloud-based instances with domains included on the Public Suffix List, you need to add this into cookieDomain to targetGlobalSettings().
I noticed that you added the code directly into page instead add this code before at.js loaded either through launch or directly into Target interface.
window.targetGlobalSettings = {
cookieDomain: "ucic.ac.nz"
};
Hope this helps and it should work.