FunnelFuel ABM Insights Extractor

Transforming page views into pipeline with B2B-focused analytics

Customer Success Analytics

Google Sheets HVA Mapping Guide

Your HVA Syntax
window.dispatchEvent(new CustomEvent("ANALYTICS.HVA", {
    detail: {
        type: 'hva.formsubmit',
        formName: 'contact-us-form',
        parentPage: 'form_start:Contact Us:Website',
        assetId: 'ff-contact-001',
        assetType: 'leadform',
        assetTitle: 'Contact Us – FunnelFuel',
        emid: email,
        pp: 'standard:blind-submit:soft-gate:post'
    }
}));
FunnelFuel Mapping Result
Category: Lead Forms
Action: Form Submitted
Label: Contact Us – FunnelFuel | ID:ff-contact-001 | Form:contact-us-form | Gate:soft-gate
Custom Variables:
  • Asset ID: ff-contact-001
  • Email: [user email]
  • Privacy Policy: standard:blind-submit:soft-gate:post
  • Asset Type: leadform
  • Parent Page: form_start:Contact Us:Website

Complete Mapping Reference
Category Mapping
Type/AssetType Category
hva.form*Forms
leadformLead Forms
whitepaperWhitepapers
case-studyCase Studies
webinarWebinars
demoDemos
trialTrials
Action Mapping
Type Action
hva.formviewForm Viewed
hva.formsubmitForm Submitted
hva.formstartForm Started
hva.downloadAsset Downloaded
hva.viewContent Viewed
hva.videoplayVideo Played
hva.demoDemo Requested
Label Format (Complete String)
Full Label Structure:
assetTitle | ID:assetId | Form:formName | Gate:gateType
Component Example
assetTitleContact Us – FunnelFuel
ID:assetIdID:ff-contact-001
Form:formNameForm:contact-us-form
Gate:gateTypeGate:soft-gate
Result:
Contact Us – FunnelFuel | ID:ff-contact-001 | Form:contact-us-form | Gate:soft-gate