The LinkedIn Campaign Data Extractor is a Python script that fetches campaign data from LinkedIn's Ad accounts, and analyzes them based on a specific date range.
These instructions will get you a copy of the project up and running on your local machine for development.
In order to use the LinkedIn Campaign Data Extractor, you'll need the following:
- Python 3.7+
- A LinkedIn account with Ad Campaigns data
- LinkedIn Ads API credentials
- Clone the repo
git clone https://git.datavault.tech/mohamed/linkedin-campaign-data-extractor.git
- Install Packages :
pip install -r requirements.txt
- Create a Linkedin credentials file
- You can run the following command:
python Script_linkedinAPI.py -s YYYY-MM-DD -e YYYY-MM-DD
Replace YYYY-MM-DD with the start and end dates for the data pull.