This plugin connects your WooCommerce store to Kodo, an online service that helps brands run influencer marketing campaigns. A Kodo account is required for the plugin to do anything — Kodo offers a free tier as well as paid plans.
Kodo is a service that helps online stores work with influencers (such as social-media creators) to sell more products with tracking the sales informations. A enterprise signs up for Kodo, invites influencers to promote its store, and gives each influencer a personal link and/or a discount code to share with their audience.
When shoppers buy through those links or codes, Kodo keeps track of which influencer brought in each sale and works out how much commission that influencer has earned. The enterprise manages everything (its influencers, links, discount codes, and payouts) from the Kodo website at withkodo.com. Kodo does all the tracking and commission math; the store owner doesn’t have to match up links, codes, and orders by hand.
On its own, this plugin does nothing visible to your shoppers. Its only job is to be the bridge between your WooCommerce store and your Kodo account so the two can share information automatically. After you connect it, the plugin quietly:
The plugin never decides on its own who earns commission or how much. It only passes information back and forth. All of the actual decisions and calculations happen on the Kodo service.
To use this plugin you must have a Kodo account. Kodo offers a free tier for stores getting started, with paid plans for higher usage limits and advanced features. When you click “Connect,” you’ll be taken to withkodo.com to sign in or sign up. The plugin itself is free and open-source, but it has nothing to do until it is connected to a Kodo account.
By using this plugin you agree to Kodo’s Terms of Use and Privacy Policy.
A note for store owners: Because this plugin sends order information to Kodo (see the “External Services” section below for exactly what), you are responsible for letting your customers know about Kodo in your own store’s privacy policy, as required by the laws that apply to you.
This plugin connects your WooCommerce store to Kodo, a third-party influencer-attribution and commission service operated by Kodo. The plugin does not function without this connection. Below is every external endpoint the plugin contacts, what it sends, and when.
The Kodo platform is reached at two hosts:
https://www.withkodo.com (the dashboard you sign in to)https://bfakqzjzdwruyyhcfnbo.supabase.co (Kodo’s server-side API)https://www.withkodo.com/api/woocommerce/installhttps://bfakqzjzdwruyyhcfnbo.supabase.co/functions/v1/wc-issue-api-keyhttps://bfakqzjzdwruyyhcfnbo.supabase.co/functions/v1/transaction-wc?ref= value), any discount code used, the landing URL, and the landing timestampAll requests to the Kodo backend are authenticated with the API key in an Authorization header. The API key is never logged, never placed in a URL, and never included in a request body.
After connecting, Kodo may call back to two REST endpoints the plugin registers under the kodo/v1 namespace: one to complete the connection handshake, and one to push influencer discount codes into your store as WooCommerce coupons. These inbound requests are verified with the credentials established during the Connect handshake (a token check and an HMAC signature, respectively). The plugin itself does not initiate these calls.