<?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>Certified Knowledge &#187; API</title>
	<atom:link href="http://certifiedknowledge.org/blog/category/ppc-news/api/feed/" rel="self" type="application/rss+xml" />
	<link>http://certifiedknowledge.org</link>
	<description>PPC Tools, Training, &#38; Community</description>
	<lastBuildDate>Thu, 09 Feb 2012 15:00:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>AdWords API Help &#8211; Local Database Sync</title>
		<link>http://certifiedknowledge.org/blog/adwords-api-help-local-database-sync/</link>
		<comments>http://certifiedknowledge.org/blog/adwords-api-help-local-database-sync/#comments</comments>
		<pubDate>Sun, 09 Nov 2008 13:31:24 +0000</pubDate>
		<dc:creator>brad</dc:creator>
				<category><![CDATA[API]]></category>
		<category><![CDATA[PPC Marketing Blog]]></category>

		<guid isPermaLink="false">http://certifiedknowledge.org/blog/adwords-api-help-local-database-sync/</guid>
		<description><![CDATA[One of the biggest issues many companies face when using the AdWords API is that they store all the information at Google. It can be very time consuming (and expensive) to constantly download your information into a local database. Over the past couple years, I’ve seen many companies who really needed to build a sync [...]<p><a href="http://certifiedknowledge.org/blog/adwords-api-help-local-database-sync/">AdWords API Help &#8211; Local Database Sync</a> is a post from: <a href="http://certifiedknowledge.org">Certified Knowledge</a></p>
]]></description>
			<content:encoded><![CDATA[<p>One of the biggest issues many companies face when using the AdWords API is that they store all the information at Google. It can be very time consuming (and expensive) to constantly download your information into a local database.</p>
<p>Over the past couple years, I’ve seen many companies who really needed to build a sync system to keep a local store of all information.</p>
<p>Google recently launched a code base and scripts to make this happen for their clients.</p>
<p>If you are an aggregator and need to take your API to the next level – check out sync:</p>
<ul>
<li><a href="http://adwordsapi.blogspot.com/2008/09/now-available-adwords-api-local.html">Google Code blog post</a></li>
<li><a href="http://code.google.com/p/awapi-local-db-sync/">Local DB Sync Code</a></li>
</ul>
<p><a href="http://certifiedknowledge.org/blog/adwords-api-help-local-database-sync/">AdWords API Help &#8211; Local Database Sync</a> is a post from: <a href="http://certifiedknowledge.org">Certified Knowledge</a></p>
]]></content:encoded>
			<wfw:commentRss>http://certifiedknowledge.org/blog/adwords-api-help-local-database-sync/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AdWords API Changes</title>
		<link>http://certifiedknowledge.org/blog/506/</link>
		<comments>http://certifiedknowledge.org/blog/506/#comments</comments>
		<pubDate>Sat, 05 Nov 2005 18:41:13 +0000</pubDate>
		<dc:creator>brad</dc:creator>
				<category><![CDATA[API]]></category>

		<guid isPermaLink="false">http://www.certifiedknowledge.org/?p=506</guid>
		<description><![CDATA[AdWords API Changes: We will add the following field to the KeywordEstimate object: clicksPerDay – (float) The estimated number of clicks generated per day for a keyword in a given ad group Similarly, we will remove the following fields from the KeywordEstimate object: impressions – The estimated number of impressions for a given keyword ctr [...]<p><a href="http://certifiedknowledge.org/blog/506/">AdWords API Changes</a> is a post from: <a href="http://certifiedknowledge.org">Certified Knowledge</a></p>
]]></description>
			<content:encoded><![CDATA[<p>AdWords API Changes:</p>
<blockquote><p>We will add the following field to the KeywordEstimate object:</p>
<ul>
<li>clicksPerDay – (float) The estimated number of clicks generated per day for a keyword in a given ad group</li>
</ul>
<p>Similarly, we will remove the following fields from the KeywordEstimate object:</p>
<ul>
<li>impressions – The estimated number of impressions for a given keyword</li>
<li>ctr – The estimated click-through-rate for a given keyword.</li>
<li>notShownPerDay – The estimated number of times that the ad would not be shown, despite a keyword match</li>
</ul>
</blockquote>
<p>From <a href="http://adwordsapi.blogspot.com/2005/10/announcing-changes-to.html">AdWords API Blog</a>.</p>
<p><a href="http://certifiedknowledge.org/blog/506/">AdWords API Changes</a> is a post from: <a href="http://certifiedknowledge.org">Certified Knowledge</a></p>
]]></content:encoded>
			<wfw:commentRss>http://certifiedknowledge.org/blog/506/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AdWords API: Updating Shared Logins</title>
		<link>http://certifiedknowledge.org/blog/adwords-api-updating-shared-logins/</link>
		<comments>http://certifiedknowledge.org/blog/adwords-api-updating-shared-logins/#comments</comments>
		<pubDate>Tue, 25 Oct 2005 15:59:49 +0000</pubDate>
		<dc:creator>brad</dc:creator>
				<category><![CDATA[API]]></category>

		<guid isPermaLink="false">http://www.certifiedknowledge.org/api/adwords-api-updating-shared-logins/</guid>
		<description><![CDATA[The login changes at Google are sure to cause quite a bit of havic with those using MCCs, shared advertiser logins, and the API dev teams. The Google API blog listed off some &#8216;best practices&#8217;: Best Practices – Updating shared AdWords logins Be sure to select “No. I might manage this AdWords account with others” [...]<p><a href="http://certifiedknowledge.org/blog/adwords-api-updating-shared-logins/">AdWords API: Updating Shared Logins</a> is a post from: <a href="http://certifiedknowledge.org">Certified Knowledge</a></p>
]]></description>
			<content:encoded><![CDATA[<blockquote><p>The login changes at Google are sure to cause quite a bit of havic with those using MCCs, shared advertiser logins, and the API dev teams.</p>
<p>The Google API blog listed off some &#8216;best practices&#8217;:</p>
<blockquote><p>Best Practices – Updating shared AdWords logins</p>
<p>Be sure to select “No. I might manage this AdWords account with others” during the first step of the update process</p>
<p>Create a new username and password that is different from the current AdWords username and password</p>
<p>Please advise your client to go through this same process (separate from you), and advise them to:</p>
<p>Choose a *different* username/password than you have</p>
<p>Avoid using their personal email address as their Google Account, but rather use their business or another professional email account as their login</p>
<p>Update your API headers as soon as possible to ensure that future API requests use your new Google Accounts login</p>
<p>Note: if you are accessing a client’s account via a My Client Center (MCC) account, be sure to also request that your client provide you with their new username so you can update your API headers accordingly.</p>
<p>Complete this update as soon as possible. While all AdWords users will not be required to update their account(s) for the next few months, we strongly suggest that you complete the process in early November, especially with the busy holiday season ahead of us.</p></blockquote>
<p><a href="http://adwordsapi.blogspot.com/2005/10/updating-your-shared-adwords-logins.html">Entire article</a>.  If you use the API, make sure to forward the article to your dev team.</p>
<p><a href="http://certifiedknowledge.org/blog/adwords-api-updating-shared-logins/">AdWords API: Updating Shared Logins</a> is a post from: <a href="http://certifiedknowledge.org">Certified Knowledge</a></p>
]]></content:encoded>
			<wfw:commentRss>http://certifiedknowledge.org/blog/adwords-api-updating-shared-logins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yahoo&#039;s Subscription Search</title>
		<link>http://certifiedknowledge.org/blog/yahoos-subscription-search/</link>
		<comments>http://certifiedknowledge.org/blog/yahoos-subscription-search/#comments</comments>
		<pubDate>Wed, 22 Jun 2005 14:18:47 +0000</pubDate>
		<dc:creator>brad</dc:creator>
				<category><![CDATA[API]]></category>

		<guid isPermaLink="false">http://www.certifiedknowledge.org/api/yahoos-subscription-search/</guid>
		<description><![CDATA[The Yahoo Developer network has posted some more information on how to make the Y dev network work with subscription search. Post here Yahoo subscription search announcement. Web search documentation. Yahoo&#039;s Subscription Search is a post from: Certified Knowledge<p><a href="http://certifiedknowledge.org/blog/yahoos-subscription-search/">Yahoo&#039;s Subscription Search</a> is a post from: <a href="http://certifiedknowledge.org">Certified Knowledge</a></p>
]]></description>
			<content:encoded><![CDATA[<p>The Yahoo Developer network has posted some more information on how to make the Y dev network work with subscription search.</p>
<p>Post <a href="http://developer.yahoo.net/search/web/V1/webSearch.html">here</a><br />
Yahoo subscription search <a href="http://www.ysearchblog.com/archives/000117.html">announcement</a>.<br />
Web search <a href="http://developer.yahoo.net/search/web/V1/webSearch.html">documentation</a>.</p>
<p><a href="http://certifiedknowledge.org/blog/yahoos-subscription-search/">Yahoo&#039;s Subscription Search</a> is a post from: <a href="http://certifiedknowledge.org">Certified Knowledge</a></p>
]]></content:encoded>
			<wfw:commentRss>http://certifiedknowledge.org/blog/yahoos-subscription-search/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

