DTM local storage or Data Element across domains
Hi,
My website has two different domains. Some pages are in domain 1 and some are in domain2. I have a requirement where I have to read data from a first party cookie in domain 2 and use that data when user go to domian 1 from domain 2. Both domain uses same DTM web property.
I tried session level data element and DTM local storage but no luck. Value of data element / local storage set in domain 2 are not available in domain1.
Is there any solution by which this can be achieved ?. Will "span across multiple domain" in web property setting help ?
Thanks