- Help Center
- Integrations
-
Getting Started
-
Configuration
- Targeting
- Split URL
- Product Testing
- Full Stack
- Experiment Management
- CSP Configuration
- Experiment Execution
- Reports
- Exit Popups
- GTM Integration
- Troubleshooting
- Performance Optimization
- Event-Triggered Changes
- Holdout Groups
- Split URL Pages
- URL Parameters
- DataLayer
- Menu Configurations
- Traffic Exclusion
- Experiment Scheduling
- Dynamic Element Changes
- Price Targeting
- Experience Scheduling
- Privacy
- Hash Changes
- Async Tracking
- Selective Installation
- CSS Selectors
- Vue.js Integration
- Page Content
- Multipage Split URL
- Organic Traffic
- Visual Editor
- Server-Side Testing
- Traffic Bucketing
- GDPR Warnings
- Statistical Confidence
- Browser Privacy
- Query Parameters
- Embedded Videos
- Tracking Code Execution
- Simultaneous Experiments
- Tags
- Deployments
- Disable Testing
- Locations
- Programmatic Bucketting
- Query Parameter Handling
- Convert Library
- Variation Previews
- Experiment Editing
- Opt-Out Script
- Data Reset
- Body Hiding
- Visit-Specific Variations
- Variation Styling
- Preview Issues
- Variation Editing
- Full-Site Testing
- Blinking Variations
- Cross-Domain Cookies
- Regex Support
- Conversion Tracking
- SPA Testing
- Project Setup
- Cross-Domain Tracking
- Geo-Targeting
- Analytics Tools
- Campaign Tags
- Previewing
- IDs
- Query String Targeting
- Bounce Rate Goals
- Bot Filtering
- Query String Variables
- Custom Audiences
- Redirects
- Baseline
- Tracking Code Location
- Secure Cookies
- AngularJS
- Cloudflare
- Code Installation
-
Track Goals
- Form Tracking
- Cookie Management
- iFrame Click Tracking
- Performance Optimization
- Revenue Tracking
- Interaction Goals
- Form Submissions
- Advanced Goals
- Lazy Loading
- Multi-Conversions
- URL Parameters
- Bounce Rate Goals
- DataLayer Integration
- Scroll Depth
- Social Interactions
- Page Views
- Marketo Forms
- Feature Analysis
- AJAX Forms
- Revenue Tracking via GTM
- Order Outliers
- Cumulative Revenue
- Goal Templates
- Adding Revenue Goals
- JS-Based Goals
- Goal Basics
- Google Analytics Goals
- Social Sharing
- Dynamic Goals
- Typeform Integration
-
Target Visitors
- Geolocation
- Interaction Goals
- Goal-Based Targeting
- Weather Targeting
- Cookie-Based Targeting
- Page Visits
- Audience Management
- Audience Segmentation
- Experiment Targeting
- Advanced Audience Creation
- Audience Templates
- Audience Creation
- Data Layer Integration
- Manual Activation
- JavaScript Conditions
- Device Targeting
- Language Targeting
- IP-Based Exclusion
- Visitor Management
- Page Tagging
- Cookies
-
Troubleshooting
- Google Warnings
- Visual Editor
- HTTPS Content
- Logs
- Support Options
- Bootstrap
- Cookie Blocking
- Change History
- Mobile Debugging
- AdWords
- Bot Exclusion
- Domain Issues
- Cloudflare Issues
- Monitoring
- Cloaking Penalties
- Goal Editor Issues
- Variations
- Snippet Performance
- Changes Not Saved
- Blocked Visual Editor
- Goal Testing
- Visual Editor Browsing
- Experiment Issues
- Installation Verification
- Data Leak Prevention
- Usage Limits
- Experiment Previews
- GA4 Revenue
- Chrome Debugger Logs
- SPA Errors
- Checkout JSON Error
-
Analyze Results
-
Integrations
- Google Analytics
- Cookie Consent Platforms
- Microsoft Clarity
- Plausible
- Marketo
- HubSpot
- Tealium
- Smartlook
- Klaviyo
- Salesforce CRM
- FullStory
- Snowplow Analytics
- Webflow
- GA4 Roles
- Amplitude
- Segment
- React
- BigCommerce
- WooCommerce
- Active Campaign
- Google Tag Manager
- Mixpanel
- Zapier
- Inspectlet
- Crazy Egg
- LanderApp
- Unbounce
- Instapage
- Drupal
- PrestaShop
- Magento
- Roistat
- Piano Analytics
- Heap Analytics
- Kissmetrics
- Mouseflow
- Adobe Analytics
- Clicky
-
Account Management
-
Developers
-
What's New
-
Common Questions
-
Shopify
Targeting visitors included on Hubspot lists
THIS ARTICLE WILL HELP YOU:
- Overview
- Hubspot Templates
- Creating the Convert Audiences or Segments with the Convert Custom Page Tags
- Targeting visitors that have met certain criteria in Hubspot
Overview
It is possible to target and post-segment visitors that are members of Hubspot lists or Hubspot Campaigns with Convert experiences on Hubspot web pages.
This allows you to leverage the investment the organization might have in their Hubspot lists.
Hubspot Templates
It is possible to achieve this by modifying the Hubspot templates by assigning the Hubspot Template variable list to a Custom Convert Page Tag. This allows you to use this Custom Page Tag to target experiences or create post-segmentation segments.
To do this, modify the Hubspot template, and insert the following code at the beginning and inside of the HEAD tag.
<!--begin Convert Experiences code-->
<script type="text/javascript">
// The following line assign the Convert page tag variable with the Hubspot template variable
let _conv_custom_v1 = {request_contact.list_memberships};
let _conv_custom_v2 = {content.campaign_name};
</script>
<script type="text/javascript" src="//cdn-3.convertexperiments.com/js/123456789-123456789.js"></script>
<!-- end Convert Experiences code -->
Make sure that the project id, of the Convert tracking code, corresponds to your own Convert Project Tracking code, replacing the 1234568-123456789.js with your own. You will not need to insert the Convert tracking code again on your page. If you already have it inserted on your pages, you might want to remove it or make sure that the page-tag variable is assigned before the Convert tracking code is declared.
You can map other Hubspot variables as needed, or you could assign it to your owned name variables and call them directly from a JS Condition. The variables have to be assigned while editing the Hubspot templates as described above.
Creating the Convert Audiences or Segments with the Convert Custom Page Tags
Create an Audience or Segment within the Advanced Audience Editor when creating a Custom Audience.
Select a Custom Page Tag condition and compare it to the Hubspot List or Hubspot Campaign that you want to target. If you are targeting different Hubspot Lists or Hubspot Campaigns use a separate condition for each as in the example pictured below. Hubspot Lists numbers can be found on the URL when editing them.
When creating the conditions, make sure it does not match any other of your existing campaigns.
Targeting visitors that have met certain criteria in Hubspot
To do this, simply create a contact list in Hubspot build with the criteria available in Hubspot under your plan and then target the list in Convert as explained above.