Custom Integrations

Learn how to integrate AnyTrack with any conversion sources such as CRM, affiliate network or eCommerce platforms.

AnyTrack already supports a large variety of integrations that you can find in the Integration Catalog. And while we integrate new platforms on a regular basis, you can leverage the custom integration to connect with third party platforms.

📘

Prerequisites:

  1. Your platform should be able to fire a Webhook URL.
  2. You must pass custom field or tracking parameters clickId to your cart, product link, or form (for CRMs).
  3. You should use the recommended standard Event Attributes

The AnyTrack ClickID parameter is automatically generated by AnyTrack and appended to forms and urls. Learn more about AutoTag.

Step by step guide

  1. Go to the Integration Catalog

  2. Add a new Integration

Click on ADD INTEGRATION
  1. Search And select the Custom Integration

Click on Custom
  1. Now Install the Integration and follow the steps

Click on INSTALL INTEGRATION
  1. Fill the fields with the required placeholders

This information should be provided by the platform you wish to integrate with. If you're not familiar with postback URLs or webhooks, please refer to this article.

Fill the fields with the required placeholders
  1. Click on SAVE

Click on SAVE
  1. Copy your Webhook URL and paste it into your integration

You should find out where to add Webhooks within your conversion source (CRM, eCommerce, etc...).

👍

Pro tip:

You can modify the webhook by adding more Event Attributes in order to enrich the data sent to ad platforms' pixels and Conversion API.

Copy your Webhook URL and paste it in your integration
  • Add more parameters to your Webhook
    Adding additional parameters is highly recommended, as it will improve your attribution and feed your ad pixels with more data to optimize your ads. Learn more about Event Attributes.
  • Matching Parameters
    The following parameters are also supported for better audience matching and attribution. Those values are hashed, standardized and processed to be forwarded to Facebook Conversion API or Google Enhanced Conversions
ParameterTypeExampleNotes
emailstring[email protected]
firstNamestringJohn
lastNamestringSmith
fullNamestringJohn SmithUsing this field will automatically fill first and last name fields
phonestring+1 (650) 555 4444Including country code and area code
birthdatestringMay 26, 1991 or 1991-05-26
citystringMenlo Park
statestringCATwo-letter state or province code
zipcodestring94025Zip or Postal Code
countrystringUS or United States

👍

Good to Know

There is NO need to hash the data. AnyTrack automatically formats and hashes the data for you when sending it to the pixels.

Recommendations

In some instances, the apps you will want to integrate can only pass arbitrary query parameters to the AnyTrack Webhook URL.

For example, Hubspot, Mailchimp or Salesforce have their payload structure, which cannot be modified. In this case, we recommend using Zapier or Make(previously called Integromat) to "catch" the webhook from your integration and post it to the AnyTrack Webhook following our Query Parameters structure. Learn more about Webhooks.