I remember a tool from years ago that would analyze what data a website was sending to 3rd parties. Does anyone remember what it was called or know of something similar.
You can use <a href="https://www.wireshark.org" rel="nofollow">https://www.wireshark.org</a> to see HTTP traffic and MITM yourself for HTTPS(<a href="https://unit42.paloaltonetworks.com/wireshark-tutorial-decrypting-https-traffic/" rel="nofollow">https://unit42.paloaltonetworks.com/wireshark-tutorial-decry...</a>). That will only work for the data that you send to them yourself. You can't possibly see any data that they send to third parties that they send through their servers.
Disconnect browser extension had a graph which domains are requested, is it that you remember? <a href="https://commons.wikimedia.org/wiki/File:Screengrab_of_%27Disconnect%27,_(an_internet-browser_addon),_visualizing_the_many_trackers_on_the_website_%27abovetopsecret%27_(on_141127)-cropped.png" rel="nofollow">https://commons.wikimedia.org/wiki/File:Screengrab_of_%27Dis...</a>
There are lots of ways to do that. You can look at the developer tools provided by your browser. You can also run your browser through an intercepting proxy like burp or zap. The latter gives you the ability to intercept and step over actions, so you can really slow things down. I'd recommend using on of them.
The manual option is using ghostery and clicking in to each pixel URL to look at the paramaters. Many times the data is not obfuscated (in a facebook pixel you can see things like val=Ford, when you're browsing a page for a Ford truck)