Get started with Dreamdata
How to invite your colleagues to Dreamdata
How to set up Dreamdata Web tracking (analytics.js) manually
How to set up up Dreamdata web tracking (analytics.js) using Google Tag Manager
How to track forms adding the auto-identify script via Google Tag Manager.
Onboarding for paying customers [VIDEO]
Onboarding process for free customers [VIDEO]
Setting Up Dreamdata
Single sign-on
The Onboarding Process
What is Dreamdata? [VIDEO]
Dashboards
Home
Engagement
Content Reporting
Analytics
Performance
Content Performance - Dashboard Options
Which channel performs best for different content?
Which content generates pipeline?
Measuring influenced pipeline for B2B content - the true conversion metric
Setup Content Reporting
What KPI to measure the effect of B2B content?
Performance
Paid
Ad Spend
Bing Ads
Capterra Ads
Facebook Ads
G2 Crowd
Google Display Ads
Google Search Ads
LinkedIn Ads
Overview
Return on Ads Spend
YouTube Ads
Organic
Acquisition
Conversions
Performance vs. Revenue attribution: A guide on when to use what
Web Traffic
Journeys
Revenue Analytics
Data Platform
Sources
Albacross
Clearbit Reveal
Custom Integration
Import cost data using Google Sheet
Importing historical data to Dreamdata using Google Sheets
RollWorks Site Traffic Revealer
Setting up AdRoll
Setting up Bing Ads
Setting up Capterra
Setting up Close
Setting up Data Export to BigQuery of CRM Properties
Setting up Facebook Ads
Setting up G2 Crowd
Setting up Google Ads
Setting up Google Search
Setting up HubSpot
Setting up Intercom
Setting up LinkedIn Ads
Setting up Marketo
Setting up Microsoft Dynamics
Setting up Pardot
Setting up Pipedrive
Setting up Salesforce
Setting up Twitter Ads
Setting up Zapier integration & Zaps for Lead Gen forms/Lead Ads
Setting up Zendesk Sell
Setting up Zoho CRM
Triblio ABM platform
Destinations
Connect to AWS Redshift using AWS Glue
Connect your Dreamdata data to Amazon Redshift
Connect your Dreamdata data to Snowflake
Getting Started with Google Data Studio Templates
Google BigQuery
Google Cloud Storage
Google Connected Sheets
Guides for Google Data Studio Reporting
LinkedIn Offline Conversion
Data Enrichment
Intent data
Overview
Table Schema
General Settings
Tracking
Segment
Advanced Identification of users and companies
Anonymizing IP
Calendly
Cookie Bar
Cookie Retention
Dreamdata Cookies
Form Tracking
How does Dreamdata track all relevant on-site customer data?
How to track your emails?
Pardot iframe form tracking
Query parameters
Reduce impact from ad-blockers and Apple ITP 2.x
Server Side Analytics APIs
Tracking Hubspot Forms with auto-identify script
Tracking SPAs (Single Page Applications)
Tracking iframes with auto-identify script
Tracking using Sleeknote or Drift
Allowed Domains
Menu: Settings
Setting up your customised Stage Models
Setting up your default Stage Models
UTM Mapping
FAQ
Can I exclude content or websites from being tracked?
Categories
Roles and Permissions
Some of my deals are flagged with "no-tracking". What does it mean?
What does Visitors, Contacts and Companies mean?
What is a Stage Model?
What is a company in Dreamdata?
What is a session?
Why are my dashboards empty?
Agency Partners
Contact
Ideal Customer Profile
Intro Template for your new clients
Partner Material
Partner Tiers
Referral Guide and UTM tracking
Welcome Partner!
Quick learning videos!
Are you using G2?
Do you know how your company is generating money?
Do you know which of your Marketing activities had the biggest impact on pipeline and revenue?
Dreamdata Content Analytics: Discover the real value of your content
Find the content that generates most pipeline
Helping BDRs break through to the hottest accounts
How Content Analytics tracks the influence of content of pipeline and revenue
How to cut the cost of your Google Search Ads
How to easily build a retargeting audience with Dreamdata
How to see the value of B2B Google Ads in pipeline and revenue generated
How to set up content categories on Dreamdata
Performance vs. Revenue Analytics reports- when to apply them best!
See the value of SEO in pipeline and revenue generated
What attribution really is and why you should care!
Which of your emails produce pipeline and revenue?
- All Categories
- General Settings
- Tracking
- Form Tracking
Form Tracking
Updated
by Rune Juul-Stokholm
Form Tracking
Tracking forms properly is key to success when it comes to using Dreamdata, whether it is tracking done by our script or something else.
Depending on your starting point there are different ways of doing this.
To get things started as quickly as possible you can start by enabling the auto identify script either manually or through Google Tag Manager.
Tracking using Javascript (developer needed)
It is highly recommended for you to track forms using Javascript which gives you the control and reliability to ensure we track your important events. It also allows you to rename your forms to something less generic than Form Submitted which will add transparency in the product.
This is an easy tasks for a developer or operations person.
This is the tracking code you would want to add. Remember to replace the email with the user’s actual email address, you might want to ask your developer to help with that as it depends on how your setup works.
analytics.identify(null, {email: 'person@email.com'});
analytics.track('formSubmitted');
Auto identify
With this method, you add an additional script to your pages that out-of-the-box monitors all form submissions and if it can find an email input, it uses that as the user’s email address, meaning its linking that email input with the user’s cookie id.
When using this method it’s important to note that it only works if your forms are straight forward valid HTML forms. If you are doing a lot of javascript, want to control the tracking behaviour, or else how just don’t use valid HTML forms then you should consider the Javascript option.
See below for information about installation and configuration.
Note : Our script adds event listeners to all forms present after the load event. Any forms which are added after this will not be tracked.
Manually install auto-identify script
Add auto-identify script in the header of your websites where you would also add the following script at the end of the <head /> section.
<script async id="dreamdata-form-identify" src="https://cdn.dreamdata.cloud/scripts/identify-form/v1/identify-form.min.js"></script>
Tracking forms adding auto-identify script via Google Tag Manager
This guide will explain how you can add the auto-identify form tracking script via Google Tag Manager using a custom HTML tag.
Tracking Calendly forms
This guide will explain how you can track Calendly forms on your website.
Tracking Hubspot Forms with auto-identify
This guide explains how you can apply the auto identify script and start tracking If you use Hubspot forms on your website
Tracking iframe forms with auto-identify script
This guide will explain you how can use auto-identify script to track forms sitting in iframes.
Tracking Pardot iframe forms
This guide explains how you can track Pardot iframe forms on your website.
Tracking using Server Side Analytics APIs
This guide will explain you how to track events server side. If you want to know more about this, contact your customer success manager or reach out trough the chat.
Tracking forms using Sleeknote or Drift
This guide how to track forms using Drift or Sleeknote.