Technically the dataLayer meta data properties should be within the tag (above a GTM snippet).

Works fine in the head, but should follow the docs.
https://developers.google.com/tag-manager/devguide

Comments

bighappyface’s picture

@doublejosh we are good with the current implementation.

From the docs:

To set up your data layer, add the following snippet of code to the head of your page above your container snippet:

<script>
  dataLayer = [];
</script>
bighappyface’s picture

Status: Needs work » Closed (won't fix)