AnyTrack docs
🔗 Website🖐 Feature Requests⚙ Integrations👉 Sign up
  • Getting Started
  • Archive
  • docs
    • Advanced Settings
    • Elementor
    • Integrations
    • Taboola Integration
    • AnyTrack Guide to Conversion Tracking
    • The AnyTrack Tracking Code
    • Account Setup Tutorial
    • ⚒️Pixel & Analytics Integrations
    • Getting Started with AnyTrack
    • AnyTrack Core Features & Concepts
    • Conversion logic
    • AutoTrack
    • AutoTag copy from readme
    • AutoTag from Gitbook
    • AnyTrack Initial Setup
    • Google Tag Manager
    • Google Analytics integration
    • Enhance ROI: Facebook Postback URL for Affiliates
    • Facebook Conversion API and iOS 14 tracking restrictions
    • Affiliate Link Tracking
    • Form Submission Tracking
    • Form Tracking / Optins
    • Analytics & Reporting
    • Webhooks
    • Trigger Events Programmatically
    • Custom Events Names
    • Trigger Postbacks Programmatically
    • Redirectless tracking
    • Cross-Domain Tracking
    • Event Browser & Debugger
    • Fire Third-Party Pixels
    • Multi-currency
    • Frequently Asked Questions
    • Affiliate Networks Integrations
    • Partnerize integration
    • Affiliate Networks link attributes "cheat sheet"
    • Postback URL Parameters
    • ClickBank Instant Notification Services
    • Tune integration (AKA Hasoffers)
    • LeadsHook Integration
    • Frequently Asked Questions
    • Shopify Integration
    • Custom Affiliate Network Integration
    • Impact Postback URL
    • ShareAsale integration
    • IncomeAccess
    • HitPath
    • Phonexa
    • CJ Affiliates Integration
    • AWin integration
    • Pepperjam integration
    • Google Ads Integration
    • 💡Bing Ads server to server tracking
    • Outbrain Postback URL
    • Google Analytics Goals
    • External references & links
    • Google Ads Tracking Template
    • Google Analytics Goal Template
    • Affiliate network integration request
    • Troubleshooting guidelines
    • Convertri Integration
    • ClickFunnels Integration
    • Unbounce Integration
    • How AnyTrack works with link trackers plugins
    • Thirsty Affiliates
    • Redirection
    • Pretty Links Integration with AnyTrack
    • Difference between Search terms and search keyword
    • Facebook Server-Side API (legacy)
Powered by GitBook
On this page
  • How it works?
  • Reminder: How AnyTrack identify affiliate links
  • 3 methods used by AnyTrack to track links
  • AutoTrack
  • Link attributes
  • Manual Subid
  1. docs

How AnyTrack works with link trackers plugins

This section describes how to setup AnyTrack with third party link trackers such as Pretty Links, Thirsty Affiliates.

PreviousUnbounce IntegrationNextThirsty Affiliates

Last updated 4 years ago

Link trackers are very popular since they allow you to manage your affiliate links from a single place. Some of the link trackers have very extensive features that provide you with analytics insights, but do not provide real conversion data.

When you integrate AnyTrack with link redirector, you instantly enrich your Google Analytics, Facebook Pixel, Facebook Conversion API, and other pixels with complete and real conversion data.

How it works?

When you add the AnyTrack data-tracking-group link attribute to your links, during the click event, AnyTrack will automatically append the querystring and click_id value to the redirect link. During the redirect, the link redirector will forward the query string and click_id parameter to the affiliate link.

When the conversion occurs in the affiliate program, AnyTrack will capture the conversion data - such as the conversion value, conversion type, transaction id, conversion status, brand name and sync it with your Google Analytics and Facebook Pixel.

Reminder: How AnyTrack identify affiliate links

Conversion tracking requires that a unique tracking identifier be passed to the affiliate link, so that upon conversion, the affiliate network can send the unique identifier along with the conversion data. When the conversion data is collected by AnyTrack, the unique identifier is used to attribute the conversion to the the initial click and visit.

The unique identifier that we call the Click ID is appended to the affiliate link, along with a predetermined query string commonly called Subid.*

Each affiliate network has its own subid query string, but you don't have to worry about this since AnyTrack automatically maps and does the job for you with the Feature.

Example: Impact (FKA Impact Radius)

https://leadpages.pxf.io/c/169033/406395/5673?subId1=oZRUxDdXUVoAdbKKpBAjqh

3 methods used by AnyTrack to track links

AutoTrack

When your links are published as-is on your site, AnyTrack will automatically identify them according to which affiliate network they belong to and append the subid query string accordingly.

Link provided by Impact radius:

https://leadpages.pxf.io/c/169033/406395/5673

The link is AutoTageged when the page loads.

Link attributes

AnyTrack will automatically identify your affiliate links according to link attributes associated with the link.

In this example, we have created a Pretty Link and added the Impact Radius affiliate link. We have published the link and added a link attribute directly in the HTML.

Attribute type

Tracking Group

Function

Requirement

rel

impact

Affiliate network identification

yes

data-brand

leadpages

Identify the product / brand

Optional

<a href="https://anytrack.io/goto/leadpages" data-brand="leadpages" rel="sponsored impact">landing page builder</a>

Manual Subid

When you manually add the subid and {click_id} on one of your link.

This method implies that you know which subid is used by the affiliate network.

https://anytrack.io/goto/leadpages?subId1={click_id}

See it live on the site

AnyTrack will substitute the macro {click_id} with a unique dynamic value.

➡️
AutoTag
➡️
here
Pretty Link example with Impact affiliate link