Use product code in favor of product name in csv export

This commit is contained in:
Björn Fromme
2019-07-22 16:09:40 +02:00
parent 117e32c492
commit 8a469d2320
@@ -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(