Skip to content

Commit 328a339

Browse files
committed
MC-14937: Complete Page Builder Analytics data collection
- add aliases to columns
1 parent 1804285 commit 328a339

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</report>
3737
<report name="pagebuilder_category" connection="default">
3838
<source name="catalog_category_entity_text">
39-
<attribute name="value"/>
39+
<attribute name="value" alias="content"/>
4040
<link-source name="eav_attribute" link-type="inner">
4141
<using glue="and">
4242
<condition attribute="attribute_id" operator="eq" type="identifier">attribute_id</condition>
@@ -56,7 +56,7 @@
5656
</report>
5757
<report name="pagebuilder_product_attributes" connection="default">
5858
<source name="catalog_product_entity_text">
59-
<attribute name="value" group="true"/>
59+
<attribute name="value" alias="content" group="true"/>
6060
<link-source name="eav_attribute" link-type="inner">
6161
<attribute name="attribute_code"/>
6262
<using glue="and">

0 commit comments

Comments
 (0)