<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Tip #13: Understand the difference between requests and impressions</title>
	<atom:link href="http://www.openxtips.com/2009/05/tip-13-understand-the-difference-between-requests-and-impressions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.openxtips.com/2009/05/tip-13-understand-the-difference-between-requests-and-impressions/</link>
	<description>Your weekly dose of OpenX goodness...</description>
	<lastBuildDate>Wed, 19 May 2010 20:36:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: theguru</title>
		<link>http://www.openxtips.com/2009/05/tip-13-understand-the-difference-between-requests-and-impressions/comment-page-1/#comment-1745</link>
		<dc:creator>theguru</dc:creator>
		<pubDate>Fri, 19 Mar 2010 14:14:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.openxtips.com/?p=365#comment-1745</guid>
		<description>Hi abbas,

You can&#039;t manually ad clicks against banners without actually calling the click script - there&#039;s no &quot;log&quot; script like there is for impressions. So, you either need to call that script, or add the data to the database manually. Of course, you shouldn&#039;t do this, because you only want to track real clicks, right? :-)

When you add a banner to OpenX, the data for that banner is stored in the &quot;banners&quot; table.</description>
		<content:encoded><![CDATA[<p>Hi abbas,</p>
<p>You can&#8217;t manually ad clicks against banners without actually calling the click script &#8211; there&#8217;s no &#8220;log&#8221; script like there is for impressions. So, you either need to call that script, or add the data to the database manually. Of course, you shouldn&#8217;t do this, because you only want to track real clicks, right? <img src='http://www.openxtips.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>When you add a banner to OpenX, the data for that banner is stored in the &#8220;banners&#8221; table.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abbas</title>
		<link>http://www.openxtips.com/2009/05/tip-13-understand-the-difference-between-requests-and-impressions/comment-page-1/#comment-1743</link>
		<dc:creator>abbas</dc:creator>
		<pubDate>Thu, 18 Mar 2010 07:59:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.openxtips.com/?p=365#comment-1743</guid>
		<description>Thanx for your reply I want to know two more things
1) How i can add manually clicks against the banner.
2) When i create the banner then in which tables that banner information store (Suppose my banner is external banner).</description>
		<content:encoded><![CDATA[<p>Thanx for your reply I want to know two more things<br />
1) How i can add manually clicks against the banner.<br />
2) When i create the banner then in which tables that banner information store (Suppose my banner is external banner).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: theguru</title>
		<link>http://www.openxtips.com/2009/05/tip-13-understand-the-difference-between-requests-and-impressions/comment-page-1/#comment-1742</link>
		<dc:creator>theguru</dc:creator>
		<pubDate>Wed, 17 Mar 2010 22:46:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.openxtips.com/?p=365#comment-1742</guid>
		<description>Hi abbas,

