I have in my code a dataLayer.push for this variable
<script>
window.dataLayer.push({
'enterTest': 'enter'
});
</script>
and when I run the console.log on dataLayer it shows but in Google Optimize I have these settings:
But when I debug in live mode, it says : Enter Test 2 equals enter (actual value not found)