LeadByte integration
Learn how to integrate LeadByte with AnyTrack.io to streamline your affiliate marketing workflow and improve ROAS.
LeadByte Integration Overview
The integration between LeadByte and AnyTrack enables you to get the most out of your marketing efforts. By connecting both platforms, conversion data is automatically sent from LeadByte to AnyTrack, which in turn forwards it on to Google Ads, Facebook Conversion API or Tiktok API - giving you real-time insights into how effective your campaigns are. With one click tracking set up through our simple setup wizard, capture more conversions without any extra effort! Automate repetitive tasks and save time while optimizing for better ROI results with this powerful platform combination.
Prerequisites:
- Your form has been configured to to receive the anytrack
clickid- The anytrack tag is in the head section of your website (where the forms are located)
- You have updated your LeadByte POST URL to include the
c3parameter.- Please review the LeadByte knowledge base article to learn more about the LeadByte Integration with Anytrack.
How does the LeadByte AnyTrack integration work:
- Traffic: When visitors land on your website, AnyTrack collects traffic source data and First Party data.
- Form submission: When a visitor submits the form on your website, anytrack will automatically pass the anytrack
click_idinto the form. - Conversion flow:
- When a visitor submits a form and is accepted, Leadbyte sends the
leadevent to Anytrack. - When the lead is validated, leadbyte sends a
completeregisrationevent to Anytrack - When a lead is sold, leadbyte sends a
Purchaseevent to Anytrack.
- When a visitor submits a form and is accepted, Leadbyte sends the
- Conversion API: As conversions happen, AnyTrack then sends your conversions to your Ad Platforms' Conversion API.
Technical details
| Reference | Value | Information |
|---|---|---|
| Tracking Group | leadbyte | The Tracking Group reference can be used to activate AutoTag. |
| Subid Parameter | c3 | The Subid Parameter used to pass the AnyTrack click_id to leadbyte api. |
| Tracking Method | Webhook | - |
| hidden field form token | --CLICK-ID-- | You will need to create a hidden field in your form and add the default value --CLICK-ID-- so that anytrack will automatically substitute the token with a click_id value. |
Standard Conversions
Good to knowIf you are funneling your leads through a form provider such as Typeform, Anytrack will trigger a Lead event.
Note that the parameter sent to Tyypeform is
at_click_idso when you forward the lead data to LeadByte you need to pass the value of the clickid to thec3parameter.
| Event Name | Details | Data Source |
|---|---|---|
Lead | When lead is accepted by LeadByte. | Webhook |
CompleteRegistration | When a lead is valid and ready to be sold. | Webhook |
Purchase | When a lead is sold to a buyer. | webhook |
The LeadByte Webhook
The Webhook is fully pre-defined and ready to be implemented with your LeadByte account.
https://t1.anytrack.io/xxxxxxx/collect/leadbyteLeadbyte webhook Payload example:
Check line 39 for the c3 parameter and anytrack clickid
{
"count": 1,
"index": 0,
"callbackType": "LEAD-SOLD_UNSOLD",
"record": {
"campaign": {
"name": "Campaign name",
"reference": "1",
"currency": "USD",
"id": 1,
"deliveryModel": "Hybrid"
},
"buyers": [
{
"name": "Lead buyer name",
"reference": "12",
"revenue": 260,
"id": 31,
"status": "Sold"
}
],
"lead": {
"contactemail": true,
"firstname": "John Doe",
"county": "California",
"source": "google",
"ssid": null,
"phone1": "7024888888",
"sid": "1",
"street1": null,
"id": 4400320,
"street2": null,
"contactphone": true,
"email": "[email protected]",
"optinurl": null,
"received": "2023-05-29T07:10:09Z",
"c1": null,
"c2": null,
"c3": "XXXXXXPkXHcuKgRM5NHep8dv7exre7T3a5",
},
"callbackReference": "Anytrack (Purchases)",
"deliveries": [
{
"reference": "any reference",
"scheduleTime": "2023-05-29T07:10:10Z",
"validResponse": true,
"delay": 0,
"rawResponse": "Lead Assigned",
"requestUrl": null,
"id": 51,
"sentAt": "2023-05-29T07:10:10Z",
"status": "Sent",
"responseLabel": "Success"
}
],
"supplier": {
"name": "The lead Supplier",
"commission": 0,
"id": 1,
"payoutType": "Buyer Delivery Accept",
"sid": "1",
"status": "Buyer Rejection"
}
}
}
Before you beginThe LeadByte integration requires that the AnyTrack Tracking Tag in the
headsection of your website or landing pages. Learn now to Install the AnyTrack Tag on your website.
Setup Guide
Step #1: Add LeadByte to your AnyTrack Account
- Go to the catalog and search for LeadByte.
- Now click on the leadbyte card and then Click on Install.
Step #2: Connect your LeadByte account
- Copy the predefined Postback URL
- Go to your LeadByte account and open the settings.
- Go to webhooks
- Add a new webhook
- Select all available parameters
- Paste the AnyTrack Webhook URL
- Save
Step #3: Adjust the Conversion Event Mapping
The Event Mapping allows you to define which events to track and map them to Conversion Events you will forward to your Ads Integrations (ex: Facebook Conversion API)\
Checklist to verify your integration
- The Anytrack tag is in the head section of the website where your leads submit their form.
- You have added a hidden field to your form:
c3and default value--CLICK-ID-- - You have added the anytrack webhook in Leadbyte
- Trigger all events
- Send all parameters, including the
c3parameters
- You have tested the form and can see the
c3parameter populated with a unique click_id string (ex:xZDGbrPkXHcuKgRM5NHep8dv7exre7T3a5 - The Events are valid in the integration log
FAQ & Troubleshooting
-
No. Anytrack can only ingest conversions that have been triggered following a visitor session on your website.Can I import past conversions into Anytrack? -
If you don't see theI don't see thec3parameter in LeadByte?c3& clickid value parameter in Leadbyte, it means that the form you are using to collect the leads is not configured: - Verify that you have added the hidden field (see instructions above)
- Verify that the
c3parameter is passed to the LeadByte webhook (alongside the other lead parameter data) - If you are using a form like [doc:leadshook], [doc:unbounce], [doc:elementor] or [doc:typeform], please review the corresponding guides.
-
No. The parameter isCan I use a differentsubidparameter than the one predefined by LeadByte?c3and this is the parameter we parse theclick_idfrom. If it's not present in the webhook payload, the conversion will not be tracked. -
No. TheCan I track conversions without theclick_id?click_idpassed to the LeadByte lead data is required to track conversions. -
You can update the Event Mapping in the LeadByte Integration settings.The Conversion Event Name is not what I am expecting, how can I change it?
Updated 2 months ago
