LinkedIn Insight Tag: Complete Setup and B2B Conversion Tracking Guide
LinkedIn Insight Tag powers conversion tracking, Website Demographics, and Matched Audiences for B2B advertisers. Here is how to implement it correctly — from GTM installation to retargeting high-intent visitors.
AttriModel Team
AttriModel Team
Why LinkedIn Insight Tag Matters for B2B
LinkedIn's audience is uniquely valuable for B2B: you can target by job title, company size, industry, and seniority. But that value is wasted without proper conversion tracking. The Insight Tag is the foundation for everything LinkedIn tracking.
What the Insight Tag Does
- Conversion tracking: Attribute form fills, demo requests, and purchases to LinkedIn campaigns
- Website Demographics: See the job titles and companies of your organic visitors
- Retargeting audiences: Build audiences of website visitors for LinkedIn Matched Audiences
Installation via GTM
- In LinkedIn Campaign Manager, go to Analyze → Insight Tag → Add the tag manually
- Copy your Insight Tag code snippet
- In GTM, create a new Custom HTML tag
- Paste the LinkedIn code
- Trigger: All Pages - Page View
Setting Up Conversion Tracking
LinkedIn supports two types:
- Website Conversion: Fires when a user reaches a specific page (thank-you page)
- Event Conversion: Fires based on a specific user action (form submit, button click)
For a lead gen form conversion:
- In Campaign Manager: Analyze → Conversion Tracking → Create Conversion
- Type: Website Conversion
- URL: Contains /thank-you
- GTM will automatically detect this via the Insight Tag
For event-based:
`javascript
// Push to dataLayer, then create a matching LinkedIn conversion tag in GTM
window.dataLayer.push({'event': 'linkedin_conversion', 'conversion_name': 'demo_request'});
`
Website Demographics
Once the Insight Tag has been live for 30+ days on sufficient traffic, visit Analyze → Demographic Insights. You'll see your visitors broken down by:
- Job Function
- Job Title
- Industry
- Company Size
- Location
- Seniority
This data is gold even if you're not running LinkedIn ads — it tells you who is actually finding your site organically.
Matched Audiences for Retargeting
- In Campaign Manager, go to Plan → Audiences → Create → Website retargeting
- URL rule: URL contains /pricing (or any high-intent page)
- Wait 2-4 weeks to build an audience of 300+ (LinkedIn's minimum for retargeting)
Start retargeting pricing-page visitors with case study content before pushing demo offers.