Commit 01c76e0e28 for woocommerce

commit 01c76e0e28ee8bb8232796414a39df46e6fc10dd
Author: Darren Ethier <darren@roughsmootheng.in>
Date:   Tue Feb 24 18:09:00 2026 -0500

    Update Marketing Overview channels list with Reddit and Snapchat (#63416)

    * Update Marketing Overview channels list with Reddit and Snapchat

    Replace Facebook for WooCommerce and Meta Ads/Kliken entries with
    Reddit for WooCommerce and Snapchat for WooCommerce as Tier 1
    partners. Update Google for WooCommerce description.

    * Reorder Marketing Overview sales channels: Google, Reddit, TikTok, Snapchat, Pinterest

    * Update changelog to mention sales channel reordering

    * Remove duplicate Reddit and Snapchat SVGs, reuse existing core-profiler icons

diff --git a/plugins/woocommerce/changelog/update-WOOPLUG-6337-marketing-overview-channels-list b/plugins/woocommerce/changelog/update-WOOPLUG-6337-marketing-overview-channels-list
new file mode 100644
index 0000000000..6d35575728
--- /dev/null
+++ b/plugins/woocommerce/changelog/update-WOOPLUG-6337-marketing-overview-channels-list
@@ -0,0 +1,4 @@
+Significance: patch
+Type: update
+
+Replace Facebook and Meta Ads/Kliken with Reddit and Snapchat in the Marketing Overview channels list, reorder the sales channels, and update the Google for WooCommerce description
diff --git a/plugins/woocommerce/src/Admin/Features/MarketingRecommendations/DefaultMarketingRecommendations.php b/plugins/woocommerce/src/Admin/Features/MarketingRecommendations/DefaultMarketingRecommendations.php
index 7587eeaabb..bd751d83b9 100644
--- a/plugins/woocommerce/src/Admin/Features/MarketingRecommendations/DefaultMarketingRecommendations.php
+++ b/plugins/woocommerce/src/Admin/Features/MarketingRecommendations/DefaultMarketingRecommendations.php
@@ -57,7 +57,7 @@ class DefaultMarketingRecommendations {
 		return array(
 			array(
 				'title'          => 'Google for WooCommerce',
-				'description'    => __( 'Get in front of shoppers and drive traffic so you can grow your business with Smart Shopping Campaigns and free listings.', 'woocommerce' ),
+				'description'    => __( 'Reach millions of active shoppers across Google by creating ads for your products straight from your dashboard.', 'woocommerce' ),
 				'url'            => "https://woocommerce.com/products/google-listings-and-ads/{$utm_string}",
 				'direct_install' => true,
 				'icon'           => "{$icon_dir_url}/google.svg",
@@ -74,13 +74,13 @@ class DefaultMarketingRecommendations {
 				),
 			),
 			array(
-				'title'          => 'Pinterest for WooCommerce',
-				'description'    => __( 'Grow your business on Pinterest! Use this official plugin to allow shoppers to Pin products while browsing your store, track conversions, and advertise on Pinterest.', 'woocommerce' ),
-				'url'            => "https://woocommerce.com/products/pinterest-for-woocommerce/{$utm_string}",
+				'title'          => 'Reddit for WooCommerce',
+				'description'    => __( 'Seamlessly sync your products to find new customers using Reddit Ads.', 'woocommerce' ),
+				'url'            => "https://woocommerce.com/products/reddit/{$utm_string}",
 				'direct_install' => true,
-				'icon'           => "{$icon_dir_url}/pinterest.svg",
-				'product'        => 'pinterest-for-woocommerce',
-				'plugin'         => 'pinterest-for-woocommerce/pinterest-for-woocommerce.php',
+				'icon'           => WC_ADMIN_IMAGES_FOLDER_URL . '/core-profiler/logo-reddit.svg',
+				'product'        => 'reddit-for-woocommerce',
+				'plugin'         => 'reddit-for-woocommerce/reddit-for-woocommerce.php',
 				'categories'     => array(
 					$marketing,
 				),
@@ -108,16 +108,13 @@ class DefaultMarketingRecommendations {
 				'tags'           => array(),
 			),
 			array(
-				'title'          => 'Blaze Ads',
-				'description'    => __(
-					'The quickest way to grow your business by advertising to over 100 million users across Tumblr and WordPress, starting at just \$5/day.',
-					'woocommerce'
-				),
-				'url'            => "https://woocommerce.com/products/blaze-ads/{$utm_string}",
+				'title'          => 'Snapchat for WooCommerce',
+				'description'    => __( 'Find new customers by reaching an untapped audience using Snapchat for WooCommerce.', 'woocommerce' ),
+				'url'            => "https://woocommerce.com/products/snapchat/{$utm_string}",
 				'direct_install' => true,
-				'icon'           => "{$icon_dir_url}/blaze.svg",
-				'product'        => 'blaze-ads',
-				'plugin'         => 'blaze-ads/blaze-ads.php',
+				'icon'           => WC_ADMIN_IMAGES_FOLDER_URL . '/core-profiler/logo-snapchat.svg',
+				'product'        => 'snapchat-for-woocommerce',
+				'plugin'         => 'snapchat-for-woocommerce/snapchat-for-woocommerce.php',
 				'categories'     => array(
 					$marketing,
 				),
@@ -129,36 +126,43 @@ class DefaultMarketingRecommendations {
 				),
 			),
 			array(
-				'title'          => 'Facebook for WooCommerce',
-				'description'    => __( 'List products and create ads on Facebook and Instagram.', 'woocommerce' ),
-				'url'            => "https://woocommerce.com/products/facebook/{$utm_string}",
+				'title'          => 'Pinterest for WooCommerce',
+				'description'    => __( 'Grow your business on Pinterest! Use this official plugin to allow shoppers to Pin products while browsing your store, track conversions, and advertise on Pinterest.', 'woocommerce' ),
+				'url'            => "https://woocommerce.com/products/pinterest-for-woocommerce/{$utm_string}",
 				'direct_install' => true,
-				'icon'           => "{$icon_dir_url}/facebook.svg",
-				'product'        => 'facebook-for-woocommerce',
-				'plugin'         => 'facebook-for-woocommerce/facebook-for-woocommerce.php',
+				'icon'           => "{$icon_dir_url}/pinterest.svg",
+				'product'        => 'pinterest-for-woocommerce',
+				'plugin'         => 'pinterest-for-woocommerce/pinterest-for-woocommerce.php',
 				'categories'     => array(
 					$marketing,
 				),
 				'subcategories'  => array(
 					$sales_channels,
 				),
-				'tags'           => array(),
+				'tags'           => array(
+					$built_by_woocommerce,
+				),
 			),
 			array(
-				'title'          => 'Meta Ads and Pixel by Kliken',
-				'description'    => __( 'Automate Facebook & Instagram marketing with Kliken. Launch ads and schedule a month of posts in 5 minutes—first 5 free! Plans start at just $20/mo.', 'woocommerce' ),
-				'url'            => "https://woocommerce.com/products/meta-ads-and-pixel/{$utm_string}",
+				'title'          => 'Blaze Ads',
+				'description'    => __(
+					'The quickest way to grow your business by advertising to over 100 million users across Tumblr and WordPress, starting at just \$5/day.',
+					'woocommerce'
+				),
+				'url'            => "https://woocommerce.com/products/blaze-ads/{$utm_string}",
 				'direct_install' => true,
-				'icon'           => "{$icon_dir_url}/kliken.svg",
-				'product'        => 'kliken-ads-pixel-for-meta',
-				'plugin'         => 'kliken-ads-pixel-for-meta/kliken-ads-pixel-for-meta.php',
+				'icon'           => "{$icon_dir_url}/blaze.svg",
+				'product'        => 'blaze-ads',
+				'plugin'         => 'blaze-ads/blaze-ads.php',
 				'categories'     => array(
 					$marketing,
 				),
 				'subcategories'  => array(
 					$sales_channels,
 				),
-				'tags'           => array(),
+				'tags'           => array(
+					$built_by_woocommerce,
+				),
 			),
 			array(
 				'title'          => 'MailPoet',