Tapfiliate makes it incredibly easy to grow your social reach across the web with rich, engaging branded content.
Give personal links and coupons
Your brand on your links
Create shareable social media posts for affiliates
White labelled affiliate pages that match your brand and domain perfectly. Even personalized emails are a breeze to write in your own voice.
Give affiliates a branded dashboard
Your brand on your links
Six supported affiliate languages
Custom sign up fields & payout methods
<script src="https://tapfiliate.com/tapfiliate.js" async type="text/javascript"></script>
<script type="text/javascript">
(function(t,a,p){t.TapfiliateObject=a;t[a]=t[a]||function(){
(t[a].q=t[a].q||[]).push(arguments)}})(window,'tap');
tap('create', '101-A92605');
tap('detect');
</script>
<script src="https://tapfiliate.com/tapfiliate.js" async type="text/javascript"></script>
<script type="text/javascript">
(function(t,a,p){t.TapfiliateObject=a;t[a]=t[a]||function(){
(t[a].q=t[a].q||[]).push(arguments)}})(window,'tap');
tap('create', '101-A92605');
// this is a shopify specific example. Find your integration guide at https://tapfiliate.com/docs/integrations
tap('conversion', '{{ order_number }}', {{ subtotal_price | money_without_currency | remove: ',' }});
</script>
<script src="https://tapfiliate.com/tapfiliate.js" async type="text/javascript"></script>
<script type="text/javascript">
(function(t,a,p){t.TapfiliateObject=a;t[a]=t[a]||function(){
(t[a].q=t[a].q||[]).push(arguments)}})(window,'tap');
tap('create', '101-A92605');
var commissions = [
{
comission_type: "shop-purchase",
sub_amount: 50.50
},
{
comission_type: "newsletter-signup",
sub_amount: 1
},
];
// this is a shopify specific example. Find your integration guide at https://tapfiliate.com/docs/integrations
tap('conversionMulti', '{{ order_number }}', {}, commissions);
</script>
SaaS clients benefit from our Recurring Commissions feature. Attract top influencers by linking a customer to an affiliate using our Lifetime Commissions feature.
Award one-time commissions (e-commerce)
Award monthly commissions (Subscription/SaaS)
Fixed or percentage commissions
Per category/product commissions
Boost your sales by creating tempting bonuses. Set targets based on the number of conversions or conversion amount to motivate your affiliates.
Create affiliate tiers
Set performance bonuses
Team commissions
Lifetime commissions
Make your life easy with a scalable and automatable platform. Tapfiliate lets you easily set up triggered emails, webhooks and automations using our Zapier app.
Automate your workflows
Approve commissions manually or automate it
Go deep and gain full control of your affiliate world using our REST API. Automate your workflows and free your time to focus on your affiliate growth. We continuously improve our API by adding new endpoints.
Automate your workflows
curl https://api.tapfiliate.com/1.6/conversions/ { "id": 1, "external_id": "ORD123", "amount": 17.95, "click": { "created_at": "2018-02-03T12:39:19+0000", "referrer": "https://awesome-affiliate-site.com/", "landing_page": "https://your-site.com/landing/" }, "commissions":[ { "id": 602, "conversion_sub_amount": 50, "amount": 5, "commission_type": "standard", "approved": false, "kind": "level" } ], "affiliate": { "id": "chucknorris1", "firstname": "Chuck", "lastname": "Norris" }, "meta_data": { "tap": "awesome" }