<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Magento Design and Development &#187; AdWords</title>
	<atom:link href="http://inchoo.net/tag/adwords/feed/" rel="self" type="application/rss+xml" />
	<link>http://inchoo.net</link>
	<description>Magento Design and Magento Development Professionals - Inchoo</description>
	<lastBuildDate>Mon, 06 Feb 2012 08:30:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Google AdWords free coupon is not really free</title>
		<link>http://inchoo.net/online-marketing/google-adwords-free-coupon-is-not-really-free/</link>
		<comments>http://inchoo.net/online-marketing/google-adwords-free-coupon-is-not-really-free/#comments</comments>
		<pubDate>Mon, 03 Jan 2011 12:32:44 +0000</pubDate>
		<dc:creator>Toni Anicic</dc:creator>
				<category><![CDATA[Online Marketing]]></category>
		<category><![CDATA[AdWords]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[marketing]]></category>

		<guid isPermaLink="false">http://inchoo.net/?p=7279</guid>
		<description><![CDATA[What a title, right? When I say Googl&#8217;s AdWords free coupon is not free, I don&#8217;t mean like you&#8217;ll probably spend some of your money afterwards (which is also probably true) kind of not free. I mean literally, if Google &#8230;<p><a href="http://inchoo.net/online-marketing/google-adwords-free-coupon-is-not-really-free/">Read more</a><p>]]></description>
			<content:encoded><![CDATA[<p>What a title, right? When I say Googl&#8217;s AdWords free coupon is not free, I don&#8217;t mean like you&#8217;ll probably spend some of your money afterwards (which is also probably true) kind of not free. I mean literally, if Google gives you $100 free coupon, Google will earn $100.<span id="more-7279"></span></p>
<p>There is no trick, no small hidden text, it&#8217;s all out there, perfectly clear. The thing is, it&#8217;s not the person who is receiving the coupon that&#8217;s going to pay Google $100, it&#8217;s other already existing advertisers that are going to do so. </p>
<p>Google AdWords is bid based system. Once you inject more money into it (free coupon), you are automatically raising the keyword bids needed to advertise. So when Google hands out a $100 coupon to a new advertiser, this advertiser&#8217;s competitors who are already Google&#8217;s most valuable paying customers are going to loose $100. Unbelievable, right? Google didn&#8217;t just attract a new customer for free, Google actually earned money by hurting its longterm customers. Do no evil&#8230; right.</p>
<p><img src="http://inchoo.net/wp-content/uploads/2010/12/google1.png" alt="" title="google1" width="620" class="alignnone size-full wp-image-7284" /></p>
<p>Now that you know this fact, you&#8217;re probably not really happy about <a href="http://www.google.com/ads/holiday/">Google&#8217;s new campaign</a> in which they will give $100 coupons to first 1 000 000 small businesses that sign-up for local search advertising. Yes, you got the numbers right, Google will take 100 million from our pockets for this campaign.</p>
]]></content:encoded>
			<wfw:commentRss>http://inchoo.net/online-marketing/google-adwords-free-coupon-is-not-really-free/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Magento and Google Adwords conversion tracking</title>
		<link>http://inchoo.net/ecommerce/magento/magento-and-google-adwords-conversion-tracking/</link>
		<comments>http://inchoo.net/ecommerce/magento/magento-and-google-adwords-conversion-tracking/#comments</comments>
		<pubDate>Thu, 23 Sep 2010 18:08:28 +0000</pubDate>
		<dc:creator>Domagoj Potkoc</dc:creator>
				<category><![CDATA[Integration]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[AdWords]]></category>

		<guid isPermaLink="false">http://inchoo.net/?p=5817</guid>
		<description><![CDATA[If you use Google Adwords advertising for your Magento web store, you will probably need this module. This module will be very useful, because Magento doesn&#8217;t have functionality for tracking Adowrds conversion. Feel free to download module and use it &#8230;<p><a href="http://inchoo.net/ecommerce/magento/magento-and-google-adwords-conversion-tracking/">Read more</a><p>]]></description>
			<content:encoded><![CDATA[<p>If you use Google Adwords advertising for your Magento web store, you will probably need this module. This module will be very useful, because Magento doesn&#8217;t have functionality for tracking Adowrds conversion. Feel free to download module and use it on personal responsibility. I&#8217;m using this module on web store without any problems.<br />
<span id="more-5817"></span><br />
You need to know that this module will track Adwords conversion over checkout/success page. At checkout/success page will be executed javascript (this is code of Block for checkout/success page):</p>
<pre class="brush: php; title: ; notranslate">
&lt; ?php
/**
*
* @category   Inchoo
* @package    Inchoo Google Adwords
* @author     Domagoj Potkoc, Inchoo Team
*/
class Inchoo_Adwords_Block_Block extends Mage_Core_Block_Abstract
{

public function __construct()
{
parent::__construct();
$this-&gt;setGoogleConversionId(Mage::getStoreConfig('adwordsmodule/inchoad/google_conversion_id'));
$this-&gt;setGoogleConversionLanguage(Mage::getStoreConfig('adwordsmodule/inchoad/google_conversion_language'));
$this-&gt;setGoogleConversionFormat(Mage::getStoreConfig('adwordsmodule/inchoad/google_conversion_format'));
$this-&gt;setGoogleConversionColor(Mage::getStoreConfig('adwordsmodule/inchoad/google_conversion_color'));
$this-&gt;setGoogleConversionLabel(Mage::getStoreConfig('adwordsmodule/inchoad/google_conversion_label'));
}

protected function _toHtml()
{
$html = &quot;&quot;;

if(Mage::helper('inchoo_adwords')-&gt;isTrackingAllowed()){

$this-&gt;setAmount(Mage::helper('inchoo_adwords')-&gt;getOrderTotal());
$html .= '
&lt;!-- Google Code for Purchase Conversion Page --&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
/* &lt; ![CDATA[ */
var google_conversion_id = '.$this-&gt;getGoogleConversionId().';
var google_conversion_language = &quot;'.$this-&gt;getGoogleConversionLanguage().'&quot;;
var google_conversion_format = &quot;'.$this-&gt;getGoogleConversionFormat().'&quot;;
var google_conversion_color = &quot;'.$this-&gt;getGoogleConversionColor().'&quot;;
var google_conversion_label = &quot;'.$this-&gt;getGoogleConversionLabel().'&quot;;
var google_conversion_value = 0;
if ('.$this-&gt;getAmount().') {
google_conversion_value = '.$this-&gt;getAmount().';
}
/* ]]&gt; */
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://www.googleadservices.com/pagead/conversion.js&quot;&gt;
&lt;/script&gt;
&lt;noscript&gt;
&lt;div style=&quot;display:inline;&quot;&gt;
&lt;img height=&quot;1&quot; width=&quot;1&quot; style=&quot;border-style:none;&quot; alt=&quot;&quot; src=&quot;http://www.googleadservices.com/pagead/conversion/'.$this-/&gt;getGoogleConversionId().'/?value='.$this-&gt;getAmount().'&amp;amp;amp;amp;amp;amp;amp;label='.$this-&gt;getGoogleConversionLabel().'&amp;amp;amp;amp;amp;amp;amp;guid=ON&amp;amp;amp;amp;amp;amp;amp;script=0&quot;/&gt;
&lt;/div&gt;
&lt;/noscript&gt;';
}

return $html;
}
}
?&gt;
</pre>
<p>Module has some config options which you need set over Magento admin section. Go to admin <strong>System -&gt; Configure -&gt; left tab: &#8220;Inchoo Extensions&#8221; -&gt; Google Adwords</strong>.<br />
You need set some data as: Google conversion id, Google conversion label and so on, if you use Adwords advertising I hope that you know this <img src='http://inchoo.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><a href="http://inchoo.net/wp-content/uploads/2010/09/magento_adwords_settings.jpg"><img class="alignnone size-full wp-image-5825" title="magento_adwords_settings" src="http://inchoo.net/wp-content/uploads/2010/09/magento_adwords_settings.jpg" alt="" width="600" height="411" /></a></p>
<p><a href="http://inchoo.net/wp-content/uploads/2010/09/magento_adwords.zip">Download Magento &#8211; Google Adwords module</a></p>
]]></content:encoded>
			<wfw:commentRss>http://inchoo.net/ecommerce/magento/magento-and-google-adwords-conversion-tracking/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
		<item>
		<title>Long Tail Keywords in Google AdWords</title>
		<link>http://inchoo.net/online-marketing/long-tail-keywords-in-google-adwords/</link>
		<comments>http://inchoo.net/online-marketing/long-tail-keywords-in-google-adwords/#comments</comments>
		<pubDate>Mon, 18 May 2009 12:41:10 +0000</pubDate>
		<dc:creator>Toni Anicic</dc:creator>
				<category><![CDATA[Online Marketing]]></category>
		<category><![CDATA[AdWords]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://inchoo.net/?p=1831</guid>
		<description><![CDATA[The recent comScore&#8217;s study shows that people are using long tail keywords when searching major search engines much more then they use to. The total number of search queries have grown 3 times faster then the number of paid clicks &#8230;<p><a href="http://inchoo.net/online-marketing/long-tail-keywords-in-google-adwords/">Read more</a><p>]]></description>
			<content:encoded><![CDATA[<p>The recent comScore&#8217;s study shows that people are using long tail keywords when searching major search engines much more then they use to. The total number of search queries have grown 3 times faster then the number of paid clicks since the beginning of 2007. <span id="more-1831"></span></p>
<p>The number of keywords that trigger the paid ads in major search engines have actually declined lately. The reason is not so much the world recession or paid search budget decrease. The real reason is that average users started using much longer keyword queries to find the content they want and advertisers are yet to adopt to these massive changes in search engine&#8217;s users behavior.</p>
<p><img class="alignnone size-full wp-image-1833" title="long_tail_keywords" src="http://inchoo.net/wp-content/uploads/2009/05/long_tail_keywords.jpg" alt="long_tail_keywords" width="440" height="269" /></p>
<p>To illustrate what I&#8217;m talking about, I will make an assumption that you are an internet power user since most of our readers are. As a power user you had to be at least a several times in a situation where some of your friends or relatives asked you for help in finding some data online they couldn&#8217;t find. The reason why you were able to find something and they couldn&#8217;t using the same search engine was in fact that you used much more accurate and longer keywords to find the content you needed. The more you use the search engines, the more experienced you get and understand how to get the best results as quickly as possible.</p>
<p>Now, what happened here is that with time, an average internet user evolved into what we used to call a power user. They can search the web much more efficiently now and use much longer queries in search engines.</p>
<p>Most of the advertisers in Google AdWords tend to use pretty restrictive keywords, often exact phrases or even exact matches in order to have better control over who will see their ads. Unfortunately, the good old days of driving lots of traffic with short exact match keywords might be over. This means pay per click campaigns (especially Google AdWords ones) will now have to be made out of broad matches with lots of campaign negative keywords tied to them, or else you might not be able to drive your targeted amount of traffic to the website.</p>
]]></content:encoded>
			<wfw:commentRss>http://inchoo.net/online-marketing/long-tail-keywords-in-google-adwords/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to buy add space on popular US blogs?</title>
		<link>http://inchoo.net/online-marketing/how-to-buy-add-space-on-popular-us-blogs/</link>
		<comments>http://inchoo.net/online-marketing/how-to-buy-add-space-on-popular-us-blogs/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 11:12:56 +0000</pubDate>
		<dc:creator>Toni Anicic</dc:creator>
				<category><![CDATA[Online Marketing]]></category>
		<category><![CDATA[AdWords]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[marketing]]></category>

		<guid isPermaLink="false">http://inchoo.net/?p=994</guid>
		<description><![CDATA[If you are into internet advertising you probably already considered or already tried out advertising on some popular or targeted blogs. Blogs can be valuable traffic generators however in most cases you will see that conversion rates and click through &#8230;<p><a href="http://inchoo.net/online-marketing/how-to-buy-add-space-on-popular-us-blogs/">Read more</a><p>]]></description>
			<content:encoded><![CDATA[<p>If you are into internet advertising you probably already considered or already tried out advertising on some popular or targeted blogs. Blogs can be valuable traffic generators however in most cases you will see that conversion rates and click through rates of advertising on blogs will be much worse and more expensive then advertising on search engine&#8217;s search results (Google AdWords and similar). <span id="more-994"></span>The reason for this is pretty obvious, the content surrounding the add can not be as targeted as the keywords you can target via search engine advertising.</p>
<p><strong></strong></p>
<p><strong>Why would one buy add space on blogs if search engine advertising is more cost efficient?</strong></p>
<p>Sometimes, if handling a very targeted and low search volume niche, search engines just don&#8217;t fill your marketing appetite. You want more visitors then search engines targeted keyword volumes can provide and thus for you turn to targeted or semi-targeted blogs to serve your adds.</p>
<p>Also, if your product is something completely new on market and there is absolutely no search volume for your product, you can&#8217;t use search engine advertising effectively. Instead, you should try to find semi-targeted blogs, related to your product or service to push your marketing message.</p>
<p>Blogs are also in many cases very good for branding your company, product or service. The branding effects are often much greater then the branding effects resulted by search engine advertising campaigns.<br />
<strong></strong></p>
<p><strong>How can one advertise on blogs?</strong></p>
<p>There are many ways to advertise on blogs. Most bloggers, however, are joined into some advertising programs where you can view more blogs (their stats and prices) at once and decide to buy adds on any of them. One of such networks is <a title="Blog Adds" href="http://blogads.com">BlogAds</a>. Once you register for an account there, you will be able to purchase add space on 1500 of America&#8217;s most influential blogs (according to their website). Some of the worlds most influential blogs are available on BlogAds such as PerezHilton, CuteOverload, Dailykos and many others.</p>
]]></content:encoded>
			<wfw:commentRss>http://inchoo.net/online-marketing/how-to-buy-add-space-on-popular-us-blogs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to use .swf ads in Google AdWords</title>
		<link>http://inchoo.net/online-marketing/how-to-use-swf-ads-in-google-adwords/</link>
		<comments>http://inchoo.net/online-marketing/how-to-use-swf-ads-in-google-adwords/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 20:39:27 +0000</pubDate>
		<dc:creator>Toni Anicic</dc:creator>
				<category><![CDATA[Online Marketing]]></category>
		<category><![CDATA[advertisement]]></category>
		<category><![CDATA[AdWords]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[swf]]></category>

		<guid isPermaLink="false">http://inchoo.net/?p=334</guid>
		<description><![CDATA[The most common reason for using Google AdWords is trying to sell more. People tend to use search advertisement more than content as it usually brings more results which is actually logical since you are targeting people who are actually &#8230;<p><a href="http://inchoo.net/online-marketing/how-to-use-swf-ads-in-google-adwords/">Read more</a><p>]]></description>
			<content:encoded><![CDATA[<p>The most common reason for using Google AdWords is <strong>trying to sell more</strong>. People tend to use search advertisement more than content as it usually brings more results which is actually logical since you are targeting people who are actually searching for things you want to sell.<span id="more-334"></span></p>
<p>However, during the past few years Google AdWords has evolved into a powerful tool which enables you to do much more then increase targeted visitor traffic to your site &#8211; it can help you brand your business.</p>
<p>If you are working with large daily budgets and are trying to raise awareness of your brand in online environment, you might consider <strong>using AdWords image ads</strong>.</p>
<p>AdWords allows you to place image ads into content in formats of <em>.gif, .jpg, .png </em>and<em> .swf</em>. It supports most of the common <strong>standard ad banner sizes</strong> including:</p>
<ul>
<li>468 x 60 <em>Banner</em></li>
<li>728 x 90 <em>Leaderboard</em></li>
<li>250 x 250 <em>Square</em></li>
<li>200 x 200 <em>Small Square</em></li>
<li>336 x 280 <em>Large Rectangle</em></li>
<li>300 x 250 <em>Medium Rectangle</em></li>
<li>120 x 600 <em>Skyscraper</em></li>
<li>160 x 600 <em>Wide Skyscraper</em></li>
</ul>
<p>Let&#8217;s take a closer look at the .swf ad format. This ad format actually gives you quiet some flexibility and allows you to be much more creative in advertisement messages you serve to your potential visitors.</p>
<p>You should keep in mind the fact that <strong>the ad size can not exceed 50k limit</strong>, however, 50k is more then enough to deliver a good, creative and informative ad. One of the best .swf AdWords content ads I&#8217;ve seen so far was the ad for Croatian site called <a title="Njuskalo" rel="nofollow" href="http://njuskalo.hr">njuskalo.hr</a>. While limited with 50k file size they managed to deliver a content rich ad which left an impression of looking at 10 seconds long video ad.</p>
<p><strong>Few tips on using .swf ads in Google AdWords content advertisement:</strong></p>
<ol>
<li>Carefully think about concept of your .swf ad concentrating on <strong>how it will fit into different ad sizes</strong>.</li>
<li><strong>Create the .swf ad for every ad size available</strong>. You don&#8217;t wanna end up losing a potentially great place to advertise at just because you were to lazy to create an ad in format the site displays.</li>
<li><strong>Make ads rich with both motion and content</strong>. There is no point in creating a static img and serving it as a .swf ad when you can do so much more.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://inchoo.net/online-marketing/how-to-use-swf-ads-in-google-adwords/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

