To create a LinkedIn connection in Integrate.io ETL
To modify LinkedIn connections in Integrate.io ETL
Click a connection to open it and re-connect if your password has changed or the token has expired. Make any necessary changes, then click Reconnect, and Save changes. To exit the LinkedIn connection window without changes, click Back to connections (grey tab on the left side) on the LinkedIn connection window.
To build a data pipeline to read LinkedIn campaign data in Integrate.io ETL

REST API Component: get_campaigns
- Authentication - Click Connection and then select your LinkedIn connection. If you haven’t created your LinkedIn connection yet, click + New and follow the instructions found above.

- URL - Enter the URL for the Campaigns endpoint of the LinkedIn API: https://api.linkedin.com/v2/adCampaignsV2?q=search. Make sure the method is set to GET.

- Response - Make sure the JSON response type. Edit the Base record JSONPath Expression field like this: $.elements[*].

- Input fields - Click Select all to move all the Available fields over to the Selected fields or pick and choose which fields you would like by clicking on the + icon next to the field name in the Available Fields column. Then click Save.

Select Component: extract_campaign_meta
- Click Autofill to bring in all the fields from the source component. Parse the nested fields inside the five Map fields (totalBudget, locale, runSchedule, changeAuditStamps, and unitCost) using this syntax: field_name#‘key’ For example, totalBudget#‘amount’. For more information on parsing JSON data see this article. Click Save.

Destination Component: campaigns
- The template shows a Redshift destination component; however, if you’d prefer to use a different destination, delete the Redshift component and select a destination component of your choice.

- Choose target connection - Select your target connection. If you haven’t created your connection yet, click + New.

- Destination properties - Fill in the values for target schema and table, select an operation type, pre or post-action SQL, and advanced options.
- Schema mapping - Click Auto-fill to bring in all of the fields. If you’ve selected a Merge operation type, click the Key box next to the merge key field(s). Click Save.






