let setCookie = (name, value, domain, days = null) => { let expires = "" if (days !== null) { const d = new Date() d.setTime(d.getTime() + (days * 24 * 60 * 60 * 1000)) expires = "expires=" + d.toUTCString() + ";" } document.cookie = name + "=" + value + ";" + expires + "path=/;domain=" + domain } let getCookieDomain = () => { let arr = window.location.hostname.split('.') return arr.length >= 2 ? `.${arr[arr.length - 2]}.${arr[arr.length - 1]}` : arr[0] } let affiliateConnectorId, affiliateType const urlParams = new URLSearchParams(window.location.search) if (urlParams.get('tid')) { affiliateConnectorId = urlParams.get('tid') affiliateType = 'everflow' } else if (urlParams.get('irclickid')) { affiliateConnectorId = urlParams.get('irclickid') affiliateType = 'impact' } else if (urlParams.get('fbclid')) { affiliateConnectorId = urlParams.get('fbclid') affiliateType = 'facebook-ads' } else if (urlParams.get('gclid')) { affiliateConnectorId = urlParams.get('gclid') affiliateType = 'google-ads' } if (affiliateConnectorId && affiliateType) { let days = 7 if (["facebook-ads", "google-ads"].includes(affiliateType)) { days = 28 } if (affiliateType === "facebook-ads") { affiliateConnectorId = "fb.1." + Date.now() + "." + affiliateConnectorId; } setCookie('affiliate_connector_id', affiliateConnectorId, getCookieDomain(), days) setCookie('affiliate_type', affiliateType, getCookieDomain(), days) } // // const acceptedUtmTags = ['utm_id', 'utm_source', 'utm_campaign', 'utm_medium', 'utm_term', 'utm_content'] const utmTags = {} let hasUtmTags = false for (const tagName of acceptedUtmTags) { const tagValue = urlParams.get(tagName) if (tagValue) { utmTags[tagName] = tagValue hasUtmTags = true } else { utmTags[tagName] = null } } if (hasUtmTags) { setCookie('utm_stored_data', JSON.stringify(utmTags), getCookieDomain(), 365) } // -->

Start Your Free
7-Day Trial!

Get Direct Access to Million-Dollar Strategies and Resources with Zendrop Plus!

Billed Monthly
Billed Annually
Fulfillment
Get sourcing and fulfillment
$49/mo
Start Now for FREE
Billed monthly
Includes
  • Access to 1M+ Products
  • Source Any Product
  • Quick Order Processing
  • Unlimited Orders Per Month
  • Industry-Leading Shipping Time
  • Automated Fulfillment
  • Custom Branding
  • US Products
  • World-Class Support
recommended
Plus Coaching
Get help making sales
$79/mo
Start Now for FREE
Billed Monthly
Everything in Fulfillment, plus:
  • Coaching Calls:
    Weekly live group Zoom calls with an expert dropshipper.
  • Zendrop Academy:
    A Complete course for launching and growing your store.
  • Trending Products Finder:
    A live feed of curated products that are sure to sell.
  • $100 in Order Credits:
    Fulfill your first $100 in orders on our platform for FREE.
Additional Premium Seller Features:
  • Subscription Boxes
  • Product Bundles
  • Chargeback Management
  • Private Product Listing
Fulfillment
Get sourcing and fulfillment
$33.25/mo
Start Now for FREE
Billed Annually - Save $189
Includes
  • Access to 1M+ Products
  • Source Any Product
  • Quick Order Processing
  • Unlimited Orders Per Month
  • Industry-Leading Shipping Time
  • Automated Fulfillment
  • Custom Branding
  • US Products
  • World-Class Support
recommended
Plus Coaching
Get help making sales
$47.75/mo
Start Now for FREE
Billed Annually - Save $399
Everything in Fulfillment, plus:
  • Coaching Calls:
    Weekly live group Zoom calls with an expert dropshipper.
  • Zendrop Academy:
    A Complete course for launching and growing your store.
  • Trending Products Finder:
    A live feed of curated products that are sure to sell.
  • $100 in Order Credits:
    Fulfill your first $100 in orders on our platform for FREE.
Additional Premium Seller Features:
  • Subscription Boxes
  • Product Bundles
  • Chargeback Management
  • Private Product Listing