What is the LinkedIn Insight Tag?
The LinkedIn Insight Tag is a small JavaScript snippet LinkedIn asks you to install on your site so it can track conversions from your LinkedIn ad campaigns, build retargeting audiences of visitors who've been to your store, and give you demographic insights about who's actually browsing (company, industry, job title, seniority — aggregated, not individual).
If you're running paid campaigns on LinkedIn Ads — for example targeting B2B buyers, SaaS audiences or professional services — the Insight Tag is how LinkedIn measures which ads drive traffic and sales, and how it learns who to show your ads to next.
How Nevuto handles LinkedIn Insight Tag
- Nevuto injects the official LinkedIn Insight Tag (
lintrk) into every page of your storefront as soon as you save the integration, configured with your Partner ID. - LinkedIn's own SDK handles all tracking — page views, conversion events and audience-building are all fired by the Insight Tag directly, without Nevuto modifying or intercepting anything.
- Conversion definitions (what counts as a lead, sign-up or purchase) are configured inside LinkedIn Campaign Manager. Nevuto just makes sure the base tag is loaded so your conversion rules can fire.
- You can disable the integration at any time from the admin panel.
Add LinkedIn Insight Tag to your Nevuto store
- Log in to your Nevuto admin panel.
- Go to Settings → Integrations.
- Click the Add button next to LinkedIn Insight Tag.
- Paste your Partner ID into the input field (a purely numeric value).
- Toggle the status to Active and click Save.
Done — the LinkedIn Insight Tag starts loading on your storefront immediately.
Where to find your Partner ID
- Sign in to your LinkedIn Campaign Manager at campaignmanager.linkedin.com.
- In the top-right, click Analyze → Insight Tag.
- If you haven't created an Insight Tag yet, click Install my Insight Tag and choose I will install the tag myself.
- LinkedIn will show you a code snippet containing
_linkedin_partner_id = "123456"— the number in quotes is your Partner ID. - Copy that numeric value and paste it into Nevuto's Partner ID field.
Test that it's working
- Open your storefront in an incognito window with no ad blockers.
- Back in LinkedIn Campaign Manager → Analyze → Insight Tag, look at the Tag status column for your domain. It should change from "Unverified" to Active within 24 hours, with a "Last received" timestamp reflecting your recent visit.
- For a quicker check, open DevTools → Network tab on the storefront and look for a request to
snap.licdn.com/li.lms-analytics/insight.min.js. If it's there, the tag is loaded. - LinkedIn also offers an official LinkedIn Insight Tag Helper Chrome extension that validates the tag in real time.
Troubleshooting
- "LinkedIn Insight Tag is not configured correctly" on save: the Partner ID must be purely numeric. Paste only the number, not the full snippet.
- Tag stays "Unverified" in Campaign Manager: confirm the integration status toggle is Active in Nevuto, the Partner ID matches the one in Campaign Manager, and that you've visited the storefront in a browser without blockers at least once (LinkedIn only marks a tag verified after it sees real traffic).
- Conversions not recording: conversion actions are configured inside LinkedIn Campaign Manager under Analyze → Conversion Tracking. Each conversion needs its own trigger — typically a URL match (
/checkout/success) or a click event. Nevuto only loads the base Insight Tag, not the individual conversion rules. - Ad blockers: LinkedIn's tag is blocked by several ad/privacy extensions. Always test in a clean incognito window.