WebinarJam
SegMetrics allows you to track leads acquired through WebinarJam by simply adding the tracking pixel to each webinar you want to track. This comprehensive tracking setup enables you to measure the complete customer journey from webinar registration through to final conversion.
Get the SegMetrics Tracking Code
- In SegMetrics, go to your Site Setup page from the gear in the top menu, and copy the pixel code.
- If you haven't configured your Tracking Code previously, check out the Installing the Tracking Pixel instructions to set up your site correctly.
Install the SegMetrics Tracking Code (Current Version)
For users on the current version of WebinarJam, follow these steps to install comprehensive tracking across all webinar touchpoints:
Step-by-Step Setup Process
- Edit your target webinar: Click Edit for the webinar you want to track in SegMetrics.
- Access Integration Settings: Click Integrations in the top menu, and choose Integrate a 3rd party Tracking System.
- Install tracking across all touchpoints: Paste the SegMetrics Tracking Pixel into each of the tracking boxes:
- Registration Page: Tracks initial visitor interest and registration events
- Form: Captures form submission data and lead generation
- Thank You page: Confirms successful registration and measures conversion
- Live Room: Tracks actual webinar attendance and engagement
- Replay: Measures replay viewing and post-webinar engagement
- Important for embedded forms: If you are embedding the registration box on your own website, be sure to add the SegMetrics Tracking Pixel to your own site as well.
Benefits of Comprehensive Tracking
This multi-point tracking setup allows SegMetrics to capture the complete customer journey from initial interest through post-webinar engagement, enabling you to optimize your entire webinar funnel for better performance and higher conversions.
Legacy Setup for Version 2.5 Users
If you are still using version 2.5 of WebinarJam (currently deprecated), follow these specific instructions:
Legacy Version Setup Process
- Get the SegMetrics Tracking Code using the same process outlined above.
- Open WebinarJam Settings: Open your WebinarJam Webinar, and go to "Integrations" > "Integrate a 3rd Party Tracking System" and click "Embed Your Custom Tracking Code".
- Configure Registration Tracking: Copy the SegMetrics pixel into the Registration Page Tracking field.
- Set Up Thank You Page Tracking: Copy the SegMetrics pixel into the Post-Registration Thank You Page Tracking field.
- Add Custom Lead Capture Code: Add the following JavaScript code to the bottom of the Post-Registration Thank You Page Tracking, right after the SegMetrics Pixel:
<script type="text/javascript">
function SegCookieRead(name){
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for(var i=0;i < ca.length;i++) {
var c = ca[i];
while (c.charAt(0)==' ') c = c.substring(1,c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length);
}
return null;
}
_segq.push(['optin', {
email: JSON.parse(decodeURIComponent(SegCookieRead('wjui'))).email
}]);
</script>
- Save Settings: Click SAVE and save the settings, then click SAVE again to save the webinar.
Note: Version 2.5 of EverWebinar and WebinarJam are currently deprecated. Users are encouraged to upgrade to the current version for enhanced features and support.
How to use WebinarJam in SegMetrics Reporting
Since WebinarJam is used for lead generation/ESP purposes, it appears in the following SegMetrics reports:
- Acquisition Reports: tracks newly created contacts from webinar registrations
- Nurture Reports: tracks contacts who received tags or list additions
- Engagement Reports: tracks contacts who visited pages or engaged with emails
- Orders Reports: tracks contacts who made purchases after webinar attendance
- Subscriptions Reports: tracks contacts who started subscriptions
Using WebinarJam Data in SegMetrics
With proper WebinarJam tracking implementation, SegMetrics will track the complete customer journey from webinar registration through to final conversion, allowing you to measure the effectiveness of your webinar marketing campaigns and optimize your overall funnel performance.
Frequently Asked Questions
Q: Do I need to install tracking on every webinar I create in WebinarJam?
A: Yes, each webinar requires individual tracking setup. However, once configured, the tracking will work automatically for all scheduled instances of that webinar, including recurring sessions and live events.
Q: What's the difference between tracking in current WebinarJam vs. version 2.5?
A: Current WebinarJam provides comprehensive tracking options across five distinct touchpoints (Registration, Form, Thank You, Live Room, Replay), while version 2.5 requires custom JavaScript code to capture registration data properly.
Q: Can I track both live and automated webinars with the same setup?
A: Yes, the SegMetrics tracking pixel works for both live WebinarJam sessions and recorded/automated webinars. The tracking setup remains the same regardless of webinar type.
Q: How does WebinarJam's integration features affect tracking?
A: WebinarJam's built-in integrations with CRMs and email autoresponders work alongside SegMetrics tracking. The SegMetrics pixel captures visitor behavior while WebinarJam's integrations handle lead data flow to your marketing tools.
Q: What should I do if I'm embedding WebinarJam registration forms on my own website?
A: You must install the SegMetrics tracking pixel on your own website pages in addition to the WebinarJam tracking setup. This ensures complete journey tracking from your site through the webinar experience.
Q: Can I track attendees who join live vs. those who watch replays differently?
A: Yes, by installing tracking pixels in both the "Live Room" and "Replay" sections, SegMetrics can differentiate between live attendees and replay viewers, allowing for different follow-up sequences and analysis based on attendance type.