Skip to content

Commit 832d304

Browse files
committed
MC-14937: Complete Page Builder Analytics data collection
- Only report on products without a parent (super link)
1 parent bb29938 commit 832d304

File tree

1 file changed

+9
-1
lines changed
  • app/code/Magento/CatalogPageBuilderAnalytics/etc

1 file changed

+9
-1
lines changed

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</report>
2929
<report name="pagebuilder_product_attributes" connection="default">
3030
<source name="catalog_product_entity_text">
31-
<attribute name="value" alias="content" group="true"/>
31+
<attribute name="value" alias="content"/>
3232
<link-source name="eav_attribute" link-type="inner">
3333
<attribute name="attribute_code"/>
3434
<using glue="and">
@@ -47,6 +47,14 @@
4747
<condition attribute="created_in" operator="eq">1</condition>
4848
</using>
4949
</link-source>
50+
<link-source name="catalog_product_super_link" link-type="left">
51+
<using glue="and">
52+
<condition attribute="product_id" operator="eq" type="identifier">row_id</condition>
53+
</using>
54+
<filter glue="and">
55+
<condition attribute="link_id" operator="null" />
56+
</filter>
57+
</link-source>
5058
<filter glue="and">
5159
<condition attribute="store_id" operator="in">0,1</condition>
5260
</filter>

0 commit comments

Comments
 (0)