Merge branch 'master' into develop
This commit is contained in:
@@ -101,7 +101,7 @@ class ResellerDataService implements SingletonInterface
|
|||||||
'utm_source' => $type === 'google' ? 'google' : 'social',
|
'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->getCode(),
|
||||||
];
|
];
|
||||||
|
|
||||||
$data = SerializedProduct::fromEntity(
|
$data = SerializedProduct::fromEntity(
|
||||||
|
|||||||
Reference in New Issue
Block a user