We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af01c61 commit 7b50c44Copy full SHA for 7b50c44
includes/Generator/OrderAttribution.php
@@ -378,11 +378,11 @@ private static function get_campaign_type() {
378
*/
379
private static function get_seasonal_campaign_data() {
380
$campaigns = array(
381
- 'summer_sale_2024' => array(
+ 'summer_sale' => array(
382
'content' => 'summer_deals',
383
'term' => 'seasonal_discount',
384
),
385
- 'black_friday_2024' => array(
+ 'black_friday' => array(
386
'content' => 'bf_deals',
387
'term' => 'black_friday_sale',
388
@@ -441,7 +441,7 @@ private static function get_product_campaign_data() {
441
'term' => 'new_arrival',
442
443
'spring_collection' => array(
444
- 'content' => 'spring_2024',
+ 'content' => 'spring',
445
'term' => 'new_collection',
446
447
);
0 commit comments