- Home
- Components
- Data Source Connectors
- Marketing/Sales
- Linkedin Pages
LinkedIn Pages
This data source connector downloads data from the LinkedIn Pages API related to organizations, their posts, and statistics about performance of their pages, as well as tables of enumerated types used therein.
Configuration
Create a new configuration of the LinkedIn Pages connector.
Global Configuration
To configure this connector, you need to authenticate with a LinkedIn Profile using OAuth. More info on this topic can be found in LinkedIn API Documentation.
- Organization IDs (organizations) - [OPT] Comma-separated list of organization IDs you wish to fetch data from, e.g., 123, 234. If left empty, data from all organizations will be fetched.
Row Configuration
- Endpoints (endpoints) - [REQ] Select the data you wish to download. Lifetime statistics provide current totals. Time-bound statistics retrieve data about the specified time range with daily granularity. This must be one of these:
- Sync Options (sync_options) [REQ] - Options pertaining to only time-bound data extraction:
- Date From (date_from) - [REQ] Date from which data is downloaded. Either date in
YYYY-MM-DD
format or dateparser string; i.e., 5 days ago
, 1 month ago
, yesterday
, etc. You can also set this as last run
, which will fetch data from the last run of the component; if no previous successful run exists, all data since LinkedIn launch (2003-05-05) are downloaded. Values always get rounded down to the beginning of the day.
- Date To (date_to) - [REQ] Date to which data is downloaded. Either date in
YYYY-MM-DD
format or dateparser string; i.e., 5 days ago
, 1 week ago
, now
, etc. Values always get rounded down to the beginning of the day.
- Destination (destination) - [REQ] Options specifying how to save extracted data into Keboola Storage:
- Load Type (load_type) - [REQ] If full load is used, the destination table will be overwritten every run. If incremental load is used, data will be upserted into the destination table.
Configuration example: