Skip to content

Commit 12232d4

Browse files
committed
Added default config values
1 parent 8c588dc commit 12232d4

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

etc/config.xml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,37 @@
2222
<container_id/>
2323
<public_id/>
2424
</web_container>
25+
<server_container>
26+
<enabled>0</enabled>
27+
<public_id/>
28+
<account_id/>
29+
<container_id/>
30+
<tag_server_url/>
31+
</server_container>
2532
<analytics>
2633
<enable>1</enable>
2734
<measurement_id/>
35+
<measurement_protocol>
36+
<measurement_enabled/>
37+
<api_secret backend_model="Magento\Config\Model\Config\Backend\Encrypted"/>
38+
<headless_storefront/>
39+
</measurement_protocol>
2840
</analytics>
41+
<ads>
42+
<tag_id/>
43+
<conversion>
44+
<enable>0</enable>
45+
<purchase>
46+
<conversion_id/>
47+
<conversion_label/>
48+
</purchase>
49+
</conversion>
50+
<remarketing>
51+
<enable>0</enable>
52+
<conversion_id/>
53+
<conversion_label/>
54+
</remarketing>
55+
</ads>
2956
<attributes>
3057
<product>sku</product>
3158
<brand/>

0 commit comments

Comments
 (0)