1. Home
  2. Integrations
  3. Marketing Automation
  4. Confirmation Page Capture Tag

Confirmation Page Capture Tag

Summary

This article provides the code for Confirmation Page Capture Tags.

Not sure what a “Confirmation Page” Capture Tag is, or unsure if you should be using it? Read the Intro to Capture Tags article!

Where do I put the Capture Tag Code?

To identify visitors that fill out an external form, the PathFactory capture tag code snippet must be placed within the  element of a Thank You page that the form redirects to. Similar to the email tracking links, the automation platform’s personalization functionality is used to pass the email address of the visitor to the PathFactory platform.

Capture Tag Code Snippet

The code for the capture tag is the following:

<script id="lookbook-capture-tag"
src="https://app.cdn.lookbookhq.com/libraries/capture/capture.js"
data-email="{{email}}"
</script>

{{email}}  is replaced with the automation platform’s syntax to merge the recipient’s email address.

Platform Email Field Merge Capture Tag
Eloqua
<span class="eloquaemail">
EmailAddress</span>
<script id="lookbook-capture-tag" src="https://app.cdn.lookbookhq.com/libraries/capture/capture.js" data-email="EmailAddress">
</script>
Marketo
{{lead.Email Address}}
<script id="lookbook-capture-tag" src="https://app.cdn.lookbookhq.com/libraries/capture/capture.js" data-email="{{lead.Email Address}}">
</script>
Pardot
%%email%%
<script id="lookbook-capture-tag" src="https://app.cdn.lookbookhq.com/libraries/capture/capture.js" data-email="%%email%%">
</script>
HubSpot
{{contact.email}}
<script id="lookbook-capture-tag" src="https://app.cdn.lookbookhq.com/libraries/capture/capture.js" data-email="{{contact.email}}">
</script>
Updated on August 30, 2023

Was this article helpful?

Need Support?
Can't find the answer you're looking for? Don't worry we're here to help!
CONTACT SUPPORT