Get started with Dreamdata
What is Dreamdata? [VIDEO]
Setting Up 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.
The Onboarding Process
Onboarding process for free customers [VIDEO]
Onboarding for paying customers [VIDEO]
Single sign-on
How to invite your colleagues to Dreamdata
Dashboards
Home
Engagement
Performance
Content Performance
Analytics
Which channel performs best for different content?
Which content influenced the MQLs created in a time period?
Content Performance - Dashboard Options
Which content generates pipeline?
Measuring influenced pipeline for B2B content - the true conversion metric
What KPI to measure the effect of B2B content?
Setup Content Reporting
Content Analytics - Dashboard Options
Paid
Overview
Ad Spend
Return on Ads Spend
Google Search Ads
Google Display Ads
LinkedIn Ads
Bing Ads
Facebook Ads
YouTube Ads
Capterra Ads
G2 Crowd
Organic
Acquisition
Conversions
Web Traffic
Performance vs. Revenue attribution: A guide on when to use what
Journeys
Revenue Analytics
Data Platform
Sources
Intent Data
Paid
Setting up Facebook Ads
Setting up AdRoll
Setting up Twitter Ads
Setting up Bing Ads
Setting up LinkedIn Ads
Setting up Google Ads
Setting up G2
Setting up Capterra
CRM
Marketing Automation
Import Other
Import fixed cost data using Google Sheet
Importing data not in your CRM (using Google Sheets)
Import cost data using Google Sheet
Custom data
Setting up Outreach
Setting up Zapier integration & Zaps for Lead Ads
Setting up Google Search
Setting up Intercom
Destinations
Ad Network
Data Warehouse
Google BigQuery
Connect to AWS Redshift using AWS Glue
Connect your Dreamdata data to Snowflake
Connect your Dreamdata data to Amazon Redshift
Cloud Storage
Business Intelligence
Guides for Looker Studio Reporting
Getting Started with Looker Studio Templates
Google Connected Sheets
Setting up Data Export to BigQuery of CRM Properties
Overview
Company Data Enrichment
Table Schema
Intent data
General Settings
Tracking
Segment
Dreamdata Cookies
Form Tracking
Reduce impact from ad-blockers and Apple ITP 2.x
Pardot iframe form tracking
Anonymizing IP
Tracking using Sleeknote or Drift
How to track your emails?
Cookie Bar
How does Dreamdata track all relevant on-site customer data?
Cookie Retention
Tracking Hubspot Forms with auto-identify script
Server Side Analytics APIs
URL query parameters
Calendly
Tracking iframes with auto-identify script
Tracking SPAs (Single Page Applications)
Across domain & device tracking
Advanced Identification of users and companies
Stage Models
Setup Guide: All Salesforce Opportunities entering specific Stage
Setup Guide: Creation of Opportunities/Deals
Setup Guide: Tracked sign-up events
Setup Guide: All Hubspot Deals entering specific Stage
Stage Models - Customization
Menu: Settings
Allowed Domains
UTM Mapping
Branded Search filter
CRM-Based Channel and Source in the Absence of Tracking Activity
CRM filters
FAQ
Glossary
Categories
Some of my deals are flagged with "Unknown". What does it mean?
Data retention
Can I exclude content or websites from being tracked?
How are activity mapped to companies?
What does Visitors, Contacts and Companies mean?
What is a session?
Roles and Permissions
What is the reporting Time Zone?
Why are my dashboards empty?
Agency Partners
Welcome Partner!
Partner Tiers
Referral Guide and UTM tracking
Partner Material
Intro Template for your new clients
Ideal Customer Profile
Co-marketing and account mapping
Contact
Quick learning videos!
Find the content that generates most pipeline
How to set up content categories on Dreamdata
Do you know how your company is generating money?
How to see the value of B2B Google Ads in pipeline and revenue generated
How Content Analytics tracks the influence of content of pipeline and revenue
How to easily build a retargeting audience with Dreamdata
Are you using G2?
Performance vs. Revenue Analytics reports- when to apply them best!
What attribution really is and why you should care!
Helping BDRs break through to the hottest accounts
Dreamdata Content Analytics: Discover the real value of your content
Do you know which of your Marketing activities had the biggest impact on pipeline and revenue?
Which of your emails produce pipeline and revenue?
See the value of SEO in pipeline and revenue generated
How to cut the cost of your Google Search Ads
- 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.