hakaLayer('setUserId', 'Seneschaux');
--
You received this message because you are subscribed to the Google Groups "Snowplow" group.
To unsubscribe from this group and stop receiving emails from it, send an email to snowplow-use...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
hakaLayer('setUserId', variable-name);
...
<body>
...
<script type="text/javascript"> dataLayer = [{ 'userFirst-lastname':first-last, 'userEmail':myEmail, 'userAccount':org }];Alert outcome looks as it should. Using GTM, I see 3 messages but the Page Load data layer finishes as follows:
alert(logId);
hakaLayer.push('setUserId', logId); </script>
...
...
<body>
...
<script type="text/javascript"> dataLayer = [{ 'userFirst-lastname':first-last, 'userEmail':myEmail, 'userAccount':org }];
alert(logId);
dataLayer.push(['setUserId', logId]); </script>
...
Once you have this working, please reply in this thread.
Thanks,
Alex
Once you have this working, reply to this thread.
A
Right - we've whittled your problem down to the point where it's a pure GTM problem. You can use GTM resources, forums etc to fix that.
Reply back in this thread when you've got this working and your problem is Snowplow-shaped again.
A