Merge branch 'hotfix/facebook-export-utm'

This commit is contained in:
Björn Fromme
2019-07-22 14:43:50 +02:00
@@ -97,8 +97,8 @@ class ResellerDataService implements SingletonInterface
array $imageProcessingInstructions = null,
$type = 'facebook'
) {
$queryData = $type !== 'google' ? [] : [
'utm_source' => 'google',
$queryData = [
'utm_source' => $type === 'google' ? 'google' : 'social',
'utm_medium' => 'cpc',
'utm_campaign' => 'dynamisches-remarketing',
'utm_content' => $product->getName(),