
Increase your social reach by letting affiliates share your branded content directly to social networks.
YouTube videos, banners, images, links, pins and more, are easily shared or embedded.
Direct social sharing
Upload branded content
Pre-create social posts
Customize to match your brand and use your own domain in the tracking links.
Create personalized emails with your tone and touch. Set up a custom domain for your affiliate portal.
Branded affiliate dashboard
Six supported affiliate languages









Is your platform missing? Send us a message.
SaaS clients benefit from our Recurring Commissions feature. Attract top influencers by linking a customer to an affiliate using our Lifetime Commissions feature.
Recurring commissions
Fixed or percentage-based commissions
Boost your sales by creating tempting bonuses. Set targets based on the number of conversions or conversion amount to motivate your affiliates.
Reward affiliates flexibly
Set custom targets
<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>Trigger customized emails and other actions tailored to your strategy. Create flexible integrations or marketing automations using webhooks in combination with our API.
Automate your workflows
Approve commissions manually or automate it
Manage and tweak Tapfiliate to meet all your needs 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"
}