Creating an Image Sitemap from a Datafeed

April 8th, 2010 → 2:35 pm @ Eric Nagel

Tweet Google just announced an image sitemap format which will help get images from your site indexed. I thought this was a perfect extension to the datafeed series. The first step is to make Google think we have the images on our server. So inside an “images” folder, create “image.php” like so: <?php include(‘../vars.php’); $cQuery [...]

Blog

Getting Stats from Google AdWords using the API

December 23rd, 2009 → 10:26 am @ Eric Nagel

Tweet Previously I have posted how to automatically get your revenue figures from ShareASale, Commission Junction, and PepperJam. Having that done, the next step to automate my P&L report was to get the advertising costs from Google using the AdWords API. First, I had to set-up a MCC account and apply for a developer token. [...]

Blog