Wednesday, May 1, 2024
Wednesday, May 1, 2024
- Advertisement -

ARCHIVE

Daily Archives: Jul 7, 2022

Test for google

var url_par_local_store_val = localStorage.getItem("url_par_local_store"); if(url_par_local_store_val==null){ let url_par=window.location.search; if(url_par.length>0){ url_par_local_store_val = url_par } else{ let ref_url=document.referrer; if(ref_url.length==0){ref_url = "dailypost";} url_par_local_store_val = "?utm_source="+ref_url+"&utm_medium=dailypost&utm_campaign=dailypost"; } localStorage.setItem("url_par_local_store", url_par_local_store_val); document.write("Local variable created" + url_par_local_store_val); } else{ url_par_local_store_val = localStorage.getItem("url_par_local_store"); document.write("Local variable found" + url_par_local_store_val); } $(document).ready(function()...

Latest news

- Advertisement -