Merge branch 'hotfix/unique-product-name'

This commit is contained in:
Björn Fromme
2019-07-22 16:09:46 +02:00
@@ -101,7 +101,7 @@ class ResellerDataService implements SingletonInterface
'utm_source' => $type === 'google' ? 'google' : 'social',
'utm_medium' => 'cpc',
'utm_campaign' => 'dynamisches-remarketing',
'utm_content' => $product->getName(),
'utm_content' => $product->getCode(),
];
$data = SerializedProduct::fromEntity(