Merge branch 'hotfix/utm-parameters'

This commit is contained in:
Björn Fromme
2019-09-11 09:09:47 +02:00
@@ -97,15 +97,12 @@ class ResellerDataService implements SingletonInterface
array $imageProcessingInstructions = null,
$type = 'facebook'
) {
/*
$queryData = [
'utm_source' => $type === 'google' ? 'google' : 'social',
$queryData = $type !== 'google' ? [] : [
'utm_source' => 'google',
'utm_medium' => 'cpc',
'utm_campaign' => 'dynamisches-remarketing',
'utm_content' => $product->getCode(),
];
*/
$queryData = [];
$data = SerializedProduct::fromEntity(
$product,