Merge branch 'master' into develop
This commit is contained in:
@@ -97,8 +97,8 @@ class ResellerDataService implements SingletonInterface
|
|||||||
array $imageProcessingInstructions = null,
|
array $imageProcessingInstructions = null,
|
||||||
$type = 'facebook'
|
$type = 'facebook'
|
||||||
) {
|
) {
|
||||||
$queryData = $type !== 'google' ? [] : [
|
$queryData = [
|
||||||
'utm_source' => 'google',
|
'utm_source' => $type === 'google' ? 'google' : 'social',
|
||||||
'utm_medium' => 'cpc',
|
'utm_medium' => 'cpc',
|
||||||
'utm_campaign' => 'dynamisches-remarketing',
|
'utm_campaign' => 'dynamisches-remarketing',
|
||||||
'utm_content' => $product->getName(),
|
'utm_content' => $product->getName(),
|
||||||
|
|||||||
Reference in New Issue
Block a user