Transforming page views into pipeline with B2B-focused analytics
Upload a CSV file with your HVA definitions to automatically generate comprehensive tracking scripts. Required columns: HVA Name and New Syntax.
window.dispatchEvent(new CustomEvent("ANALYTICS.HVA", {detail: {type: 'hva.formview', assetId: '123', assetType: 'whitepaper'}}))
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'}})) |