diff --git a/public/typo3conf/ext/ep_products/Classes/Service/ResellerDataService.php b/public/typo3conf/ext/ep_products/Classes/Service/ResellerDataService.php index 3256bf1f..50b476d9 100644 --- a/public/typo3conf/ext/ep_products/Classes/Service/ResellerDataService.php +++ b/public/typo3conf/ext/ep_products/Classes/Service/ResellerDataService.php @@ -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,