Add utm paramters to urls in facebook csv export

This commit is contained in:
Björn Fromme
2019-07-22 14:43:45 +02:00
parent 361f9d7f95
commit 09379be028
@@ -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(),