Conversion ID: 1
Primary mission CTA
Represents the highest priority conversion on a landing surface. Includes mission metadata for downstream segmentation.
Idle — waiting for interaction.
On this page
Analytics Lab / Instrumentation
Inspect how the LinkedIn Insight Tag records conversions across key interface elements. Activate the controls to see the mock payloads generated for each conversion ID.
Trigger each conversion to observe how lintrk('track') payloads are constructed for the
          Insight Tag. The sections below cover acquisition CTAs, engagement signals, and revenue events.
Buttons and forms that map directly to your core demand-generation KPIs.
Conversion ID: 1
Represents the highest priority conversion on a landing surface. Includes mission metadata for downstream segmentation.
Idle — waiting for interaction.
Conversion ID: 4
Fires when a visitor books a mission strategy call. Useful for validating offline conversions piped in via Conversions API.
Idle — waiting for interaction.
Conversion ID: 3
Demonstrates a lightweight lead capture flow with hashed identifiers and mission intent fields.
Idle — waiting for interaction.
Mid-funnel interactions used for audience building, nurture, and engagement scoring.
Conversion ID: 2
Captures mid-funnel navigation interest. Prevents navigation in this demo so you can review the outbound payload.
View mission overviewIdle — waiting for interaction.
Conversion ID: 5
Logs when a visitor watches at least half of a mission briefing video. Ideal for creating high-intent retargeting audiences.
Idle — waiting for interaction.
Conversion ID: 6
Mimics a content subscription flow that passes hashed identifiers and preference metadata to the Insight Tag.
Idle — waiting for interaction.
Commerce events reflecting catalog engagement and completed transactions.
Conversion ID: 7
Signals a piece of mission hardware has been staged in the cart. Includes value and currency for ROI calculations.
Idle — waiting for interaction.
Conversion ID: 8
Tracks when a visitor initiates checkout, unlocking optimisation for drop-off analysis.
Idle — waiting for interaction.
Conversion ID: 9
Finalises the transaction with order identifiers that can be reconciled against backend systems.
Idle — waiting for interaction.
Preference changes, overlays, and satisfaction checkpoints that round out an exhaustive conversion plan for Insight Tag deployments.
Conversion ID: 10
Records interface theme toggles so downstream personalisation can respond. The payload captures previous and next state when the visitor flips the control.
Current theme: Light
Theme set to light.
Conversion ID: 11
Capture optional mission communications preferences with explicit consent state so privacy compliance is auditable within Insight Tag exports.
Consent granted.
Conversion ID: 12
Opening the alert emits a conversion for ID 12. Buttons inside the dialog showcase dismiss and acknowledgement follow-ups as separate conversions.
Modal idle — closed.
Conversion ID: 13
Toggle the contextual helper to log visibility state. Insight Tag receives the content reference plus whether the tooltip is currently displayed.
The tooling primer highlights tagging order, QA cadence, and roll-out strategy.
Tooltip hidden.
Conversion ID: 14
Capture qualitative sentiment by logging a 1–5 clarity score. The payload records the selected rating and scale maximum for consistent reporting.
Awaiting feedback.
Sharing, print, error logging, and scroll-depth checks that show how intelligence propagates beyond the initial session.
Conversion ID: 15
Copy-to-clipboard actions reveal organic sharing behaviour. The helper mirrors a custom Insight Tag conversion that tracks copied URLs.
No copy attempts recorded.
Conversion ID: 16
Emits a conversion for social propagation when operators share briefing intel to external channels. Swap the channel when mapping to other destinations.
Conversion ID: 17
Printing or saving to PDF still counts as content distribution. Track this behaviour to reconcile offline dissemination with your measurement plan.
No print intents logged.
Conversion ID: 18
Intersection Observer fires once when operators reach the footer sentinel, demonstrating how to wire depth milestones into Insight Tag conversions.
Sentinel armed — scroll to trigger.
Conversion ID: 19
Non-fatal anomalies deserve visibility. Trigger the helper to log a warning state so operations teams can reconcile support workload with Insight Tag data.
No anomalies detected.
Load the Insight Tag asynchronously and configure the partner ID before firing conversions with
lintrk('track', {{ conversion_id }}).
<script type="text/javascript">
  _linkedin_partner_id = 'LINKEDIN-ID';
  window._linkedin_data_partner_ids = window._linkedin_data_partner_ids || [];
  window._linkedin_data_partner_ids.push(_linkedin_partner_id);
</script>
<script type="text/javascript">
  (function(l) {
    if (!l) {
      window.lintrk = function(a, b) { window.lintrk.q.push([a, b]); };
      window.lintrk.q = [];
    }
    var s = document.getElementsByTagName('script')[0];
    var b = document.createElement('script');
    b.type = 'text/javascript'; b.async = true;
    b.src = 'https://snap.licdn.com/li.lms-analytics/insight.min.js';
    s.parentNode.insertBefore(b, s);
  })(window.lintrk);
</script>