Rules for Contact Creation
When a user fills out a Conversion form, the following logic applies in order:- First match on email address. If there is a match, update the most recently updated contact with that email address.
- Then, if the
trackingId(read more below) is linked to a contact, the form submission is attached to that contact and its fields are updated (including email address). - Otherwise, a new contact is created with the submitted email address and fields. The contact is then conditionally synced to your CRM based on your form and CRM sync settings.
Conversion trackingId
Conversion uses first-party cookies to store a trackingId per website visitor in browser storage. When a visitor identifies themselves through a form submission, the trackingId is tied to their contact record.
Original Traffic Sources
When a contact is created from a form submission, Conversion populates the following original traffic data on the contact’s fields:Original Traffic Channel
Original Traffic Channel
The channel the contact originally came from. Possible values are:
- Email Marketing: The
utm_mediumindicates email marketing. - Paid Search: The referring domain or
utm_sourceis a search engine, and theutm_mediumindicates paid traffic. - Organic Search: The referring domain or
utm_sourceis a search engine, and theutm_mediumdoes not indicate paid traffic. - Paid Social: The referring domain or
utm_sourceis a social media site, and theutm_mediumindicates paid traffic. - Organic Social: The referring domain or
utm_sourceis a social media site, and theutm_mediumdoes not indicate paid traffic. - Referral: There was a referring domain that did not match any classification above.
- Other Campaign: There was a
utm_sourcethat did not match any classification above. - Direct Traffic: No other classification was met.
All UTM values are derived from the first page the contact visited.
Original UTM Campaign
Original UTM Campaign
The value of the
utm_campaign query parameter from the first page the contact visited on your website.Original UTM Medium
Original UTM Medium
The value of the
utm_medium query parameter from the first page the contact visited on your website.Original UTM Source
Original UTM Source
The value of the
utm_source query parameter from the first page the contact visited on your website.Original UTM Term
Original UTM Term
The value of the
utm_term query parameter from the first page the contact visited on your website.Original Web Referrer
Original Web Referrer
The value of the
Referer HTTP header from the first page the contact visited on your website.Original Time Zone
Original Time Zone
The time zone derived from the contact’s IP address at the time of form submission. Formatted using the IANA time zone standard (e.g. America/Los_Angeles).