Skip to content

Commit 2e7fd0e

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
<source name="catalog_product_entity_text">
2121
<link-source name="eav_attribute">
2222
<attribute name="attribute_id"/>
23-
<filter glue="and">
23+
<using glue="and">
2424
<condition attribute="attribute_code" operator="eq">description</condition>
25-
</filter>
25+
</using>
2626
</link-source>
2727
<attribute name="attribute_id"/>
2828
<attribute name="value"/>
@@ -32,9 +32,9 @@
3232
<source name="catalog_category_entity_text">
3333
<link-source name="eav_attribute">
3434
<attribute name="attribute_id"/>
35-
<filter glue="and">
35+
<using glue="and">
3636
<condition attribute="attribute_code" operator="eq">description</condition>
37-
</filter>
37+
</using>
3838
</link-source>
3939
<attribute name="attribute_id"/>
4040
<attribute name="value"/>

0 commit comments

Comments
 (0)