29 NEXT
  • Welcome to 29 Next Docs
  • About 29 Next
  • Changelog
  • Start Here
    • 🌟Get Started on 29 Next
      • General Settings & Branding
      • Link Domains
      • Invite Team Members
      • Add Locations & Languages
      • Checkout Settings & Policies
      • Customer Storefront Accounts
      • Fulfillment Settings
      • Support & Notifications
      • Add Payment Providers
    • ⚑Developer Docs
  • BUILD A STORE
    • πŸ“¦Products Catalogue
      • Add Products
      • Inventory
      • Product Variants
      • Gift Cards
      • Upsells & SEO Settings
      • Create Categories
      • Google Merchant XML Feed
      • Tax Settings
    • πŸ›’Storefront
      • Customer Accounts
      • Support Content
      • Custom Pages
      • Blogs
      • Storefront Redirects
    • πŸͺ„Technical Settings
      • Metadata Fields & Tags
      • Configure Webhooks
      • Storefront API & Events
  • Manage Orders
    • πŸ“₯Orders
      • Create Orders
      • Order Management
      • Edit Orders
      • Refund Items & Orders
      • Create & Manage Returns
      • Order Statuses
      • Open Carts
      • Test Orders
    • πŸ‘₯Customers Guide
      • Customer Carts
      • Checkout Links
    • πŸ”ƒSubscriptions Guide
      • Subscription Settings
      • Managing Subscriptions
      • Account Updater
      • Decline Salvage
      • Subscription Statuses
    • πŸ“žSupport Guide
  • Features
    • πŸ›οΈOffers Guide
      • Create and Manage Offers
      • Product Ranges
      • Coupons
      • Shareable Coupon Links
      • Marketing Attribution
    • πŸ’³Payments Guide
      • 3DS2 Payments
      • PayPal
      • Apple Pay
      • Google Pay
      • Stripe APMs
      • Authorize & Capture Payments
      • Disputes Guide
      • Block Lists
      • Payment Failure Cascading
      • Transaction Response Codes
    • 🚚Fulfillment Guide
      • Fulfillment Statuses
      • Location-Based Routing
      • Advanced Settings
  • Apps
    • 3PL Central
    • Avalara AvaTax
    • Campaigns App
    • Delivery Tracking
    • Everflow
    • Meta Pixel
    • Gorgias
    • Klaviyo
    • MaxMind minFraud
    • Chargeback360
    • TaxJar
    • ShipStation
    • Shop Sync
  • Analytics
    • Dashboards
    • Orders Reports
    • Customers Reports
    • Disputes Reports
    • Gift Card Reports
    • Fulfillment Reports
    • Transactions Reports
    • Support Ticket Reports
    • Subscription Reports
    • Tax Reports
    • Partner Marketing Reports
Powered by GitBook
On this page
  • Setup Everflow Integration for Your Storefront
  • Set up Everflow Postbacks via Admin API

Was this helpful?

  1. Apps

Everflow

Automate your Partner Marketing Attribution & Tracking

PreviousDelivery TrackingNextMeta Pixel

Last updated 6 months ago

Was this helpful?

Everflow is a partner and affiliate marketing tracking platform that allows you to create and track unique offers for your marketing partners. With Everflow, it’s easy to attribute sales to partners, evaluate the performance of each partner channel, and automate the postback of lead, order, upsell, and subscription events.

Everflow is an installable App. Enable it from the Apps menu on your store.

Setup Everflow Integration for Your Storefront

To set up Everflow on your store, navigate to Apps > Everflow. Input your Everflow account credentials and click Save.

on an order-level is populated by values passed via querystring parameters. The Everflow Click ID (Transaction ID) should be passed using the evclid parameter on links to your storefront.

The configurable fields are as follows:

  • Everflow Postback URL*

  • Everflow Network ID*

  • Everflow Verification Token

  • Everflow Postback Delay Minutes

  • Include Tax in Conversion Value

The Everflow App uses the S2S (Server to Server) conversion method with an order. The S2S conversion method will enable the following values to be passed back on a conversion event into Everflow.

  • order amount

  • order currency

  • Everflow NID

  • order number

  • transaction id

Use the Everflow Postback Delay setting to allow up to 10 minutes for post-checkout Upsells Revenue generated in a single customer session to be accounted for in the conversion event postback.

Order totals sent to Everflow on conversion events are tax exclusive by default. Enable the Include Tax in Conversion Value setting if you want to post the order total inclusive of tax to Everflow.

Set up Everflow Postbacks via Admin API

The everflow_transaction_id is equivalent to the "transaction_id" that Everflow generates on a click to your URL.

Example Source Attribution Meta with Everflow Transaction ID

"attribution": {
    "metadata": {
        "everflow_transaction_id": "string"
    }
}

For orders created via the orders_create method, you must pass the everflow_transaction_id as a string into the Source Attribution Metadata field on your API call. Orders created with this ID will trigger the S2S postback to Everflow, and associate the conversion events back to Everflow.

Note that do not fire an S2S postback to Everflow.

Admin API
Test Orders
Source Attribution
Everflow App Settings