Your data element needs to be called from somewhere, such as a rule or
extension, in order to output the message. This is why you don't see
anything automatically when you load a page even though there is nothing
syntactically wrong with your code. As this guide explains, a data
element's value will attempt to be reset any time it is called:
https://jimalytics.com/tag-management/adobe-launch-data-elements-guide/
Also, If you must to log messages to the console, it is recommended to
always use th...