Java code to work with MillennialMedia, SMAATO and NexAge web advertising APIs
I wrote yesterday about my (mostly) negative experience working with these companies, but some of you might give it a try and maybe your results will be much better or maybe things have actually improved lately. In any case, the code here should get you up to speed covering most of the dirty work of working with these companies’ APIs.
I will post 4 classes here:
- AdGrabber - main abstract class to give all other specific grabbers structure and save some repeating code
- MillenialAdGrabber - MillennialMedia specific grabber
- NexAgeAdGrabber - right, NexAge specific grabber
- SomaAdGrabber - the SMAATO ad grabber. Their ad platform is dubbed SOMA, hence the name
If you are using this code, please give an attribution when applicable with a link to this post.
read more





