Expand my Community achievements bar.

SOLVED

Where should I put data layer for checkout page

Avatar

Level 1

Hi,

I need to implement analytics for a checkout page and i need the product name to populate in analytics. That being said i need a database call to retrieve the product name.

So my question is, what should be the sequence to put the datalayer object, DTM embedded code and piece of code i want to retrieve info from database.

1 Accepted Solution

Avatar

Correct answer by
Employee

Hi,

The DTM Embed code (Header code) needs to be placed in the 'head' section and the footer code needs to be placed right before the 'body' tag ends.

Thus, it's recommended that the data layer is called and populated before the DTM code is referenced. However, typically data layer implementation is subject to your environment.

View solution in original post

1 Reply

Avatar

Correct answer by
Employee

Hi,

The DTM Embed code (Header code) needs to be placed in the 'head' section and the footer code needs to be placed right before the 'body' tag ends.

Thus, it's recommended that the data layer is called and populated before the DTM code is referenced. However, typically data layer implementation is subject to your environment.