Skip to content

Commit f2d60ba

Browse files
committed
MC-14937: Complete Page Builder Analytics data collection
- group product content by value to eliminate duplicates
1 parent b38e696 commit f2d60ba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/PageBuilderAnalytics/etc/reports.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@
6262
</report>
6363
<report name="pagebuilder_product_attributes" connection="default">
6464
<source name="catalog_product_entity_text">
65-
<attribute name="attribute_id"/>
66-
<attribute name="value"/>
65+
<attribute name="value" group="true"/>
6766
<link-source name="eav_attribute" link-type="inner">
6867
<attribute name="attribute_code"/>
6968
<using glue="and">

0 commit comments

Comments
 (0)