Feature Request: Capture li_fat_id
from cookie for view-through support with LinkedIn Ad Conversions
#33811
Labels
8000
li_fat_id
from cookie for view-through support with LinkedIn Ad Conversions
#33811
Feature request
Is your feature request related to a problem?
According to the LinkedIn docs, capturing
li_fat_id
(LinkedIn First-Party Ad Tracking ID) from cookies, rather than just URL parameters, enables view-through conversion attribution for up to 30 days after a user clicks a LinkedIn ad.PostHog’s current behavior only supports capturing
li_fat_id
from the URL. This means view-through conversions may be missed, resulting in lower match rates and underreported LinkedIn Ads performance.Describe the solution you'd like
Support reading the
li_fat_id
value from thedocument.cookie
store (if present) and attaching it to events as a$set_once
person property or$set
event property. This would allow customers using PostHog's LinkedIn Conversions destination to take advantage of improved match rates and full view-through attribution.Describe alternatives you've considered
Today, users can manually write code to read
li_fat_id
from cookies and callposthog.identify()
orposthog.capture()
with the property, but it's easy to miss, and ideally PostHog should handle this automatically like it does forgclid
and other ad click IDs.Additional context
From: https://posthoghelp.zendesk.com/agent/tickets/32694
Debug info
The text was updated successfully, but these errors were encountered: