Merge branch 'release/2019.08.002'

This commit is contained in:
Björn Fromme
2019-08-21 10:13:35 +02:00
2 changed files with 258 additions and 255 deletions
Generated
+255 -255
View File
File diff suppressed because it is too large Load Diff
@@ -97,12 +97,15 @@ class ResellerDataService implements SingletonInterface
array $imageProcessingInstructions = null, array $imageProcessingInstructions = null,
$type = 'facebook' $type = 'facebook'
) { ) {
/*
$queryData = [ $queryData = [
'utm_source' => $type === 'google' ? 'google' : 'social', 'utm_source' => $type === 'google' ? 'google' : 'social',
'utm_medium' => 'cpc', 'utm_medium' => 'cpc',
'utm_campaign' => 'dynamisches-remarketing', 'utm_campaign' => 'dynamisches-remarketing',
'utm_content' => $product->getCode(), 'utm_content' => $product->getCode(),
]; ];
*/
$queryData = [];
$data = SerializedProduct::fromEntity( $data = SerializedProduct::fromEntity(
$product, $product,