Yes, calling the log script manually should do the trick, provided you don&#039;t have OpenX set up to ignore repeat impressions that occur within a certain time period of previous impressions (if your version of OpenX supports this; not all versions do).</description>
		<content:encoded><![CDATA[<p>Hi abbas,</p>
<p>Yes, calling the log script manually should do the trick, provided you don&#8217;t have OpenX set up to ignore repeat impressions that occur within a certain time period of previous impressions (if your version of OpenX supports this; not all versions do).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abbas</title>
		<link>http://www.openxtips.com/2009/05/tip-13-understand-the-difference-between-requests-and-impressions/comment-page-1/#comment-1740</link>
		<dc:creator>abbas</dc:creator>
		<pubDate>Wed, 17 Mar 2010 13:25:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.openxtips.com/?p=365#comment-1740</guid>
		<description>Thanx for the article, I have one swf file in which different images load and i want to increase the impression after loading each image.
can i do impression increment manually means with calling the ip?
for example through 
http://mysite/openx/www/delivery/lg.php?bannerid=11&amp;campaignid=4&amp;zoneid=7&amp;OACCAP=500&amp;OASCCAP=500&amp;loc=http%3A%2F%2Fmysite%2Fmultizone.html&amp;cb=eda854695d

Is it the correct way for doing it or there is any other better approach to achieve this thing</description>
		<content:encoded><![CDATA[<p>Thanx for the article, I have one swf file in which different images load and i want to increase the impression after loading each image.<br />
can i do impression increment manually means with calling the ip?<br />
for example through<br />
<a href="http://mysite/openx/www/delivery/lg.php?bannerid=11&amp;campaignid=4&amp;zoneid=7&amp;OACCAP=500&amp;OASCCAP=500&amp;loc=http%3A%2F%2Fmysite%2Fmultizone.html&amp;cb=eda854695d" rel="nofollow">http://mysite/openx/www/delivery/lg.php?bannerid=11&amp;campaignid=4&amp;zoneid=7&amp;OACCAP=500&amp;OASCCAP=500&amp;loc=http%3A%2F%2Fmysite%2Fmultizone.html&amp;cb=eda854695d</a></p>
<p>Is it the correct way for doing it or there is any other better approach to achieve this thing</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: theguru</title>
		<link>http://www.openxtips.com/2009/05/tip-13-understand-the-difference-between-requests-and-impressions/comment-page-1/#comment-1728</link>
		<dc:creator>theguru</dc:creator>
		<pubDate>Fri, 12 Mar 2010 07:07:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.openxtips.com/?p=365#comment-1728</guid>
		<description>Hi Mark!

The answer depends entirely on where the bottlenecks are in your system -- if indeed there are any!

If, for example, you have a low CPU powered machine, then you might find that OpenX is CPU-bound, and so adding request logging will make no difference at all -- as your install is limited to a maximum number of impressions/second by the amount of CPU power you have, then logging extra data to the database won&#039;t change that.

However, if you have a more powerful server, and the disk I/O performance is in fact your bottleneck (that is, the maximum number of impressions/second you can serve is limited by how fast you can write the impression data to the database), then turning on request logging will in theory HALVE the performance of you server, as you are now DOUBLING the amount of data you need to write to the database for every impression (i.e. you now need to log a request and an impression, where before you just logged an impression).

Hope that helps!</description>
		<content:encoded><![CDATA[<p>Hi Mark!</p>
<p>The answer depends entirely on where the bottlenecks are in your system &#8212; if indeed there are any!</p>
<p>If, for example, you have a low CPU powered machine, then you might find that OpenX is CPU-bound, and so adding request logging will make no difference at all &#8212; as your install is limited to a maximum number of impressions/second by the amount of CPU power you have, then logging extra data to the database won&#8217;t change that.</p>
<p>However, if you have a more powerful server, and the disk I/O performance is in fact your bottleneck (that is, the maximum number of impressions/second you can serve is limited by how fast you can write the impression data to the database), then turning on request logging will in theory HALVE the performance of you server, as you are now DOUBLING the amount of data you need to write to the database for every impression (i.e. you now need to log a request and an impression, where before you just logged an impression).</p>
<p>Hope that helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.openxtips.com/2009/05/tip-13-understand-the-difference-between-requests-and-impressions/comment-page-1/#comment-1721</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Sun, 07 Mar 2010 16:24:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.openxtips.com/?p=365#comment-1721</guid>
		<description>Is there a big performance hit to OpenX for logging requests?</description>
		<content:encoded><![CDATA[<p>Is there a big performance hit to OpenX for logging requests?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 理解请求(Request)和展示(Impression)的区别 &#187; OpenX中文研究</title>
		<link>http://www.openxtips.com/2009/05/tip-13-understand-the-difference-between-requests-and-impressions/comment-page-1/#comment-1712</link>
		<dc:creator>理解请求(Request)和展示(Impression)的区别 &#187; OpenX中文研究</dc:creator>
		<pubDate>Tue, 02 Mar 2010 07:23:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.openxtips.com/?p=365#comment-1712</guid>
		<description>[...] 英文原文地址：http://www.openxtips.com/2009/05/tip-13-understand-the-difference-between-requests-and-impressions/ [...]</description>
		<content:encoded><![CDATA[<p>[...] 英文原文地址：http://www.openxtips.com/2009/05/tip-13-understand-the-difference-between-requests-and-impressions/ [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: su</title>
		<link>http://www.openxtips.com/2009/05/tip-13-understand-the-difference-between-requests-and-impressions/comment-page-1/#comment-1112</link>
		<dc:creator>su</dc:creator>
		<pubDate>Wed, 08 Jul 2009 15:24:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.openxtips.com/?p=365#comment-1112</guid>
		<description>Thanks, your explanation helps!</description>
		<content:encoded><![CDATA[<p>Thanks, your explanation helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: theguru</title>
		<link>http://www.openxtips.com/2009/05/tip-13-understand-the-difference-between-requests-and-impressions/comment-page-1/#comment-1111</link>
		<dc:creator>theguru</dc:creator>
		<pubDate>Wed, 08 Jul 2009 15:19:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.openxtips.com/?p=365#comment-1111</guid>
		<description>Ah, if impressions are greater than requests, the issue tends to stem from the fact that requests are logged by OpenX during the process of interpreting the zone tag, but impressions are logged by a straight up  beacon call that is returned by OpenX to log the impression. This tends to result in the  tag getting called directly (either as a result of spiders or caching), and so you end up with more impressions being logged.

Unfortunately, there&#039;s not much you can do about it, as OpenX doesn&#039;t have functionality (yet?) to ensure that an impression is only logged if it follows on from a request...</description>
		<content:encoded><![CDATA[<p>Ah, if impressions are greater than requests, the issue tends to stem from the fact that requests are logged by OpenX during the process of interpreting the zone tag, but impressions are logged by a straight up  beacon call that is returned by OpenX to log the impression. This tends to result in the  tag getting called directly (either as a result of spiders or caching), and so you end up with more impressions being logged.</p>
<p>Unfortunately, there&#8217;s not much you can do about it, as OpenX doesn&#8217;t have functionality (yet?) to ensure that an impression is only logged if it follows on from a request&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: su</title>
		<link>http://www.openxtips.com/2009/05/tip-13-understand-the-difference-between-requests-and-impressions/comment-page-1/#comment-1110</link>
		<dc:creator>su</dc:creator>
		<pubDate>Wed, 08 Jul 2009 15:05:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.openxtips.com/?p=365#comment-1110</guid>
		<description>Thanks for your quick response.
Sorry, I actually meant my impression number is greater than the request number and I wanted to know the reason. It&#039;s totally my fault to type it wrongly.

In my test ad page, I did implement a &#039;page caching&#039; with a servlet filter (by checking if-modified-since header..., and send a 304 response if page is not modified), so that&#039;s the cause of getting more impressions than requests? Is there a way to get accurate request number in this case?</description>
		<content:encoded><![CDATA[<p>Thanks for your quick response.<br />
Sorry, I actually meant my impression number is greater than the request number and I wanted to know the reason. It&#8217;s totally my fault to type it wrongly.</p>
<p>In my test ad page, I did implement a &#8216;page caching&#8217; with a servlet filter (by checking if-modified-since header&#8230;, and send a 304 response if page is not modified), so that&#8217;s the cause of getting more impressions than requests? Is there a way to get accurate request number in this case?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
