I'm attempting to display the most recent time I made changes and the current version of the library.
Initially, I crafted a data element called Global - Example: return "DTM:" + _satellite.publishDate.split(" ")[0] + "|" + "Adobe:" + s.version;
Subsequently, I assigned this value to my %Global - Example% prop.
Unfortunately, it's not functioning as intended. To troubleshoot, I resorted to the console and found that when I input console.log("DTM:" + _satellite.publishDate.split(" ")[0] + "|" + "Adobe:" + s.version);, it does indeed work and displays the last publish date and current library version. However, for some reason, it doesn't seem to work in dtm.