You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As shown into the official documentation GA accept some hierarchical data in the Category field
Example :
Instead of : Men
Send : Category/T-shirts/Men
It help GA to aggregate all the Enhance Ecommerce Data.
It could be done by using the $taxon->getFullname('/') instead of $taxon->getName() in ProductDetailImpressionDataResolver.php and CreateProductTrait.php
The text was updated successfully, but these errors were encountered:
As shown into the official documentation GA accept some hierarchical data in the
Category
fieldExample :
Instead of :
Men
Send :
Category/T-shirts/Men
It help GA to aggregate all the Enhance Ecommerce Data.
It could be done by using the
$taxon->getFullname('/')
instead of$taxon->getName()
inProductDetailImpressionDataResolver.php
andCreateProductTrait.php
The text was updated successfully, but these errors were encountered: