Skip to content

Commit 26909c5

Browse files
authored
Merge pull request #69 from magefan/13889-basket-data-issue-in-google-ads
13889-basket-data-issue-in-google-ads
2 parents ceb6bc2 + 05db15e commit 26909c5

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

etc/adminhtml/system.xml

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,51 @@ To create a new secret, navigate in the
348348
<field id="enable">1</field>
349349
</depends>
350350
</field>
351+
<group id="cart_data" translate="label comment" type="text" sortOrder="30" showInDefault="1" showInWebsite="1" showInStore="1">
352+
<attribute type="expanded">0</attribute>
353+
<label>Cart Data</label>
354+
<field id="enable" translate="label comment" type="select" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1">
355+
<label>Enable</label>
356+
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
357+
<comment><![CDATA[
358+
You can submit cart data (sold products,their quantity, and price) for sale conversions to get cart conversions reporting in Google Ads.
359+
]]>
360+
</comment>
361+
</field>
362+
<field id="merchant_id" translate="label comment" type="text" sortOrder="20" showInDefault="1" showInWebsite="1" showInStore="1">
363+
<label>Merchant ID</label>
364+
<comment><![CDATA[
365+
The Merchant Center ID where your items are uploaded.
366+
]]>
367+
</comment>
368+
<depends>
369+
<field id="enable">1</field>
370+
</depends>
371+
</field>
372+
<field id="feed_country" translate="label comment" type="text" sortOrder="30" showInDefault="1" showInWebsite="1" showInStore="1">
373+
<label>Feed Country</label>
374+
<comment><![CDATA[
375+
The country associated with the feed where your items are uploaded. <br> <a href="http://www.unicode.org/repos/cldr/tags/latest/common/main/en.xml" target="_blank">Use CLDR territory codes</a>.
376+
]]>
377+
</comment>
378+
<depends>
379+
<field id="enable">1</field>
380+
</depends>
381+
</field>
382+
<field id="feed_language" translate="label comment" type="text" sortOrder="30" showInDefault="1" showInWebsite="1" showInStore="1">
383+
<label>Feed Language</label>
384+
<comment><![CDATA[
385+
The language associated with the feed where your items are uploaded. <br> <a href="http://www.unicode.org/repos/cldr/tags/latest/common/main/en.xml" target="_blank">Use CLDR territory codes</a>.
386+
]]>
387+
</comment>
388+
<depends>
389+
<field id="enable">1</field>
390+
</depends>
391+
</field>
392+
<depends>
393+
<field id="enable">1</field>
394+
</depends>
395+
</group>
351396
<depends>
352397
<field id="enable">1</field>
353398
</depends>

0 commit comments

Comments
 (0)