Documentation Index
Fetch the complete documentation index at: https://docs.upstackdata.com/llms.txt
Use this file to discover all available pages before exploring further.
Data direction: This is a destination — Upstack sends event and conversion data out to this platform via server-side APIs.
What it does
LinkedIn’s Conversions API is the server-side counterpart to the LinkedIn Insight Tag. Upstack Signal forwards storefront events — page views, product views, add-to-carts, and purchases — directly to LinkedIn’s servers, bypassing browser restrictions like ad blockers, ITP, and cookie limits. Server-side delivery gives LinkedIn’s algorithm a fuller picture of the conversions your ads actually drove, which improves campaign optimization, audience modeling, and attribution accuracy. Match rates from server-side events are consistently higher than browser-only tracking because each event carries hashed customer data and theli_fat_id click identifier when available.
Unlike Meta and TikTok, LinkedIn uses Conversion Rule IDs to track specific conversion types. You’ll need to create conversion rules in Campaign Manager and map them to event types in Upstack.
How it works
Upstack runs as a dual-tracking layer alongside the LinkedIn Insight Tag. The Upstack Pixel captures events in the browser and forwards each event to Upstack’s edge infrastructure, where it is hashed, enriched with identity and click-ID data, and sent to the LinkedIn Conversions API as a server-side event with a sharedeventId.
LinkedIn deduplicates server events against matching browser Insight Tag events using that eventId, so you do not double-count conversions as long as both sources use the same Partner ID. PII (email) is hashed with SHA-256 before delivery, as required by the Conversions API.
Setup guides
Onboarding guide
End-to-end walkthrough for connecting LinkedIn to Upstack Data.
Configure destination
Configure the LinkedIn destination inside Upstack Data.
Find Partner ID
Locate your LinkedIn Partner ID in Campaign Manager.
Create Conversion Rules
Create conversion rules for tracking specific event types.
Generate API token
Generate the Conversions API access token Upstack uses to send events.
Enable click ID tracking
Enable enhanced conversion tracking for
li_fat_id click IDs.Event mapping
Upstack maps storefront events to LinkedIn standard events automatically:| Upstack event | LinkedIn event | Key match data |
|---|---|---|
PageView | (via Insight Tag) | URL, referrer, user agent |
ViewContent | VIEW_CONTENT | content_ids, value, currency |
AddToCart | ADD_TO_CART | content_ids, value, currency |
InitiateCheckout | START_CHECKOUT | value, currency, num_items |
Purchase | PURCHASE | value, currency, order_id, content_ids |
Lead | LEAD | email, phone |
CompleteRegistration | SIGN_UP | email |
email, li_fat_id (LinkedIn click ID), ip_address, and user_agent — to maximize match quality.
FAQ
What is the difference between Partner ID and Conversion Rule ID?
What is the difference between Partner ID and Conversion Rule ID?
The Partner ID identifies your LinkedIn ad account’s Insight Tag — it’s the same ID used for browser-side tracking. The Conversion Rule ID identifies a specific conversion action you want to track (e.g., Purchase, Lead, Sign Up). You’ll have one Partner ID but multiple Conversion Rule IDs, one for each event type.
How do I know events are reaching LinkedIn?
How do I know events are reaching LinkedIn?
Open LinkedIn Campaign Manager → Data → Signals Manager → Signal Diagnostics. Server-side events appear with status “Received” and show match quality metrics. Upstack also surfaces delivery status inside the destination settings.
Will I see duplicate conversions if I run both the Insight Tag and Conversions API?
Will I see duplicate conversions if I run both the Insight Tag and Conversions API?
No — as long as the Partner ID in Upstack matches the Partner ID in your Insight Tag. Upstack sends a shared
eventId on every server-side event, and LinkedIn’s deduplication logic matches events by eventId and keeps only one.Why do I need separate Conversion Rules for browser and server events?
Why do I need separate Conversion Rules for browser and server events?
LinkedIn’s deduplication works by matching
eventId across browser and server events within the same Conversion Rule. If you use the same Conversion Rule for both sources, deduplication works automatically. However, some merchants prefer separate rules for A/B testing or validation — in that case, browser events go to one rule and server events to another.What if my event match rate is low?
What if my event match rate is low?
LinkedIn’s match rate depends on how much identity data each event carries. Common causes of low match quality:
- Missing
li_fat_id— LinkedIn ads should link directly to your storefront so the click ID lands in the URL and is captured by the Upstack Pixel. - Anonymous visitors — events from visitors without email have fewer keys to match against. Match rates improve as more identified customers convert.
- Missing checkout fields — make sure your Shopify checkout collects email; it’s the strongest server-side match key for LinkedIn.
Troubleshooting
Events not appearing in LinkedIn Signal Diagnostics
Events not appearing in LinkedIn Signal Diagnostics
If events aren’t appearing after 10 minutes of confirmed store traffic, check the basics first.Steps to fix:
- Go to Integrations → Destinations → LinkedIn
- Verify the Partner ID, API Access Token, and Conversion Rule IDs are correct (no extra spaces or truncated characters)
- Confirm the destination status is Active (green)
- If the token was revoked or expired, generate a new one in Campaign Manager and update the destination
- Verify conversion rules are associated with at least one active campaign
API errors (401, 403, 422)
API errors (401, 403, 422)
| Error Code | Meaning | Solution |
|---|---|---|
| 401 | Invalid access token | Regenerate token in Campaign Manager → Data → Signals Manager → Conversions API |
| 403 | Permission denied | Verify your user role has access; check OAuth scopes include rw_conversions and r_ads |
| 422 | Invalid payload | Verify conversion URN format (urn:lla:llaPartnerConversion:{id}), timestamp is within 90 days, and at least one user identifier is present |
Low match quality scores
Low match quality scores
LinkedIn’s match quality measures how well server events match to LinkedIn users.Common causes:
- High anonymous traffic — Events from visitors who haven’t provided contact info have fewer matching parameters. Match quality improves as more identified customers generate events.
- Missing click IDs — Enable enhanced conversion tracking in Insight Tag settings to capture
li_fat_idfrom ad clicks. - Incorrect Partner ID — If the Partner ID doesn’t match the one associated with your ad account, events arrive but can’t be matched to campaign data.
For additional troubleshooting beyond LinkedIn-specific issues, see Troubleshooting: Events Not Reaching Destination.
Related
Conversion API forwarding
How Upstack Signal forwards events to ad platforms via server-to-server APIs.
Identity resolution
How Upstack matches anonymous visitors to known customers for higher match rates.
Meta CAPI destination
Set up Meta’s Conversions API as another server-side destination alongside LinkedIn.
Events not reaching destination
End-to-end diagnostic guide when events aren’t arriving at any destination.