Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.04 KB

File metadata and controls

28 lines (22 loc) · 1.04 KB

Zernio::ConversionEventUserClickIds

Properties

Name Type Description Notes
fbc String Meta click ID (from fbclid URL param). [optional]
fbp String Meta browser ID (_fbp cookie). [optional]
gclid String Google click ID (from gclid URL param). [optional]
gbraid String Google iOS 14.5+ app attribution ID. [optional]
wbraid String Google iOS 14.5+ web-to-app attribution ID. [optional]
li_fat_id String LinkedIn first-party ad tracking click ID. Captured by parsing `li_fat_id` from landing-page URLs after the advertiser enables enhanced conversion tracking on the LinkedIn Insight Tag. Sent to LinkedIn as the LINKEDIN_FIRST_PARTY_ADS_TRACKING_UUID userId. Opaque token, not hashed. [optional]

Example

require 'zernio-sdk'

instance = Zernio::ConversionEventUserClickIds.new(
  fbc: null,
  fbp: null,
  gclid: null,
  gbraid: null,
  wbraid: null,
  li_fat_id: null
)