I wanted to show how easy it is to implement Shop Widgets from Shopping.com on your Blogger based site. This cool new network gives you the ability to target product based ads on your site. If you have a product site and want to add merchants to it, with a very high pay out you need this service.
After your site is approved, you can easily add it to blogger. You can sign up at Shopping Partners site. To automatically populate the keyword section. Make your code look like this.
// Test Blog
var sw = new ShopWidget();
sw.mode = “kw”;
sw.width = 120;
sw.height = 600;
sw.linkColor = “#0033cc”;
sw.borderColor = “#ffffff”;
sw.fontColor = “#000000″;
sw.font = “arial”;
sw.linkin = “8003879″;
sw.categoryId = “0″;
sw.keyword = “<$BlogItemTitle$>“;
sw.render();
It’s that easy, you can add it to your header, side navigation or footer. You can see the ads in the header of this blog. If you just created the ad it can take about a day before the ads appear, otherwise you will get a generic ad.
Recent Comments