...
The LinkedIn data connector understands and interprets only the following columns and data types. You must modify alias column names to match with the following specified columns and the columns you set must have any value:
Column name | Type | Required | Note | Description | ||
---|---|---|---|---|---|---|
string | optional | Applicable for Contact List (Users) An input request will be validated and it will fail if the following validation rules are not met:
OR
| User's emails, SHA256 hashed emails or SHA512 hashed emails. User's email will be SHA256 hashed before sending to LinkedIn. | |||
google_aid | string | optional | A plain text string with a maximum length of 32 characters and all in lower case. For example, cdda802e-fb9c-47ad-0794d394c912.... | |||
apple_idfa | string | optional | A plain text string with a maximum length of 32 characters and all upper case. For example, EA7583CD-A667-48BC-B806-42ECB2B48606.... | |||
first_name | string | optional | A plain text string with max length 35 characters representing the first name of the contact to match e.g. Mike | |||
last_name | string | optional | A plain text string with max length 35 characters representing the last name of the contact to match e.g. Smith | |||
company | string | optional | A plain text string with max length 50 characters representing the company name of the contact to match e.g. Microsoft Corporation | |||
title | string | optional | A plain text string with max length 50 characters representing the title name of the contact to match e.g. Software Engineer | |||
country | string | optional | ISO standardized two letter country code e.g. US | |||
company_name | string | optional | Applicable for Account List (Companies). At least one of these columns is required. | A string representing the company name of this company. | ||
company_website_domain | string | optional | The company website domain. | |||
company_email_domain | string | optional | The company email domain (sometimes different from the website domain). |
...