Tapfiliate
Get the most out of your Tapfiliate affiliate program with AnyTrack.io. Easily streamline conversion data and improve ROAS with automated conversion tracking.
Tapfiliate takes all the hassle out of setting up an affiliate program. It allows our customers to create sustainable value by building their own tribe of shop promoters.
Tapfiliate Integration Overview
Tapfiliate Affiliate Program allow you to set a global triggers:
Events and Technical Specs
Tracking Group | AutoTag Parameter (subid ) |
---|---|
tapfiliate | tm_atclid |
Tracking Method | webhook |
Check the AnyTrack Tag on Your Site
For the integration to function properly, it is essential to include the AnyTrack Tag in the
head
section of all the pages on your website. If you don't know how to do this, read the Installing the AnyTrack Tag article.
Setup Guide
Go to the Tapfiliate integration page and click Install Integration.
Step by step instructions
- Navigate to the Integration Catalog and search for Tapfiliate
- Click on TapFiliate card and then click on Install
- Give it a name and the login URL and click Next
- Copy the Webhook URL.
- Login to your affiliate panel and go to Settings > Triggers
https://funnelish.tapfiliate.com/p/triggers
- Add a new trigger and fill name and description (ie. "AnyTrack Webhook")
- The trigger event should be "conversion created".
- Then, the webhook action can be selected.
- Paste the Webhook URL.
- Select "POST" as the method.
- Copy the Webhook Body and paste it int he webhook body field.
- Click on Save.
Validation
This section will enable you to validate the main aspects of your setup.
Link tracking
Since Tracking starts when visitors clicks on offer links, you will want to verify that your links are tracked and AutoTagged.
AutoTag Method
Reminder about AutoTag
Autotag is a function that is enabled by default through the AnyTrack tracking tag, and that appends
subid
&click_id
data to affiliate links. Learn more here about AutoTag.
- Default: When you publish your offer links "as is" on your website.
- AutoScan: AnyTrack scans links that are behind redirects plugins and AutoTags them according to their tracking requirements.
- Manual:
- Tracking Group Attribute: You add the tracking group attribute to links according to their tracking requirements. For example:
data-tracking-group="tapfiliate"
orrel="tapfiliate"
. More about Tracking Group here. - Click ID Token: You append the subid like this:
&tm_atclid=--CLICK-ID--
to the offer link.
- Tracking Group Attribute: You add the tracking group attribute to links according to their tracking requirements. For example:
Once the links are set up, you can check in your affiliate account reports and see whether the tm_atclid
parameters are passed to the offer links.
See how autotag works for tapfiliate links.
Here is an example of how you would manually update links from {groupId}:
<a href="https://funnelish.com?ref=ywfkyzj" data-tracking-group="tapfiliate">Hover on the tapfiliate Demo
Link to see the AnyTrack click_id</a>
Tracking Group
Tracking Group refers to the integration technology. For example, Impact Affiliate Network tracking group is
impact
and CJ Affiliates iscj
.
Conversion Tracking
To validate your setup, there aren't many options but to wait for a conversion to come in and inspect the conversion log to find out whether conversions are properly tracked.
FAQ & Troubleshooting
-
Yes, simply install the Tapfiliate integration from the Integration Catalog in AnyTrack to automatically generate the template needed for seamless tracking of your Tapfiliate-based affiliate networks.Can I integrate a Tapfiliate-based affiliate network with AnyTrack using a template or a standard postback? -
No. Anytrack can only ingest conversions that have been triggered following a visitor session on your website.Can I import past conversions into Anytrack? -
Yes, but this requires a custom setup. Please refer to this article.Can I track direct linking campaigns? -
Yes. But you will have to activate AutoTag manually by adding an attributes on your offer links.Can I use a differentsubid
parameter than the one predefined by AnyTrack? -
No, theCan I track conversions without theclick_id
?click_id
passed to the offer link is required to track with Postback URL. -
You can addThe conversion Event Name is not what I am expecting, how can I change it?event_name=YOUR_CONVERSION_NAME
parameter in the postback URL.
Take these steps to troubleshoot errors you encounter in AnyTrack
General troubleshooting
- Verify that your tracking tag is set in the
head
section of your website. - If you're on the free plan, verify that you didn't reach the monthly traffic limit.
Conversion sources
When you are not getting conversions, most conversions trigger an error or you're not getting the Conversion data you expect.
Before you reach out to the support, please inspect the conversion log to see what type of errors you are getting and try to adjust the integration following the following troubleshooting guidelines.
Native integrations
Native integrations refer to platforms that are predefined in the catalog and should provide an error-free data flow.
The most common error is that the click_id
is unknown or missing and this is the case when AutoTag did not append the anytrack click_id
to the offer link.
- Check that your affiliate links are not hidden behind some javascript.
- Check that the links are in a standard
a
element. - Try to manually set the tracking group attribute (check the integration guidelines).
- Check whether your offers are not getting traffic from websites where AnyTrack Tag isn't set.
- If you just installed AnyTrack, some conversions might be the originating from traffic that wasn't tracked by AnyTrack.
Conversion data doesn't trigger an error 🔴, but isn't not validated 🟢
- Check that the postback URL set in the integration matches the predefined postback URL we provide. If necessary, update the postback URL.
- Copy the Event Reference and contact the support.
You're not getting conversions:
- Check that the AnyTrack postback / webhook is set and active in your platform integration.
Custom Integrations
Custom integrations refer to integrations that have been set using the Custom Integration and that requires manual setup following standard tracking parameters.
Common errors with custom integrations include missing and unknown click_id
but can also be the result of using the wrong conversion attributes or postback tokens.
- Check that you've properly set the Anytrack tracking attributes and the integration tokens.
- Check that you're passing the correct AutoTag
subid
parameter to the offer link. - Check that the Postback URL is correctly inserted in the custom integration.
Updated 7 months ago