FunnelFuel ABM Insights Extractor

Transforming page views into pipeline with B2B-focused analytics

Customer Success Analytics

Bulk HVA CSV Upload

Upload Your HVA Definitions

Upload a CSV file with your HVA definitions to automatically generate comprehensive tracking scripts. Required columns: HVA Name and New Syntax.

Upload a CSV file with columns: HVA Name, Definition, Data/Parameters, Parent Page Definition, New Syntax
If provided, goals and segments will be automatically created in FunnelFuel
Includes enhanced console logging for debugging
Advanced Tracking Options
Adds automatic tracking for external links, email clicks, and phone interactions
Monitors user engagement at 25%, 50%, 75%, and 90% scroll points
Accurate time tracking with engagement milestones at 30s, 1m, 3m, 5m intervals
View Mapping Guide
CSV Format Requirements
Required Columns:
  • HVA Name - Descriptive name for the HVA
  • New Syntax - Complete CustomEvent JavaScript code
Optional Columns:
  • Definition - Description of the HVA
  • Data/Parameters: - Required parameters
  • Parent Page Definition: - Page context info
Example New Syntax:
window.dispatchEvent(new CustomEvent("ANALYTICS.HVA", {detail: {type: 'hva.formview', assetId: '123', assetType: 'whitepaper'}}))
What You'll Get
  • Complete tracking script with all HVA definitions
  • FunnelFuel base code integration
  • Automatic mapping to FunnelFuel categories/actions/labels
  • Error validation with detailed feedback
  • Ready-to-deploy JavaScript file
  • Testing mode with debug logging
Sample CSV Template

Download a sample CSV template to get started with the correct format:

HVA Name Definition Data/Parameters: Parent Page Definition: New Syntax
Asset Form View User views a gated asset form Asset ID, Form Name, Asset Title Page before form window.dispatchEvent(new CustomEvent("ANALYTICS.HVA", {detail: {type: 'hva.formview', assetId: '123', assetType: 'whitepaper', assetTitle: 'Sample Report'}}))
Contact Form Submit User submits contact form Form Name, Email Contact page window.dispatchEvent(new CustomEvent("ANALYTICS.HVA", {detail: {type: 'hva.formsubmit', formName: 'contact-form', assetType: 'leadform'}}))