I am trying to implement the google tag managers UA Ecommerce features.
I've followed all steps from https://developers.google.com/tag-manager/enhanced-ecommerce.
According to the Google Analytics quick preview all my tags are being send with the DataLayer to GTM, but the ecommerce data isn't visible in Google Analytics.
Example tag im sending to GTM:
{
"ecommerce":{
"detail":{
"actionField":{
"list":"Product Page"
},
"products":
[
{
"name":"Twin Time",
"brand":"Fromanteel",
"price":"499.00",
"category":"watch"
}
]
}
}
}
I know the normal analytics works, since i do receive sessions.
Website in question: https://fromanteel.nl/