<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.7" -->
<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/"
	>

<channel>
	<title>vonFelten.com</title>
	<link>http://www.vonfelten.com/blog</link>
	<description>Zach vonFelten's Weblog on SEM, Advertising, and the Internet.</description>
	<pubDate>Sat, 09 Feb 2008 21:12:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.7</generator>
	<language>en</language>
			<item>
		<title>ASP - Capitalize First Letter of a Sentence</title>
		<link>http://www.vonfelten.com/blog/2007/11/02/asp-capitalize-letter-function/</link>
		<comments>http://www.vonfelten.com/blog/2007/11/02/asp-capitalize-letter-function/#comments</comments>
		<pubDate>Fri, 02 Nov 2007 21:03:27 +0000</pubDate>
		<dc:creator>zach</dc:creator>
		
		<category>Code Snippets</category>

		<guid isPermaLink="false">http://www.vonfelten.com/blog/2008/02/09/asp-capitalize-letter-function/</guid>
		<description><![CDATA[Code snippets:
Capitalizing the first letter of a sentence using ASP 
Input:
1. response.write format_ucase(&#8221;I WANT TO CAPITALIZE THE FIRST LETTER!&#8221;)
2. response.write format_ucase(&#8221;i want to capitalize the first letter!&#8221;)
3. response.write format_ucase(trim(request.form(&#8221;entry&#8221;)))
Output:
I want to capitalize the first letter!
Code Snippet:
 < %
function format_ucase(tname)
do while instr(tname, " ")
temp_string = left(tname, instr(tname," " ) -1)
' ucase the first letter
format_ucase = format_ucase [...]]]></description>
			<content:encoded><![CDATA[<p>Code snippets:<br />
<strong>Capitalizing the first letter of a sentence using ASP </strong></p>
<p>Input:<br />
1. response.write format_ucase(&#8221;I WANT TO CAPITALIZE THE FIRST LETTER!&#8221;)<br />
2. response.write format_ucase(&#8221;i want to capitalize the first letter!&#8221;)<br />
3. response.write format_ucase(trim(request.form(&#8221;entry&#8221;)))</p>
<p>Output:</p>
<p>I want to capitalize the first letter!</p>
<p><em>Code Snippet:</em><br />
<font color="#ff0000"> < %<br />
function format_ucase(tname)<br />
do while instr(tname, " ")<br />
temp_string = left(tname, instr(tname," " ) -1)<br />
' ucase the first letter<br />
format_ucase = format_ucase &#038; ucase(mid(temp_string, 1,1))<br />
' lcase for rest of word<br />
format_ucase = format_ucase &#038; lcase(mid(temp_string,2)) &#038; " "<br />
tname = right(tname, len(tname) - instr(tname," " ))<br />
loop<br />
'show me what i get<br />
format_ucase = format_ucase &#038; ucase(mid(tname, 1,1))<br />
format_ucase = format_ucase &#038; mid(tname,2)<br />
end function<br />
%></font></p>
<p>Here are a couple other common scenarios using ASP:</p>
<p><strong>All Upper Case Text:</strong></p>
<p><font color="#ff0000">< %<br />
name = "Zach vonFelten"<br />
response.write(ucase(name))<br />
%></font></p>
<p>Output:</p>
<p>ZACH VONFELTEN</p>
<p><strong>All Lower Case Text:</strong><br />
<font color="#ff0000">< %<br />
name = "Zach vonFelten"<br />
response.write(lcase(name))<br />
%></font></p>
<p>Output:</p>
<p>zach vonfelten
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vonfelten.com/blog/2007/11/02/asp-capitalize-letter-function/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Tool for Renaming Files on Windows</title>
		<link>http://www.vonfelten.com/blog/2007/10/29/tool-for-renaming-files-on-windows/</link>
		<comments>http://www.vonfelten.com/blog/2007/10/29/tool-for-renaming-files-on-windows/#comments</comments>
		<pubDate>Tue, 30 Oct 2007 02:26:31 +0000</pubDate>
		<dc:creator>zach</dc:creator>
		
		<category>SEM Tools</category>

		<guid isPermaLink="false">http://www.vonfelten.com/blog/2007/10/29/tool-for-renaming-files-on-windows/</guid>
		<description><![CDATA[After receiving a couple thousand images (twice) with spaces in the name&#8230; I decided test a couple file renaming tools. This tool works pretty good if need to rewrite your file names.
http://www.publicspace.net/windows/BetterFileRename/
Yeah! No more spaces.

]]></description>
			<content:encoded><![CDATA[<p>After receiving a couple thousand images (twice) with spaces in the name&#8230; I decided test a couple file renaming tools. This tool works pretty good if need to rewrite your file names.</p>
<p><a target="_blank" href="http://www.publicspace.net/windows/BetterFileRename/">http://www.publicspace.net/windows/BetterFileRename/</a></p>
<p>Yeah! No more spaces.
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vonfelten.com/blog/2007/10/29/tool-for-renaming-files-on-windows/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google Analytics Authorized Consultant (GAAC) Requirements</title>
		<link>http://www.vonfelten.com/blog/2007/07/21/google-analytics-authorized-consultant-gaac-requirements/</link>
		<comments>http://www.vonfelten.com/blog/2007/07/21/google-analytics-authorized-consultant-gaac-requirements/#comments</comments>
		<pubDate>Sat, 21 Jul 2007 20:39:33 +0000</pubDate>
		<dc:creator>zach</dc:creator>
		
		<category>Web Analytics</category>

		<category>Google</category>

		<guid isPermaLink="false">http://www.vonfelten.com/blog/2007/07/21/google-analytics-authorized-consultant-gaac-requirements/</guid>
		<description><![CDATA[Here is what you need to become a Google Analytics Authorized Consultant.
GAAC Requirements:

In business for 1 year
At least one dedicated person for Google Analytics support
Must provide full service (e.g. setup, support, training, and consultation for Google Analytics)
Must have an online ticketing system that Google can access
Must provide support for both Google Analytics and Urchin software
Must [...]]]></description>
			<content:encoded><![CDATA[<p>Here is what you need to become a Google Analytics Authorized Consultant.<br />
GAAC Requirements:</p>
<ul>
<li>In business for 1 year</li>
<li>At least one dedicated person for Google Analytics support</li>
<li>Must provide full service <em>(e.g. setup, support, training, and consultation for Google Analytics)</em></li>
<li>Must have an online ticketing system that Google can access</li>
<li>Must provide support for both Google Analytics and Urchin software</li>
<li>Must have a web site of sufficient Google Analytics/Urchin content</li>
<li>Proven background in Analytics and Search Engine Marketing (SEM)</li>
<li>Must have at least one Google Adwords Certified employee</li>
<li>Must attend training sessions at a Google office - usually 1 per year</li>
</ul>
<p>You can find more information <a target="_blank" href="http://analytics.blogspot.com/2007/02/help-wanted-gaac-partner-program.html">here</a>.
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vonfelten.com/blog/2007/07/21/google-analytics-authorized-consultant-gaac-requirements/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Get a Referral URL from the Session using PHP</title>
		<link>http://www.vonfelten.com/blog/2007/06/05/referral-url-from-session-using-php/</link>
		<comments>http://www.vonfelten.com/blog/2007/06/05/referral-url-from-session-using-php/#comments</comments>
		<pubDate>Tue, 05 Jun 2007 18:52:57 +0000</pubDate>
		<dc:creator>zach</dc:creator>
		
		<category>Web Analytics</category>

		<category>Tutorials</category>

		<guid isPermaLink="false">http://www.vonfelten.com/blog/2007/06/05/referral-url-from-session-using-php/</guid>
		<description><![CDATA[Looking to associate a lead or visitor to a source?
Senario: Your marketing department, boss, or client want more information about the people contacting them through their website and where they are coming from. They want to tie an ROI value to the money they are spending on Google, Yahoo, MSN, ad networks, social media, etc.
Don&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Looking to associate a lead or visitor to a source?</strong></p>
<p><em>Senario:</em> Your marketing department, boss, or client want more information about the people contacting them through their website and where they are coming from. They want to tie an ROI value to the money they are spending on Google, Yahoo, MSN, ad networks, social media, etc.</p>
<p>Don&#8217;t worry there are several ways to do this based on the type of language the web site is built in and the information you are after. I will give several examples and other scenarios down the road, but for now let&#8217;s start by pulling the session on a php website&#8230;This seems to be what a lot of people are looking for.</p>
<p><strong>How to get the URL Referral using PHP from the session.</strong></p>
<p>Using a session you can make sure you only get the URL when people first land on your website. You can do other things as well like set the time period you want the value to stay in the session.</p>
<p><strong>Here&#8217;s the sample code you will need to add to the page you are sending visitors to:</strong></p>
<p>< ?php<br />
session_start();<br />
if(!isset($_SESSION[’referrer’])){<br />
//get the referrer<br />
if ($_SERVER[’HTTP_REFERER’]){<br />
$referrer = $_SERVER[’HTTP_REFERER’];<br />
}else{<br />
$referrer = “unknown”;<br />
}<br />
//save it in a session<br />
$_SESSION[’referrer’] = $referrer; // store session data<br />
}<br />
?></p>
<p><strong>Code Explanation:</strong></p>
<p>The first part is pretty straight forward and checks to see if the referrer URL has already been set:</p>
<p>if(!isset($_SESSION[&#8217;referrer&#8217;])){ &#8230;</p>
<p>If not we set the session variable. If we can’t get the URL it gets set to “unknown” in the above example.</p>
<p>For some reason you can’t always get the referrer URL. Some people have found that links originating from some email applications like Gmail don’t give you a referrer URL, but yahoo does. I assume it has to do with email security and caching old email messages.</p>
<p>Anyways, once you’ve got the session variable set, you can call it any time until the browser window is closed or the variable time limit runs out (the default time limit set in the php.ini, but you can also set it in your script.) You’ve normally got 180 minutes as default for a session time limit before your variable is lost.</p>
<p>Next is to call the variable and store it with the record or visitor information when they fill out a form.</p>
<p><strong>To Call the Session Variable:</strong></p>
<p>To call your session variable from another page, you just need to add this piece of code:</p>
<p>session_start();<br />
echo “referrer = “. $_SESSION[’referrer’]; //retrieve data<br />
?></p>
<p>Stick the retrieve session data code snip it on your contact form if you want to associate the referring URL to the lead. Your get something like this in your output: “referrer = http://your.referrer.url”. You can store and pull other variables in the session such as landing page information or number of pages visited by incrementing a variable.</p>
<p><strong>These are good resources if you need additional information:</strong></p>
<p>http://uk2.php.net/session (Explains all session runtime configuration options)<br />
http://www.tizag.com/phpT/phpsessions.php (Shows how to capture pageviews)
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vonfelten.com/blog/2007/06/05/referral-url-from-session-using-php/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Reporting Click fraud to Google</title>
		<link>http://www.vonfelten.com/blog/2007/05/19/reporting-clickfraud-to-google/</link>
		<comments>http://www.vonfelten.com/blog/2007/05/19/reporting-clickfraud-to-google/#comments</comments>
		<pubDate>Sat, 19 May 2007 18:39:43 +0000</pubDate>
		<dc:creator>zach</dc:creator>
		
		<category>Paid Search</category>

		<category>Google</category>

		<guid isPermaLink="false">http://www.vonfelten.com/blog/2007/05/19/reporting-clickfraud-to-google/</guid>
		<description><![CDATA[Click fraud eh?
If you believe that click fraud is occurring on any of your Ad Words account you can report the suspicious activity here.
You will be asked to provide the following information:

Name
Email address (your email address, not the account address)
Customer ID Number (use specific client id, not ad words master id)
Date range of activity
Campaigns, ad [...]]]></description>
			<content:encoded><![CDATA[<p>Click fraud eh?<br />
If you believe that click fraud is occurring on any of your Ad Words account you can report the suspicious activity <a href="https://adwords.google.com/support/bin/request.py?clickquality=1&#038;ctx=clickqual">here.</a></p>
<p><strong>You will be asked to provide the following information:</strong></p>
<ul>
<li>Name</li>
<li>Email address (your email address, not the account address)</li>
<li>Customer ID Number (use specific client id, not ad words master id)</li>
<li>Date range of activity</li>
<li>Campaigns, ad groups, and keywords affected(Use the ad words URLs to identify)</li>
<li>Description of the issue</li>
<li>Suspicious IP Address(Can be obtained by exporting the click fraud report in Clicktracks)</li>
<li>Suspicious search or content sites(Can be obtained by exporting the click fraud report in Clicktracks)</li>
</ul>
<p><strong>Process after Suspicious Activity is Submitted to Ad Words</strong></p>
<p>After you have submitted your complaint to Ad Words, they will send you an email asking for you to provide the data you have collect that lead you to believe fraudulent activity has been occurring on your ad words account (Clicktracks fraud reports). They may ask you to explain to greater detail what malicious activity you believe is occurring.</p>
<p>After you have sent in the data Ad Words will likely give you their findings and an estimate of what your account will be refunded. Ad Words will go on to say that they need to analyze the account further to determine the exact amount that your account will be refunded.</p>
<p>Give Adwords 5-7 business days to work this out, if you have not received further notice continue correspondence to keep the wheels oiled and the client’s budget returned to be used for legitimate traffic.
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vonfelten.com/blog/2007/05/19/reporting-clickfraud-to-google/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PHP - Page Redirection Links</title>
		<link>http://www.vonfelten.com/blog/2007/05/16/php-page-redirection-links/</link>
		<comments>http://www.vonfelten.com/blog/2007/05/16/php-page-redirection-links/#comments</comments>
		<pubDate>Thu, 17 May 2007 03:47:09 +0000</pubDate>
		<dc:creator>zach</dc:creator>
		
		<category>Natural Search</category>

		<category>Tutorials</category>

		<guid isPermaLink="false">http://www.vonfelten.com/blog/2007/05/16/php-page-redirection-links/</guid>
		<description><![CDATA[Recently, I had a project that needed to redirect links through an internal page. The client was trying to isolate some specific analytics and user behavior but obviously you can use this use for a variety of purposes. You will be surprised how simple it is to implement. Let me know if you have any [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, I had a project that needed to redirect links through an internal page. The client was trying to isolate some specific analytics and user behavior but obviously you can use this use for a variety of purposes. You will be surprised how simple it is to implement. Let me know if you have any difficulties with the code.</p>
<p>For this project, I created a page called go.php to control the URL/Link redirections.</p>
<p>Here is the code to put on the go.php page:</p>
<p>_________________________________________________</p>
<p>< ? PHP</p>
<p>if ($o == &#8220;site1&#8243;) {$link = &#8220;http://www.vonfelten.com&#8221;;} // Default link<br />
if ($o == &#8220;site2&#8243;) {$link = &#8220;http://sem.vonfelten.com&#8221;;}<br />
if ($o == &#8220;site3&#8243;) {$link = &#8220;http://blog.vonfelten.com&#8221;;}<br />
if ($o == &#8220;site4&#8243;) {$link = &#8220;http://forums.vonfelten.com&#8221;;}</p>
<p>header(&#8221;Location: $link&#8221;); // Jump to the URL<br />
exit();<br />
?></p>
<p><strong>note:</strong> you can add parameters to the urls if you want. Be sure and use best practices so you don&#8217;t run into any issues. Parameters on a URL should be:</p>
<p>http://www.yoursitename.com/?parameter=value</p>
<p>or</p>
<p>http://www.yoursitename.com/?parameter=value&#038;parameter2=value2,</p>
<p>and so on.<br />
_________________________________________________</p>
<p><strong>That’s it… Your ready to test it.</strong></p>
<p>This would be the link you would reference on the page:</p>
<p>http://www.vonfelten.com/blog/go.php?o=site1<br />
_________________________________________________</p>
<p>The next step would be to track some information in a log file (i.e. the number of clicks,  unique visitors, search phrases, browser information, etc.)</p>
<p>If you are interested in seeing that code, hit me up on email.
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vonfelten.com/blog/2007/05/16/php-page-redirection-links/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ClickTracks Analytics Certified Professional</title>
		<link>http://www.vonfelten.com/blog/2007/04/20/clicktracks-analytics-certified-professional/</link>
		<comments>http://www.vonfelten.com/blog/2007/04/20/clicktracks-analytics-certified-professional/#comments</comments>
		<pubDate>Fri, 20 Apr 2007 18:38:40 +0000</pubDate>
		<dc:creator>zach</dc:creator>
		
		<category>Web Analytics</category>

		<guid isPermaLink="false">http://www.vonfelten.com/blog/2007/04/20/clicktracks-analytics-certified-professional/</guid>
		<description><![CDATA[ Web analytics provide the foundation for effective online business and marketing decisions through accurate measurement and analysis. They help you learn even more about where your visitors come from and how they interact with your site.
For more information visit: http://www.clicktracks.com
Received ClickTracks Analytics Certified Professional on 4/20/2007.

]]></description>
			<content:encoded><![CDATA[<p><img alt="ClickTracks Analytics Certified Professional" id="image37" src="http://www.vonfelten.com/blog/wp-content/uploads/2007/05/certified_icon.thumbnail.gif" /> Web analytics provide the foundation for effective online business and marketing decisions through accurate measurement and analysis. They help you learn even more about where your visitors come from and how they interact with your site.</p>
<p>For more information visit: http://www.clicktracks.com</p>
<p>Received ClickTracks Analytics Certified Professional on 4/20/2007.
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vonfelten.com/blog/2007/04/20/clicktracks-analytics-certified-professional/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Optimizing for mobile search</title>
		<link>http://www.vonfelten.com/blog/2007/01/16/optimizing-for-mobile-search/</link>
		<comments>http://www.vonfelten.com/blog/2007/01/16/optimizing-for-mobile-search/#comments</comments>
		<pubDate>Wed, 17 Jan 2007 05:03:19 +0000</pubDate>
		<dc:creator>zach</dc:creator>
		
		<category>Online Marketing</category>

		<category>Mobile</category>

		<guid isPermaLink="false">http://www.vonfelten.com/blog/2007/01/16/optimizing-for-mobile-search/</guid>
		<description><![CDATA[comScore Networks, Inc. estimates that 10 million Americans surf from cell phones or personal digital assistants (PDAs). The research firm has found that of the 19.1 million users owning a PDA, 5 million access the Internet with those devices, and among the 67.2 million online users that own a cell phone, 5.8 million access the [...]]]></description>
			<content:encoded><![CDATA[<p>comScore Networks, Inc. estimates that 10 million Americans surf from cell phones or personal digital assistants (PDAs). The research firm has found that of the 19.1 million users owning a PDA, 5 million access the Internet with those devices, and among the 67.2 million online users that own a cell phone, 5.8 million access the Internet with those devices.</p>
<p>Unfortunately, as soon as you start browsing the web from your phone you will find most web sites are not very &#8220;phone friendly.&#8221; Images load slow, navigation menus get distorted, and content is hard to read causing people get frusterated and leave your site before it even loads.</p>
<p>Mobile handsets use WAP technology to browse the Internet. Because of limited screen size, many WAP browsers strip out CSS, and show text in a method similar to how a search engine spider renders a site. Websites must therefore be designed such that the layout without images looks professional and is easy to use. You want to ensure that your customers can view your website correctly on their wireless device.</p>
<p>Most wireless devices provide Internet access using the Wireless Internet Protocol, WAP 2.0 (XHTML sites), WAP 1.x (WML sites) and i-mode (CHTML sites. Popular in Japan). Even though modern devices do not require the development of a separate, mobile version of the website, the screen size is still severely limited, necessitating special attention to the layout of the site on mobile web browsers.
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vonfelten.com/blog/2007/01/16/optimizing-for-mobile-search/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Using branded and non-branded search terms.</title>
		<link>http://www.vonfelten.com/blog/2006/12/14/using-branded-and-non-branded-search-terms/</link>
		<comments>http://www.vonfelten.com/blog/2006/12/14/using-branded-and-non-branded-search-terms/#comments</comments>
		<pubDate>Fri, 15 Dec 2006 05:34:54 +0000</pubDate>
		<dc:creator>zach</dc:creator>
		
		<category>Paid Search</category>

		<category>Online Marketing</category>

		<guid isPermaLink="false">http://www.vonfelten.com/blog/2006/12/14/using-branded-and-non-branded-search-terms/</guid>
		<description><![CDATA[Using branded and non-branded search terms in PPC campaigns.
Understanding the search engine user is a tricky proposition, to say the least, which is what makes search engine marketing a challenging and separate discipline in itself. Currently the basis for predicting future user behavior on which foundation a search engine marketing campaign is founded is past [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Using branded and non-branded search terms in PPC campaigns.</strong></p>
<p>Understanding the search engine user is a tricky proposition, to say the least, which is what makes search engine marketing a challenging and separate discipline in itself. Currently the basis for predicting future user behavior on which foundation a search engine marketing campaign is founded is past user behavior: mainly data about demand for particular keywords and discernible patterns in the results for those keywords.</p>
<p>A study by two search marketing firms, based on data gathered from about 5.1 million paid search advertising clicks from 3.9 million users in the first quarter of 2006, gives some insight into how search users function. The campaign was focused on Internet retailers that ran PPC campaigns so that the entire conversion scenario could be measured.</p>
<p><strong>Key highlights from the survey:</strong></p>
<ul>
<li>Search terms that had brand names in them converted better.</li>
<li>Many users clicked more than one ad; in fact the conversion rate of users who clicked more than one ad was better.</li>
<li>Users who switched from non-brand search queries to branded search queries tended to convert better than those who stuck with unbranded terms.</li>
<li>A high proportion of users were still sticking to using simple search queries (one or two terms and not multiple word keyword phrases).</li>
</ul>
<p><strong>The implications for search marketers.</strong></p>
<p>Some of the above aspects might seem quite obvious; however, there are significant implications for marketers.</p>
<p>While brand name conversions might be high, it simply means that search users already have a more definite idea of what they want and they are just trying to find the best place/ source to get it from. Such users have already made quite some headway in their vendor selection process.</p>
<p>However, the vast potential of search marketing lies in being found by potential customers who did not know about a company or its products and services. Search engine marketing is primarily about making oneself be found&#8212;catering to only those who already know would be turning the back on opportunity. Can any marketer with ambitious plans to acquire new customers afford to do that?</p>
<p><strong>The long tail principle.</strong></p>
<p>This calls for some strategic decisions as to how much a campaign should focus on acquiring totally new customers and at what cost. One of the most used terms in search engine marketing today (and in other aspects of business as well) is “The Long Tail”, a phrase coined by Chris Anderson.</p>
<p>The main premise of the long tail principle (when applied to search engine marketing) is that a very high number of keywords that individually may not contribute any significant volume of traffic or conversions can collectively contribute to a healthy volume  of traffic and conversions. This principle of long tail can be applied effectively with branded and non-branded terms as well. Carefully selecting a high number of non-branded search terms can make a significant difference to the profitability and returns from a campaign.</p>
<p>The other aspect is related to the usage of simple terms versus multi-word phrases. Marketers cannot afford to forget that even today a very high percentage of search users don’t use search very effectively&#8212; or they don’t think very deeply before entering the search query. They put the onus of finding relevant results based on their vague search query on the search engines. This makes a marketer’s job extremely difficult, as it becomes almost impossible to gauge the intent behind that search query. Bidding for such keywords can often be a hit and miss; however, the sheer size of search engine users who input these extremely broad terms means that one cannot afford to exclude them from the search marketing strategy.</p>
<p>Experience &#038; analytical ability are the only things that can help marketers in such a case, where they will have to make informed decisions and calculated risks while trying to optimize the campaign and maximize ROI. Professional search engine marketing firms, with their enormous reservoir of data, experience, the right tools and specialized personnel, make a difference there.
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vonfelten.com/blog/2006/12/14/using-branded-and-non-branded-search-terms/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google Mobile Search Advertising</title>
		<link>http://www.vonfelten.com/blog/2006/11/27/google-mobile-search-advertising/</link>
		<comments>http://www.vonfelten.com/blog/2006/11/27/google-mobile-search-advertising/#comments</comments>
		<pubDate>Tue, 28 Nov 2006 03:41:39 +0000</pubDate>
		<dc:creator>zach</dc:creator>
		
		<category>Local Search</category>

		<category>Google</category>

		<category>Online Marketing</category>

		<category>Mobile</category>

		<guid isPermaLink="false">http://www.vonfelten.com/blog/2006/11/27/google-mobile-search-advertising/</guid>
		<description><![CDATA[Google recently expanded Adwords to let advertisers display sponsored ads on mobile phones and handheld devices. These mobile ads are displayed to users searching for products and services using their phone.
Currently, mobile ads are available to advertisers in the United States, the United Kingdom, Japan, Germany, France, Italy, the Netherlands, Spain, China, Ireland, India and [...]]]></description>
			<content:encoded><![CDATA[<p>Google recently expanded <a title="Google Adwords" href="http://www.google.com/adwords">Adwords</a> to let advertisers display sponsored ads on mobile phones and handheld devices. These mobile ads are displayed to users searching for products and services using their phone.</p>
<p>Currently, mobile ads are available to advertisers in the United States, the United Kingdom, Japan, Germany, France, Italy, the Netherlands, Spain, China, Ireland, India and Australia.  Advertisers have the ability to decide whether their mobile ads or standard text ads will display on search results.</p>
<p>Mobile ads can be different then your standard ads as they contain two lines of text, with a limit of 12 or 18 characters per line.   A destination URL appears on a third line if you choose to enter one. If you would like mobile users to connect directly to your phone line a call link will appear in this spot. You can create mobile ads in any language, but remember they only show up in the countries listed above.</p>
<p><strong>Sample Mobile Ad:</strong></p>
<p>[AD] Cargo Shipping by<br />
<a title="Cargo Shipping Company" href="http://www.schumachercargo.com"> SchumacherCargo.com</a><br />
Call:800-599-0190</p>
<p><strong>Google Mobile CPC </strong></p>
<p>Mobile ads pricing model is similar to the current Adwords system. You choose a maximum cost-per-click (CPC) for each keyword from $0.01 to $100.00. You are only charged when a user clicks on your ad or the click-to-call link. There is no daily budget limit and you can change your bid amounts at any time. Your mobile ads budgets can be separate from your other campaign budgets and there is no minimum spending commitment is required.</p>
<p>Google reviews all mobile ads before they appear on any type of mobile search. Once they confirm that your mobile ads meet their editorial guidelines, you&#8217;ll start to see clicks on your mobile ads. After you begin receiving clicks  on your Mobile ads,   you&#8217;ll be able to run reports to see how they&#8217;re performing.</p>
<p>Check back as we discuss tips on implementing, optimization, and taking advantage of this opportunity. Yahoo and MSN are following suit by launching similar services.
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vonfelten.com/blog/2006/11/27/google-mobile-search-advertising/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
