Setting Up LeadFollow for Your Team
LeadFollow is DealGate's powerful prospect engagement tracking system that alerts your team when potential customers are showing interest in your business. This guide will walk you through the complete setup process to ensure your team can effectively monitor and respond to prospect activities.
Understanding LeadFollow
LeadFollow enables your team to:
- Track when prospects visit your website, open emails, or download content
- Receive real-time notifications about high-intent activities
- See detailed engagement history for each prospect
- Prioritize follow-ups based on engagement data
- Coordinate team responses to prospect activities
Prerequisites
Before setting up LeadFollow, ensure you have:
- Admin access to your DealGate account
- Access to your website's codebase for tracking script installation
- Team member email addresses for notification setup
- Basic understanding of your sales workflow
Step 1: Install the Tracking Script
The LeadFollow tracking script needs to be installed on your website to capture visitor data:
- Navigate to Settings > LeadFollow Setup in your DealGate dashboard
- Under the Tracking Setup tab, you'll find your unique tracking script
- Copy the provided JavaScript code
- Install the script in the
<head>
section of all pages you want to track - For websites using Google Tag Manager:
- Create a new Custom HTML tag
- Paste the LeadFollow script into the tag
- Set the trigger to fire on All Pages
- Publish your container
Example implementation:
<!-- DealGate LeadFollow Tracking -->
<script>
(function (d, g, a, t, e) {
d.dgTrack =
d.dgTrack ||
function () {
(d.dgTrack.q = d.dgTrack.q || []).push(arguments);
};
d._dgSettings = { key: "YOUR_UNIQUE_KEY" };
var s = g.createElement(a);
s.async = true;
s.src = t;
var r = g.getElementsByTagName(a)[0];
r.parentNode.insertBefore(s, r);
})(window, document, "script", "https://track.dealgate.com/tracker.js");
</script>
Step 2: Verify Installation
After installing the tracking script:
- Return to Settings > LeadFollow Setup in your dashboard
- Click the Verify Installation button
- The system will check if the script is properly installed and receiving data
- If verification fails, troubleshoot using the provided diagnostics
You can also manually verify by:
- Opening your website in an incognito/private browser window
- Performing some basic navigation between pages
- Checking the Live Feed in your DealGate dashboard for the test activity
Step 3: Configure Email Tracking
To track email opens and link clicks:
- Navigate to Settings > Email Integration
- Choose your email platform:
- Gmail/Google Workspace
- Microsoft 365/Outlook
- HubSpot
- Salesforce
- Other (via BCC method)
- Follow the platform-specific connection instructions
- Once connected, send a test email to verify tracking is working
For manual BCC tracking (compatible with any email provider):
- Select Manual BCC Setup option
- Copy your unique BCC address
- Add this address as a BCC recipient when sending prospect emails
- Template:
[email protected]
Step 4: Set Up Team Members
Add team members who need access to LeadFollow:
- Go to Settings > Team Management
- Click Add Team Member
- Enter their email address and select their role:
- Admin: Full access to all settings and data
- Manager: Access to team data and limited settings
- User: Access to assigned leads and personal notifications
- Customize their permissions:
- View all leads or only assigned leads
- Export capabilities
- Notification settings access
- Click Send Invitation
- New users will receive an email with setup instructions
Step 5: Configure Notification Preferences
Set up how your team receives alerts:
-
Navigate to Settings > Notifications
-
Configure Team-Wide Notification Settings:
- Select notification channels (email, browser, Slack, mobile app)
- Set business hours for notifications
- Configure minimum engagement thresholds for alerts
-
Enable Integrations if needed:
- Slack
- Microsoft Teams
- SMS (via Twilio)
- CRM notifications
-
Set up Lead Routing Rules:
- Assign leads to team members based on criteria
- Create round-robin distribution for new leads
- Set territory-based assignments
Step 6: Customize Activity Scoring
LeadFollow uses an engagement scoring system to prioritize prospect activities:
- Go to Settings > Engagement Scoring
- Adjust point values for different activities:
- Page visits (by page type/category)
- Email opens
- Link clicks
- Content downloads
- Return visits
- Time spent on page
- Set thresholds for:
- Hot leads (high engagement score)
- Warm leads (medium engagement score)
- Cold leads (low engagement score)
- Click Save Scoring Rules
Step 7: Define High-Value Pages
Identify important pages that indicate strong buying intent:
- Navigate to Settings > Page Configuration
- Click Add High-Value Page
- Enter the page URL pattern (supports wildcards)
- Assign a page category:
- Pricing pages
- Product pages
- Case studies
- Contact/demo request pages
- Set the engagement value (1-10)
- Add notes for your team about the page's significance
- Repeat for all important pages
Step 8: Create Custom Notifications
Set up notifications for specific high-value activities:
- Go to Settings > Custom Alerts
- Click Create New Alert
- Configure trigger conditions:
- Activity type (page visit, email open, etc.)
- Specific pages or content
- Engagement threshold
- Repeat visit patterns
- Set alert recipients:
- Specific team members
- Roles or groups
- Lead owner
- Choose notification method and urgency
- Add custom message template for the alert
- Set cooldown period to prevent notification fatigue
Step 9: Set Up Daily Digest Reports
Configure automated summary reports:
- Navigate to Settings > Reports
- Enable Daily Activity Digest
- Configure report content:
- New leads identified
- Highest engagement activities
- Team response metrics
- Pending follow-ups
- Select recipients and delivery time
- Choose between email format or dashboard delivery
- Enable weekend suppression if desired
Step 10: Connect Your CRM (Optional)
Integrate LeadFollow with your CRM:
- Go to Settings > Integrations
- Select your CRM from the list:
- Salesforce
- HubSpot
- Pipedrive
- Close
- And more
- Authenticate using the provided flow
- Map LeadFollow fields to your CRM fields
- Configure sync options:
- Bi-directional or one-way sync
- Update frequency
- Conflict resolution settings
- Test the integration with sample data
Step 11: Mobile App Setup (Optional)
Set up the LeadFollow mobile app for on-the-go notifications:
- Download the DealGate mobile app from the App Store or Google Play
- Log in with your DealGate credentials
- Navigate to Settings > Notifications
- Configure mobile-specific notification settings:
- Push notification permissions
- Quiet hours
- Vibration/sound preferences
- Notification priority levels
Step 12: Training Your Team
Ensure your team knows how to use LeadFollow effectively:
- Schedule a team onboarding session
- Distribute the LeadFollow Quick Start Guide (available in your dashboard)
- Establish team protocols for:
- Response time expectations
- Follow-up templates to use
- Lead assignment acknowledgment
- Activity logging requirements
Advanced Configuration
Website Event Tracking
Track specific user interactions beyond page views:
- Navigate to Settings > Event Tracking
- Create custom events for:
- Button clicks
- Form submissions
- Video views
- Scroll depth
- Time on page thresholds
- Add the following code to track custom events:
// Track button click
dgTrack("event", {
type: "button_click",
name: "Request Demo",
location: "pricing_page",
});
// Track form submission
dgTrack("event", {
type: "form_submit",
form_id: "contact_form",
form_data: { include_fields: false }, // no PII
});
UTM Parameter Capture
Configure LeadFollow to capture marketing attribution data:
- Go to Settings > UTM Tracking
- Enable UTM Parameter Capture
- Select which parameters to track:
- utm_source
- utm_medium
- utm_campaign
- utm_content
- utm_term
- Custom parameters
- Set attribution window (7-90 days)
- Configure first-touch vs. last-touch attribution models
IP Filtering
Prevent internal traffic from triggering alerts:
- Navigate to Settings > IP Management
- Click Add IP Address or Add IP Range
- Enter your company's IP addresses or ranges
- Optionally label each entry (e.g., "HQ Office," "Remote Team")
- Select filtering behavior:
- Exclude from all tracking
- Track but don't trigger alerts
- Track with special "Internal" tag
Data Retention Settings
Configure how long LeadFollow retains visitor data:
- Go to Settings > Data Management
- Set retention periods for:
- Identified prospect data (recommended: 12-24 months)
- Anonymous visitor data (recommended: 3-6 months)
- Engagement history (recommended: 12-24 months)
- Configure automated anonymization or deletion policies
- Set up data export schedules if needed for compliance
Troubleshooting Common Setup Issues
Tracking Script Not Firing
If the tracking script isn't registering visits:
- Check browser console for JavaScript errors
- Verify that the script is in the
<head>
section - Ensure your unique key is correctly formatted
- Check for content blockers or CSP issues
- Verify the domain matches your DealGate account settings
Missing Email Tracking Data
If email tracking isn't working:
- Verify email integration authentication status
- Check that tracking pixels aren't being blocked
- Confirm BCC address is correctly formatted
- Test with different email clients
- Check email template compatibility
Notification Delivery Issues
If notifications aren't being received:
- Check spam/junk folders
- Verify notification permissions in browser/device
- Confirm business hours settings
- Check minimum threshold settings
- Test notifications manually using the test function
Next Steps
After completing your LeadFollow setup:
- Create effective follow-up templates to respond to prospect engagement
- Export verified leads to expand your prospect database
For assistance with your LeadFollow setup, contact our customer success team through the chat icon in your dashboard.