Retreaver Call Tracking
Follow this guide to integrate Retreaver with AnyTrack for call tracking and conversion reporting. Set up call event tracking, configure postback URLs, and track call conversions in your ad platforms.
Integration Overview
Integrating AnyTrack with Retreaver enables tracking of phone call conversions from your marketing campaigns. Capture interactions when a user views a dynamically loaded phone number on a landing page and track subsequent phone call conversions.
The integration involves three steps:
- Attach an
atclidparameter to the dynamically loaded phone number on the landing page (Pageview Tracking) - Send the AnyTrack
atclidto Retreaver (Data Passing) - Create a custom integration in AnyTrack to map standard parameters to Retreaver's webhook or postback URL (Custom Server-Side Integration)
Prerequisites
- Active AnyTrack account
- Retreaver account with call tracking configured
- Familiarity with JavaScript and webhooks/postback URLs
- Access to Retreaver technical documentation
Setup Steps
Step 1: Implement Pageview Tracking with atclid
atclid- Install the AnyTrack JavaScript tag on your landing pages
AnyTrack(function () {
var `atclid` = AnyTrack('`atclid`');
});- Modify the script that dynamically loads the phone number to include the
atclidparameter. Append it as a query parameter in a format Retreaver recognizes.
Step 2: Pass AnyTrack atclid to Retreaver
atclid to Retreaver- Extract the AnyTrack
atclidusing JavaScript - Send this
atclidto Retreaver's system using the appropriate method
Step 3: Create a Custom Server-Side Integration in AnyTrack
- Configure a webhook or postback URL in AnyTrack for Retreaver
- Map AnyTrack parameters correctly to Retreaver's webhook or postback URL requirements
Validation Steps
- Verify the
atclidparameter is correctly attached to the phone number and being tracked - Confirm accurate transmission of the AnyTrack
atclidto Retreaver - Ensure accurate data transmission from Retreaver to AnyTrack, then to your ad platforms
Related Resources
- Leverage the PageView
atclidparameter - Create a custom integration in AnyTrack
- Working with webhooks
- Standard Events parameters and attributes
Updated 10 days ago
