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
  • Conversion Type:
  • Transaction ID
  1. docs

Conversion logic

Learn how AnyTrack process conversion data and automatically map it to standard events.

Because conversions sources have their own terminology, type of events and parameters, AnyTrack processes the conversion data and in some cases it applies some logic.

Conversion Type:

Anytrack triggers conversions according to the parameter conversion_typeset in the postback URL.

For example: `conversion_type=lead`

https://postbackurl.foo/postback?click_id=123123213&conversion_type=lead

Smart logic:

In some cases, the affiliate network doesn't have a parameter that defines the conversion type. It's the case for Tune (formerly known as Hasoffers).

The Tune platform can fire multiple conversion types for each offer. For example, lead, subscription and recurring sale.

As a marketer, you might want to know the conversion from lead to subscription.

By placing the AnyTrack postback URL in your hasoffers account and for each conversion goal, AnyTrack will trigger the following conversions.

  • Lead: when a conversion is triggered with a 0 commission value.

  • completed registration: When the same click_id triggers an additional conversion with a >0 commission value.

  • Purchase: when the same click_id triggers a further conversion with a >0 commission value.

Transaction ID

AnyTrack uses the affiliate networks transaction_id parameter to deduplicate or increment conversions for recurring sales.

For example, if the postback sends the same conversion type with the same transaction_id AnyTrack will discard the conversion.

If the network doesn't use a transaction_id please refrain from adding one.

PreviousAnyTrack Core Features & ConceptsNextAutoTrack

Last updated 4 years ago