forked from yireo/Yireo_GoogleTagManager2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.xml
More file actions
25 lines (25 loc) · 1.32 KB
/
config.xml
File metadata and controls
25 lines (25 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
<default>
<googletagmanager2>
<settings>
<enabled>0</enabled>
<id/>
<debug>0</debug>
<wait_for_ui>0</wait_for_ui>
<category_products>100</category_products>
<product_eav_attributes>material</product_eav_attributes>
<category_eav_attributes>id,name</category_eav_attributes>
<customer_eav_attributes>id</customer_eav_attributes>
<view_cart_occurances>everywhere</view_cart_occurances>
<view_cart_on_mini_cart_expand_only>1</view_cart_on_mini_cart_expand_only>
<product_list_value_on_category>product_first_category</product_list_value_on_category>
<serverside_enabled>0</serverside_enabled>
<serverside_gtm_url/>
<order_states_for_purchase_event>new,payment_review,pending_payment,holded,processing,complete</order_states_for_purchase_event>
<use_base_currency>0</use_base_currency>
<max_transaction_value>0</max_transaction_value>
</settings>
</googletagmanager2>
</default>
</config>