Skip to content

Commit 1806088

Browse files
committed
MC-1426: Collect PageBuilder Content Type Data for PageBuilder Analytics
- update analytics config
1 parent 8527fa9 commit 1806088

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

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

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,26 @@
1818
</report>
1919
<report name="pagebuilder-product" connection="default">
2020
<source name="catalog_product_entity_text">
21+
<link-source name="eav_attribute">
22+
<attribute name="attribute_id"/>
23+
<filter glue="and">
24+
<condition attribute="attribute_code" operator="eq">description</condition>
25+
</filter>
26+
</link-source>
2127
<attribute name="attribute_id"/>
2228
<attribute name="value"/>
23-
<filter glue="and">
24-
<condition attribute="attribute_id" operator="eq">75</condition>
25-
</filter>
2629
</source>
2730
</report>
2831
<report name="pagebuilder-category" connection="default">
2932
<source name="catalog_category_entity_text">
33+
<link-source name="eav_attribute">
34+
<attribute name="attribute_id"/>
35+
<filter glue="and">
36+
<condition attribute="attribute_code" operator="eq">description</condition>
37+
</filter>
38+
</link-source>
3039
<attribute name="attribute_id"/>
3140
<attribute name="value"/>
32-
<filter glue="and">
33-
<condition attribute="attribute_id" operator="eq">75</condition>
34-
</filter>
3541
</source>
3642
</report>
3743
</config>

0 commit comments

Comments
 (0)