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
  • Advanced settings for data integrity.
  • Form submission and tracking
  • Reports & Analytics
  • AnyTrack reports two types of conversions to Google Analytics:
  1. docs

Advanced Settings

Advanced settings for data integrity.

The web analytics world is complex due to the multitude of type of websites, webform providers, CMS platforms, landing page builders. They all come with their own properties and events naming policies. Fortunately, there are some common syntaxes that we use to facilitate the data matching between AnyTrack and Google Analytics event properties.

Google Analytics event properties and the values we pass to each:

  • Event Category: AnyTrack Conversion

  • Event Action: at.callToAction, at.lead, at.CPA, at.sale, at.install

  • Event Label: Link name, Link URL, Link ID, offer name, brand name, form name

  • Event Value: conversion value received by the affiliate network (rounded), default to 0

To simplify the process you can import the Goal Template we have shared on the Google Analytics Template Gallery.

Form submission and tracking

Prerequisites to track forms submissions:

  • If you want to pass and store the Click ID variable to your email marketing software, CRM, lead generation partners, you will need to add a hidden field to your form as well as in your CRM/email marketing platform.

    • Hidden field

    • Field Name: Click ID

    • Field default value: {click_id} (if your form provider doesn't allow curly brackets {} you can add the value in encoded format %7Bclick_id%7D).

  • Form name, Form ID

Example: Instapage hidden field named click_id and default value {click_id}

Reports & Analytics

We push all conversion and event data to Google Analytics (GA) so you can use standard reporting features provided by Google Analytics to analyze your campaigns and site's performances.

// Some code

AnyTrack reports two types of conversions to Google Analytics:

Onsite Conversions

Those are the conversions and events happening on your site.

  • Call To Action clicks: the clicks on the affiliate / offer links

  • Forms submissions: Any form submitted through your site which carries the {click_id} value.

Offsite conversions

Any conversions sent from an external source and captured by the AnyTrack postback URL. In most cases, it will be an affiliate program firing a conversion.

Conversion data can be filtered across most reports of Google Analytics dimensions using the Event Action, Event Category and Event Label.

NextElementor

Last updated 4 months ago

Instapage hidden field setup