# Google Shopping Conversions teilweise doppelt gezählt.

**URL:** https://forum.shopware.com/t/google-shopping-conversions-teilweise-doppelt-gezahlt/48001
**Category:** Administration
**Created:** [1. September 2017 um 20:00 UTC](https://forum.shopware.com/t/google-shopping-conversions-teilweise-doppelt-gezahlt/48001 "2017-09-01T20:00:46Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![tobiasaibot](https://avatars.discourse-cdn.com/v4/letter/t/da6949/32.png) [@tobiasaibot](https://forum.shopware.com/u/tobiasaibot)
#### Post date: [1. September 2017 um 20:00 UTC](https://forum.shopware.com/t/google-shopping-conversions-teilweise-doppelt-gezahlt/48001/1 "2017-09-01T20:00:46Z")

</div>

Hallo,

ich hab das Problem, dass in meinem Google Adwords Konto bei Shopping teilweise Conversions doppelt gezählt werden. Sowohl mengen- als auch wertmäßig.

Ich nutze das Shopware Google Service Plugin.

Google selbst verweist in seinem Hilfeartikel genau auf dieses Problem:&nbsp;  
[https://support.google.com/adwords/answer/6386790?authuser=0](https://support.google.com/adwords/answer/6386790?authuser=0)

Deren Lösungsansatz ist auf der Bestellbestätigungsseite beim Conversiontracking auch die Bestellnummer (google\_conversion\_order\_id) mit zu übergeben, damit diese automatisiert dupletten rausfiltern.

Hat das Plugin schon mal jemand dahingehend modifiziert? Bzw. kann mir jemand bei dem Problem helfen?

Grüße,  
Tobias

---

<div class="post-metadata">

### Author: ![weinober](https://avatars.discourse-cdn.com/v4/letter/w/96bed5/32.png) [@weinober](https://forum.shopware.com/u/weinober)
#### Post date: [4. Oktober 2017 um 11:59 UTC](https://forum.shopware.com/t/google-shopping-conversions-teilweise-doppelt-gezahlt/48001/2 "2017-10-04T11:59:15Z")

</div>

\*Push\*

Ich habe dieses Problem ebenfalls und meine Agentur wird erfolgsabhängig bezahlt!

---

<div class="post-metadata">

### Author: ![weinober](https://avatars.discourse-cdn.com/v4/letter/w/96bed5/32.png) [@weinober](https://forum.shopware.com/u/weinober)
#### Post date: [13. Oktober 2017 um 18:59 UTC](https://forum.shopware.com/t/google-shopping-conversions-teilweise-doppelt-gezahlt/48001/3 "2017-10-13T18:59:54Z")

</div>

So…nachdem sich Shopware anscheinend nicht dazu berufen fühlt sich des Problems anzunehmen, habe ich mich die letzten Tage mit diesem Thema abgequält. Die Lösung ist eigentlich relativ einfach und ich verstehe nicht, warum es nicht als Standardfunktion implementiert ist. Es muss einfach nur ein einzigartiger Wert, in dem Fall die Bestellnumer, mit übergeben werden. Folglich muss der Code vom Plugin etwas angepasst werden.&nbsp;

Verzeichnis:&nbsp;[www.shopadresse.de/engine/Shopware/Plugins/Community/Frontend/SwagGoogle/Views/Common/SwagGoogle/adwords.tpl](http://www.shopadresse.de/engine/Shopware/Plugins/Community/Frontend/SwagGoogle/Views/Common/SwagGoogle/adwords.tpl)

Code (das was angefügt wurde&nbsp;„fett“ markiert):

{if $GoogleConversionID}  
&nbsp; &nbsp; {$sRealAmount=$sAmount|replace:",":"."}  
&nbsp; &nbsp; {if $sAmountWithTax}  
&nbsp; &nbsp; &nbsp; &nbsp; {assign var=„sRealAmount“ value=$sAmountWithTax|replace:",":"."}  
&nbsp; &nbsp; {else}  
&nbsp; &nbsp; &nbsp; &nbsp; {assign var=„sRealAmount“ value=$sAmount|replace:",":"."}  
&nbsp; &nbsp; {/if}  
&nbsp; &nbsp;   
&nbsp; &nbsp;   
&nbsp; &nbsp;   
  
  
 ![](https://europe1.discourse-cdn.com/flex013/uploads/shopware/original/2X/d/d5fceb6532643d0d84ffe09c40c481ecdf59e15a.gif)  
  
  
{/if}  
&nbsp;
