Integrations

LinkedIn Insights

Last updated May 11, 2026

LinkedIn Insight Tag is LinkedIn's conversion tracking and audience matching tool for LinkedIn advertising campaigns. It tracks website actions, measures ad performance, builds website retargeting audiences, and provides aggregate audience insights about visitors from LinkedIn member accounts.

Official LinkedIn documentation

Integrate with c15t

How c15t loads it

  • Category: marketing (Ads & Pixels)
  • Loads when: marketing consent is granted
  • Default install: c15t sets the LinkedIn partner ID globals, seeds the lintrk queue, and loads LinkedIn's insight.min.js
  • On revocation: unloaded - c15t removes the script element from the DOM

Use the LinkedIn Insight Tag partner ID as id. You can find it in Campaign Manager under Data -> Signals manager -> Insight Tag.

c15t intentionally does not add LinkedIn's <noscript> image pixel fallback. The integration is consent-gated JavaScript, so the script only loads after marketing consent is granted.

Tracking events in your app

c15t gates the LinkedIn Insight Tag from loading until marketing consent is granted. Page tracking is automatic once the script loads, but if you fire custom conversions through window.lintrk(...), those calls are not automatically gated - window.lintrk does not exist before consent is granted, and is removed again if consent is revoked.

Guard custom conversion calls by checking consent state:

Verify setup

LinkedIn validates the tag after an associated domain or URL receives traffic. Source status can take a few minutes and up to 24 hours to update after the first page load:

  • Active: signal received in the past seven days
  • No recent activity: no signal for more than seven days
  • Unverified: no signal received yet

Types

LinkedInInsightsOptions

Loading…

Script

Loading…