Add LinkedIn Unique Id for each Profile
cmtr opened this issue · 0 comments
cmtr commented
The LinkedIn User Profile Id can be changed by the user. To track a single user over time, a profile specific ID is required.
In the URL for View a Profile Connections we find the "facetConnectionOf" property with a Id
URL:
/search/results/people/?
facetConnectionOf=%5B%22ACoAABnLzFQB3R58FQw3pHcdg_mUrAwtlu4kVUE%22%5D&
facetNetwork=%5B%22F%22%2C%22S%22%5D&
origin=MEMBER_PROFILE_CANNED_SEARCH
Decoded Facet Connection Of:
facetConnectionOf = ["ACoAABnLzFQB3R58FQw3pHcdg_mUrAwtlu4kVUE"]
Is this - or any other property - available to be implemented as a profile id.