LinkedIn Insights
Learn how to use LinkedIn Insights with c15t.
On this page
Canary Feature
This feature is available in canary releases and may have breaking changes. Use with caution in production. Report issues on GitHub
LinkedIn Insights is a popular tracking pixel for marketing purposes. By default c15t will load the script based on marketing
consent.
Implementation
Adding the script to c15t
import { configureConsentManager } from 'c15t';
import { linkedinInsights } from '@c15t/scripts/linkedin-insights';
configureConsentManager({
// ...
scripts: [
linkedinInsights({
id: '123456789012345',
}),
],
});
Types
LinkedInInsightsOptions
Property
Types
Script
Property
Types