The Russian Ad Explorer

A sample ad from the IRA ad release. Link to data explorer here.
On May 10, 2018, Democrats on the United States House Intelligence Committee released 3500+ ads created by the Internet Research Agency between 2015 and 2017. The Internet Research Agency is believed to have created these ads to influence the outcome of the 2016 United States presidential election, and in general influence Americans' political views.

Using some open-source Javascript libraries and Bootstrap, I created a tool that can parse this unweildy dataset. It lets you pick through individual ads created by the IRA, and see how many views & clicks they received, when they were posted, to which audiences, and at what cost to the advertiser. Users can also filter and sort the database as a whole, to get a sense of which ads were most popular, or which groups of people received which sorts of ads.

You can see the explorer hosted here: https://russian-ad-explorer.github.io.

In the process of creating this data explorer, I did some pre-processing of the data as originally released by the Intelligence Committee. I took they PDF files they provided, extracted images and metadata from them, assigned that data into a JSON file, and created my own set of topic labels for each ad. I've made these datasets publicly available -- you can access them here: https://github.com/russian-ad-explorer/russian-ad-datasets.

You can see a blog post summarizing my thoughts on the ad data here: Takeaways from the Russian Ad Explorer.