Hi I am pushing impressions to GTM according to Enhanced Ecommerce (UA):
dataLayer.push({ ecommerce: null }); // Clear the previous ecommerce object.
dataLayer.push({
'event': 'impressions',
'ecommerce': {
'currencyCode': currencyCode,
'impressions':impressionObj
}
})
It is also appearing in the console:
But when I see it in the GA console, is displaying zero:
It's been many days now but I am not getting why this is happening
Update:
Here is the complete steps details:










