Merge branch 'master' into develop
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user