This script equires Node.js v4+ and NPM to run!
Install the dependencies:
$ cd solutions_challenge
$ npm install
Place CSV file in the root directory then run the following command:
$ npm start <file name plus extension>
The script will go through the CSV file to to make sure it chooses impression pixel urls that are active and not deleted. When the script is done, it will print out the successful and unsuccessful number of requests. All unsuccessful requests are printed out in an error log(error_log.csv) file at the end.