<?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>Money-Code &#187; cj</title>
	<atom:link href="http://www.money-code.com/tag/cj/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.money-code.com</link>
	<description>Coding For Online Success</description>
	<lastBuildDate>Tue, 15 Nov 2011 18:25:07 +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>Issues with CJNiche WordPress Plugin</title>
		<link>http://www.money-code.com/2010/01/issues-with-cjniche-wordpress-plugin/</link>
		<comments>http://www.money-code.com/2010/01/issues-with-cjniche-wordpress-plugin/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 02:36:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Affiliate Marketing]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[cj]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[niche]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.money-code.com/?p=602</guid>
		<description><![CDATA[So I&#8217;ve been working with the cjniche plugin. Overall, it&#8217;s a pretty good plugin, but I definitely have some issues with it. I noticed that a few of my requests were getting the dreaded PHP warning: Warning: Invalid argument supplied for foreach() in /var/www/wouldnt/you/like/to/know/wp-content/ plugins/cjniche/cjniche.php on line 79 Want to see if it&#8217;s a wide [...]


Related posts:<ol><li><a href='http://www.money-code.com/2009/10/simple-modification-to-fd-feedburner-plugin/' rel='bookmark' title='Simple modification to FD Feedburner Plugin'>Simple modification to FD Feedburner Plugin</a></li>
<li><a href='http://www.money-code.com/2009/06/good-adjustments-made-to-my-new-wordpress-blog/' rel='bookmark' title='Good adjustments made to my new WordPress blog'>Good adjustments made to my new WordPress blog</a></li>
<li><a href='http://www.money-code.com/2009/10/update-wordpress/' rel='bookmark' title='Update WordPress!'>Update WordPress!</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.money-code.com%2F2010%2F01%2Fissues-with-cjniche-wordpress-plugin%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.money-code.com%2F2010%2F01%2Fissues-with-cjniche-wordpress-plugin%2F&amp;source=hanjicode&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>So I&#8217;ve been working with the<a href="http://wpnicheground.com/2009/11/cjniche-commission-junction-wordpress-plugin-2/" target="_blank"> cjniche plugin</a>. Overall, it&#8217;s a pretty good plugin, but I definitely have some issues with it. I noticed that a few of my requests were getting the dreaded PHP warning:</p>
<pre>Warning: Invalid argument supplied for foreach() in
/var/www/wouldnt/you/like/to/know/wp-content/
plugins/cjniche/cjniche.php on line 79</pre>
<p>Want to see if it&#8217;s a wide spread problem on the interwebby? Check out this <a href="http://www.google.com/#hl=en&amp;source=hp&amp;q=cjniche+%22Warning%3A+Invalid+argument+supplied+for+foreach%28%29%22&amp;aq=f&amp;aql=&amp;aqi=&amp;oq=&amp;fp=4787d6a9aecc9114" target="_blank">Google search on the topic</a>.</p>
<p>The line number may vary with yours, I added some extra special customizations to the plugin. Googling around on this, I see constant references to this error relating to this plugin. I also see crazy recommendations like deactivating and reactivating the plugin. Reminds me of the &#8216;did you reboot your computer&#8217; and if the answer it &#8216;yes&#8217;, you follow up with &#8216;how many times&#8217;. Odd how some things just go away. Well, I wasn&#8217;t buying it.</p>
<p>It is true if you add a space to the advertiserIds or dork up your CJ Key you&#8217;ll get the same error, but I was experiencing intermittent errors. It would work a few of the times, then not work the other times. That would have NOTHING to do with variable values stored in the database. I did some digging (which is hard with this particular plugin since they encode everything.. really?).  I was able to get to the root of the problem.</p>
<p>If you&#8217;re getting this error every time, the plugin is not receiving a proper XML response CJ and that is why the foreach is blowing up. Unfortunately, the plugin is not checking for a good product set return from CJ and just explodes. Now, if you&#8217;re getting this error some of the times, the problem is very similar. I was able to echo the XML returning during a failure and this is what I saw:</p>
<pre>[error-message] =&gt;; The server is currently at
capacity or down for maintenance. Please try again later.</pre>
<p>Wow, now that helps shed some light on the problem for sure. Looks like CJ is having problems. This is my biggest irritation dealing with CJ&#8217;s datafeed. I&#8217;ve mentioned that in the past that it&#8217;s just not reliable. This plugin is nice for something quick and if you&#8217;re working with small data sets or small merchants, this probably works really well. If you&#8217;re dealing with larger product catalogs, the keyword filtering is obviously going to take longer and probably cause issues with many requests. Now this is an assumption. I&#8217;m not sure if yesterday and today are the only two days having problems.. who knows. What I wanted to do with this post was shed some light with the PHP error and this plugin. I definitely see mention of it in many places.</p>
<p>I&#8217;ve written some error handling in the plugin to catch vs. explode when this occurs, but I might need to work on a caching solution to fall back on a stored data set if it has trouble.</p>
<h4>Incoming search terms:</h4><ul><li>cjniche</li><li>cjniche wordpress plugin</li><li>cjniche plugin</li><li>wordpress plugin cjniche</li><li>cjniche review</li><li>/plugins/cjniche/cjniche php on line 22</li><li>wordpress commision junction plugin warning wp-content/plugins/cjniche/cjniche php on line 22</li><li>what happened to cjniche</li><li>warning: invalid argument supplied for foreach() cjniche</li><li>how cjniche works</li></ul><div style='clear:both'></div>

<p>Related posts:<ol><li><a href='http://www.money-code.com/2009/10/simple-modification-to-fd-feedburner-plugin/' rel='bookmark' title='Simple modification to FD Feedburner Plugin'>Simple modification to FD Feedburner Plugin</a></li>
<li><a href='http://www.money-code.com/2009/06/good-adjustments-made-to-my-new-wordpress-blog/' rel='bookmark' title='Good adjustments made to my new WordPress blog'>Good adjustments made to my new WordPress blog</a></li>
<li><a href='http://www.money-code.com/2009/10/update-wordpress/' rel='bookmark' title='Update WordPress!'>Update WordPress!</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.money-code.com/2010/01/issues-with-cjniche-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Thinking out loud about EPN Quality Click Pricing (QCP)</title>
		<link>http://www.money-code.com/2009/09/thinking-out-load-about-epn-quality-click-pricing-qcp/</link>
		<comments>http://www.money-code.com/2009/09/thinking-out-load-about-epn-quality-click-pricing-qcp/#comments</comments>
		<pubDate>Sat, 12 Sep 2009 03:05:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Affiliate Marketing]]></category>
		<category><![CDATA[EPN]]></category>
		<category><![CDATA[PPC]]></category>
		<category><![CDATA[cj]]></category>
		<category><![CDATA[qcp]]></category>
		<category><![CDATA[quality click pricing]]></category>
		<category><![CDATA[reviewazon]]></category>
		<category><![CDATA[rules]]></category>
		<category><![CDATA[store fronts]]></category>
		<category><![CDATA[ysm]]></category>

		<guid isPermaLink="false">http://www.money-code.com/?p=563</guid>
		<description><![CDATA[So, I&#8217;ve been paying close attention to analytics and most importantly, my QCP preview in EPN reporting. Just like what it was stating for the end of August, my earnings will be looking really good under this model and I was trying to figure out why. I really think the major benefit in my case [...]


Related posts:<ol><li><a href='http://www.money-code.com/2009/09/quality-click-pricing-qcp-starts-tomorrow-1012009/' rel='bookmark' title='Quality Click Pricing (QCP) starts tomorrow (10/1/2009)'>Quality Click Pricing (QCP) starts tomorrow (10/1/2009)</a></li>
<li><a href='http://www.money-code.com/2009/08/epn-quality-click-pricing-my-thoughts/' rel='bookmark' title='EPN &#8211; Quality Click Pricing (My Thoughts)'>EPN &#8211; Quality Click Pricing (My Thoughts)</a></li>
<li><a href='http://www.money-code.com/2009/09/epn-webinar-about-quality-click-pricing/' rel='bookmark' title='EPN webinar about Quality Click Pricing'>EPN webinar about Quality Click Pricing</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.money-code.com%2F2009%2F09%2Fthinking-out-load-about-epn-quality-click-pricing-qcp%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.money-code.com%2F2009%2F09%2Fthinking-out-load-about-epn-quality-click-pricing-qcp%2F&amp;source=hanjicode&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><img class="alignleft size-full wp-image-301" title="ebay-partner-network" src="http://www.money-code.com/wp-content/uploads/2009/06/ebay-partner-network.jpg" alt="ebay-partner-network" width="150" height="150" />So, I&#8217;ve been paying close attention to analytics and most importantly, my QCP preview in EPN reporting. Just like what it was stating for the end of August, my earnings will be looking really good under this model and I was trying to figure out why.</p>
<p>I really think the major benefit in my case is that I use <a href="http://www.money-code.com/2007/12/how-to-use-ppc-with-your-ebay-affiliate-store-fronts/" target="_self">limited PPC via YSM</a> to promote my good earning niche sites. I never been too heavy in SEO, and relied on PPC to drive traffic to these sites. Finding the right balance of advertising cost with profits earned is tricky, but I think that is why my EPC is good on these sites. I&#8217;m driving &#8216;buyers&#8217; to come to the site, and eventually &#8216;buy&#8217; on eBay vs. driving a bunch of readers. I wrote a post about this in January 2008 &#8220;<a href="http://www.money-code.com/2008/01/readers-vs-buyers/" target="_self">Readers vs. Buyers</a>&#8220;.</p>
<p>Now, with this improvement with EPC, I think I&#8217;ll do some tests in October or November by ramping up my PPC campaigns to drive more quality traffic to eBay.</p>
<p>While I&#8217;m still waiting for the dust to settle, I&#8217;ve been working hard (hence the lack of recent posts) on creating Amazon store fronts, CJ based store fronts, <a href="http://www.money-code.com/2009/07/hub-blogs-strategy/" target="_self">hub support blogs</a> to my various sites. I&#8217;ve been working on creating a new Amazon store front plugin, but I&#8217;ve been absolutely LOVING <a href="http://www.money-code.com/target/reviewazon.php" target="_blank">ReviewAzon</a>. I can&#8217;t say enough how great this plugin is. If you&#8217;re interested in working on your Amazon affiliate efforts, please pick this plugin up. <a href="http://www.money-code.com/target/reviewazon.php" target="_blank">Only $79, you can&#8217;t afford to NOT try it</a>.</p>
<h4>Incoming search terms:</h4><ul><li>identify which ePN clicks come from search results</li></ul><div style='clear:both'></div>

<p>Related posts:<ol><li><a href='http://www.money-code.com/2009/09/quality-click-pricing-qcp-starts-tomorrow-1012009/' rel='bookmark' title='Quality Click Pricing (QCP) starts tomorrow (10/1/2009)'>Quality Click Pricing (QCP) starts tomorrow (10/1/2009)</a></li>
<li><a href='http://www.money-code.com/2009/08/epn-quality-click-pricing-my-thoughts/' rel='bookmark' title='EPN &#8211; Quality Click Pricing (My Thoughts)'>EPN &#8211; Quality Click Pricing (My Thoughts)</a></li>
<li><a href='http://www.money-code.com/2009/09/epn-webinar-about-quality-click-pricing/' rel='bookmark' title='EPN webinar about Quality Click Pricing'>EPN webinar about Quality Click Pricing</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.money-code.com/2009/09/thinking-out-load-about-epn-quality-click-pricing-qcp/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Talk to your merchant contact at CJ about coupons!</title>
		<link>http://www.money-code.com/2009/08/talk-to-your-merchant-contact-at-cj-about-coupons/</link>
		<comments>http://www.money-code.com/2009/08/talk-to-your-merchant-contact-at-cj-about-coupons/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 17:02:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Affiliate Marketing]]></category>
		<category><![CDATA[affiliate managers]]></category>
		<category><![CDATA[cj]]></category>
		<category><![CDATA[coupons]]></category>
		<category><![CDATA[deals]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[promotions]]></category>

		<guid isPermaLink="false">http://www.money-code.com/?p=512</guid>
		<description><![CDATA[Personally, I think this is a good tip and can be applied to other affiliate merchant networks, but I primarily focus on Commission Junction. It&#8217;s important to contact your merchant contacts and request that you get updated with information regarding deals, coupons, promotions, etc. This is a incredibly useful for providing some useful content besides [...]


Related posts:<ol><li><a href='http://www.money-code.com/2009/07/hub-blogs-strategy/' rel='bookmark' title='Hub Blogs Strategy'>Hub Blogs Strategy</a></li>
<li><a href='http://www.money-code.com/2009/07/working-the-backlinks/' rel='bookmark' title='Working the backlinks'>Working the backlinks</a></li>
<li><a href='http://www.money-code.com/2008/11/cj-sorry-your-application-was-not-approved/' rel='bookmark' title='CJ &#8211; Sorry, your application was not approved'>CJ &#8211; Sorry, your application was not approved</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.money-code.com%2F2009%2F08%2Ftalk-to-your-merchant-contact-at-cj-about-coupons%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.money-code.com%2F2009%2F08%2Ftalk-to-your-merchant-contact-at-cj-about-coupons%2F&amp;source=hanjicode&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><img class="alignleft size-full wp-image-513" title="cj_logo" src="http://www.money-code.com/wp-content/uploads/2009/08/cj_logo.gif" alt="cj_logo" width="227" height="37" />Personally, I think this is a good tip and can be applied to other affiliate merchant networks, but I primarily focus on Commission Junction. It&#8217;s important to contact your merchant contacts and request that you get updated with information regarding deals, coupons, promotions, etc. This is a incredibly useful for providing some useful content besides the usual product information.</p>
<p>As mentioned earlier, I&#8217;ve been working on creating various WordPress <a href="http://www.money-code.com/2009/07/hub-blogs-strategy/" target="_self">hub blogs</a> within my niches. When there are promotions and specifically coupons, I like to blog about them. I&#8217;m notified by several of my merchant contacts as soon as they&#8217;re released, then I also like to tweet the blog entry regarding those offers.</p>
<p>I see this creating value to my <a href="http://www.money-code.com/2009/07/hub-blogs-strategy/" target="_self">hub blogs</a>. Basically, people are starting to sign up to my RSS feeds to find promotional opportunities. If you haven&#8217;t done so, contact your contacts at CJ and request that you get mailed promotions! Might help with your commissions!</p>
<h4>Incoming search terms:</h4><ul><li>how to receive cj coupons in email</li></ul><div style='clear:both'></div>

<p>Related posts:<ol><li><a href='http://www.money-code.com/2009/07/hub-blogs-strategy/' rel='bookmark' title='Hub Blogs Strategy'>Hub Blogs Strategy</a></li>
<li><a href='http://www.money-code.com/2009/07/working-the-backlinks/' rel='bookmark' title='Working the backlinks'>Working the backlinks</a></li>
<li><a href='http://www.money-code.com/2008/11/cj-sorry-your-application-was-not-approved/' rel='bookmark' title='CJ &#8211; Sorry, your application was not approved'>CJ &#8211; Sorry, your application was not approved</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.money-code.com/2009/08/talk-to-your-merchant-contact-at-cj-about-coupons/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Working the backlinks</title>
		<link>http://www.money-code.com/2009/07/working-the-backlinks/</link>
		<comments>http://www.money-code.com/2009/07/working-the-backlinks/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 14:57:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Affiliate Marketing]]></category>
		<category><![CDATA[backlinks]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[cj]]></category>
		<category><![CDATA[EPN]]></category>
		<category><![CDATA[storefronts]]></category>

		<guid isPermaLink="false">http://www.money-code.com/?p=463</guid>
		<description><![CDATA[I currently have many domains focusing on primary niches with additional micro-niche sites. Over the years, I&#8217;ve paid little attention to SEO aspects on generating traffic. One reason I haven&#8217;t been a fan is the type of visitors that sometimes arrive to the site organically.  Last year I wrote a post titled &#8220;Readers vs. Buyers&#8221; [...]


Related posts:<ol><li><a href='http://www.money-code.com/2009/09/thinking-out-load-about-epn-quality-click-pricing-qcp/' rel='bookmark' title='Thinking out loud about EPN Quality Click Pricing (QCP)'>Thinking out loud about EPN Quality Click Pricing (QCP)</a></li>
<li><a href='http://www.money-code.com/2007/10/google-adsense-with-affiliate-store-front-good-bad/' rel='bookmark' title='Google AdSense with affiliate store front (Good || Bad)?'>Google AdSense with affiliate store front (Good || Bad)?</a></li>
<li><a href='http://www.money-code.com/2008/01/readers-vs-buyers/' rel='bookmark' title='Readers vs. Buyers'>Readers vs. Buyers</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.money-code.com%2F2009%2F07%2Fworking-the-backlinks%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.money-code.com%2F2009%2F07%2Fworking-the-backlinks%2F&amp;source=hanjicode&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><img class="alignleft size-medium wp-image-464" title="Abstract model" src="http://www.money-code.com/wp-content/uploads/2009/07/backlinks-300x225.jpg" alt="Abstract model" width="210" height="158" />I currently have many domains focusing on primary niches with additional micro-niche sites. Over the years, I&#8217;ve paid little attention to SEO aspects on generating traffic. One reason I haven&#8217;t been a fan is the type of visitors that sometimes arrive to the site organically.  Last year I wrote a post titled &#8220;<a href="http://www.money-code.com/2008/01/readers-vs-buyers/" target="_self">Readers vs. Buyers</a>&#8221; that discuss getting targeted visitors that want to buy to your site. I always felt that general SEO traffic would be &#8220;readers&#8221;, but now, I realize that I am WRONG with this thinking. In general terms, I was correct, but you definitely could target organic &#8220;buyers&#8221; by focusing on the proper keywords and couple that with <a href="http://www.money-code.com/2009/07/hub-blogs-strategy/" target="_self">useful hub blogs </a>to bring interested buyers to your EPN or CJ store front pages.</p>
<p>One of the keys to gather any kind of organic traffic is to create MANY quality backlinks to your sites. Currently, I&#8217;m focusing on establishing backlinks to the <a href="http://www.money-code.com/search/hub+blog" target="_self">hub blogs</a> since these sites will be content rich and will work easily with continued updates to social networks and bookmark sites. Of course inside of these hub blogs there will be many links going to my store front domains based on keywords.</p>
<p>Over the next few weeks, I&#8217;ll be going into more detail on <strong>how I&#8217;m getting backlinks</strong> and some of the tools I&#8217;m using to help automate the process.</p>
<div style='clear:both'></div>

<p>Related posts:<ol><li><a href='http://www.money-code.com/2009/09/thinking-out-load-about-epn-quality-click-pricing-qcp/' rel='bookmark' title='Thinking out loud about EPN Quality Click Pricing (QCP)'>Thinking out loud about EPN Quality Click Pricing (QCP)</a></li>
<li><a href='http://www.money-code.com/2007/10/google-adsense-with-affiliate-store-front-good-bad/' rel='bookmark' title='Google AdSense with affiliate store front (Good || Bad)?'>Google AdSense with affiliate store front (Good || Bad)?</a></li>
<li><a href='http://www.money-code.com/2008/01/readers-vs-buyers/' rel='bookmark' title='Readers vs. Buyers'>Readers vs. Buyers</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.money-code.com/2009/07/working-the-backlinks/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>FTP&#8217;ing files from CJ&#8217;s FTP server to your host</title>
		<link>http://www.money-code.com/2009/06/ftping-files-from-cjs-ftp-server-to-your-host/</link>
		<comments>http://www.money-code.com/2009/06/ftping-files-from-cjs-ftp-server-to-your-host/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 01:59:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[cj]]></category>
		<category><![CDATA[datafeed]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<p>I had a few people email me about my <a href="http://www.money-code.com/node/119">Parsing XML CJ Product Feeds</a> article regarding how to FTP the file to your server. You can use various FTP function depending on how your PHP is configured. I used wget to grab the files. It was easier to gather all of my feeds. To do this, you'll need to use PHP's <a href="http://us2.php.net/manual/en/function.exec.php" target="_blank">exec() function</a> to execute the wget program on the server (assuming you have access and permissions to use wget via script).</p>

<p><code>
<?php
exec("wget -P/path/to/your/site/cj/files ftp://username:password@datatransfer.cj.com/outgoing/productcatalog/111111/*.*");
?>
</code></p>


Related posts:<ol><li><a href='http://www.money-code.com/2008/01/problems-fetching-cj-product-feeds-with-phps-ftp-functionality/' rel='bookmark' title='Problems fetching CJ Product Feeds with PHP&#8217;s FTP functionality'>Problems fetching CJ Product Feeds with PHP&#8217;s FTP functionality</a></li>
<li><a href='http://www.money-code.com/2009/06/geoip-scripts-php-and-javascript/' rel='bookmark' title='GeoIP Scripts PHP and JavaScript'>GeoIP Scripts PHP and JavaScript</a></li>
<li><a href='http://www.money-code.com/2007/10/cj-quick-stat-email-script/' rel='bookmark' title='CJ Quick Stat Email Script'>CJ Quick Stat Email Script</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.money-code.com%2F2009%2F06%2Fftping-files-from-cjs-ftp-server-to-your-host%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.money-code.com%2F2009%2F06%2Fftping-files-from-cjs-ftp-server-to-your-host%2F&amp;source=hanjicode&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I had a few people email me about my <a href="http://www.money-code.com/node/119">Parsing XML CJ Product Feeds</a> article regarding how to FTP the file to your server. You can use various FTP function depending on how your PHP is configured. I used wget to grab the files. It was easier to gather all of my feeds. To do this, you&#8217;ll need to use PHP&#8217;s <a href="http://us2.php.net/manual/en/function.exec.php" target="_blank">exec() function</a> to execute the wget program on the server (assuming you have access and permissions to use wget via script).</p>
<div class="dean_ch" style="white-space: wrap;">
<span class="kw2">&lt;?php</span><br />
<a href="http://www.php.net/exec"><span class="kw3">exec</span></a><span class="br0">&#40;</span><span class="st0">&quot;wget -P/path/to/your/site/cj/files ftp://username:password@datatransfer.cj.com/outgoing/productcatalog/111111/*.*&quot;</span><span class="br0">&#41;</span>;<br />
<span class="kw2">?&gt;</span><br />
&nbsp;</div>
<p>This will log into the FTP server using the username:password values being passed. Please substitute this with your actual username and password. All files be sent to the path you specified with the -P argument. Please update this with a valid path on your system. If you don&#8217;t know what your directory structure is on CJ&#8217;s FTP server, you may need to contact CJ support or log in with a simple FTP client to see what your path is. My example is using &#8217;111111&#8242; is just a example.</p>
<p>Once you have the files downloaded, they may be like mine and are zipped or gzipped. You could use exec() again to unzip it or install a PHP extension to unzip this (dev-php5/pecl-zip). If you need example of this, I can try to help. My server is customized by me, so I&#8217;m using the pecl-zip extension for PHP.</p>
<p>hanji</p>
<h4>Incoming search terms:</h4><ul><li>cj ftp report datatransfer cj com</li><li>cj API to get ftp file</li><li>how to access cj ftp</li><li>how do i log into cj FTP?</li><li>ftp://USERNAME:PASSWORD@datatransfer cj com</li><li>ftp datatransfer cj php</li><li>download cj com feed to my server</li><li>client ftp cj com how to</li><li>cj ftp server</li><li>cj ftp file download scripr</li></ul><div style='clear:both'></div>

<p>Related posts:<ol><li><a href='http://www.money-code.com/2008/01/problems-fetching-cj-product-feeds-with-phps-ftp-functionality/' rel='bookmark' title='Problems fetching CJ Product Feeds with PHP&#8217;s FTP functionality'>Problems fetching CJ Product Feeds with PHP&#8217;s FTP functionality</a></li>
<li><a href='http://www.money-code.com/2009/06/geoip-scripts-php-and-javascript/' rel='bookmark' title='GeoIP Scripts PHP and JavaScript'>GeoIP Scripts PHP and JavaScript</a></li>
<li><a href='http://www.money-code.com/2007/10/cj-quick-stat-email-script/' rel='bookmark' title='CJ Quick Stat Email Script'>CJ Quick Stat Email Script</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.money-code.com/2009/06/ftping-files-from-cjs-ftp-server-to-your-host/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Parsing XML CJ Product Feeds</title>
		<link>http://www.money-code.com/2009/06/parsing-xml-cj-product-feeds/</link>
		<comments>http://www.money-code.com/2009/06/parsing-xml-cj-product-feeds/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 02:32:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[cj]]></category>
		<category><![CDATA[datafeed]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<p>I mentioned on <a href="http://www.money-code.com/node/115">May 29th</a> that CJ allows you to create and manage product catalogs now. This is great. You can create a product feed and have it available in your FTP directory (or whatever delivery method you wish). For my personal set up, I have it stored on their server, and I need to FTP to it and grab it. I do everything via PHP on a scheduled intervals.</p>

<p>I wanted to show you how you can grab the XML data and parse it. You could use it directly or push it into a database, etc. In my situation, I want to update a local database with product items. Items will be updated every week. I won't go into the database piece (let me know if you need me to go into INSERT/DELETE SQL examples).</p>


Related posts:<ol><li><a href='http://www.money-code.com/2008/01/problems-fetching-cj-product-feeds-with-phps-ftp-functionality/' rel='bookmark' title='Problems fetching CJ Product Feeds with PHP&#8217;s FTP functionality'>Problems fetching CJ Product Feeds with PHP&#8217;s FTP functionality</a></li>
<li><a href='http://www.money-code.com/2008/10/dynamic-xmlrss-feed-using-popshops/' rel='bookmark' title='Dynamic XML/RSS Feed using PopShops'>Dynamic XML/RSS Feed using PopShops</a></li>
<li><a href='http://www.money-code.com/2007/09/simple-script-for-connecting-to-commission-junctions-product-web-service-and-populating-a-local-database/' rel='bookmark' title='Simple script for connecting to Commission Junction&#8217;s Product Web Service and populating a local database'>Simple script for connecting to Commission Junction&#8217;s Product Web Service and populating a local database</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.money-code.com%2F2009%2F06%2Fparsing-xml-cj-product-feeds%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.money-code.com%2F2009%2F06%2Fparsing-xml-cj-product-feeds%2F&amp;source=hanjicode&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I mentioned on <a href="http://www.money-code.com/node/115">May 29th</a> that CJ allows you to create and manage product catalogs now. This is great. You can create a product feed and have it available in your FTP directory (or whatever delivery method you wish). For my personal set up, I have it stored on their server, and I need to FTP to it and grab it. I do everything via PHP on a scheduled intervals.</p>
<p>I wanted to show you how you can grab the XML data and parse it. You could use it directly or push it into a database, etc. In my situation, I want to update a local database with product items. Items will be updated every week. I won&#8217;t go into the database piece (let me know if you need me to go into INSERT/DELETE SQL examples).</p>
<p>For this example, you will need PHP5 since we&#8217;ll be using the <a rel="nofollow" href="http://us.php.net/manual/en/function.simplexml-load-file.php" target="_blank">simplexml_load_file()</a> function. This is assuming that you&#8217;ve already FTP&#8217;d the XML to your working directory. Again, let me know if you need this process as well, and I can provide some examples.</p>
<p>Once we have the XML file, we pass it to the simplexml_load_file function. This function quickly parses the XML into a object. Since it&#8217;s a object, it&#8217;s snap to reference the values. My example loops through the XML object and sets local variables with the values from the XML file. You could then INSERT this values into a database or display them in real time.</p>
<div class="dean_ch" style="white-space: wrap;">
<span class="kw2">&lt;?php</span><br />
<span class="re0">$xml</span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = <span class="st0">&#8217;1111111_11111_20090528.xml&#8217;</span>;<br />
<span class="re0">$resp</span>&nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = simplexml_load_file<span class="br0">&#40;</span><span class="re0">$xml</span><span class="br0">&#41;</span>;<br />
<span class="kw1">foreach</span><span class="br0">&#40;</span><span class="re0">$resp</span>-&gt;<span class="me1">product</span> <span class="kw1">as</span> <span class="re0">$item</span><span class="br0">&#41;</span><span class="br0">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span class="re0">$name</span>&nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = <span class="re0">$item</span>-&gt;<span class="me1">name</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span class="re0">$catalogname</span>&nbsp; &nbsp; = <span class="re0">$item</span>-&gt;<span class="me1">catalogname</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span class="re0">$lastupdated</span>&nbsp; &nbsp; = <span class="re0">$item</span>-&gt;<span class="me1">lastupdated</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span class="re0">$programurl</span>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; = <span class="re0">$item</span>-&gt;<span class="me1">programurl</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span class="re0">$keywords</span>&nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; = <span class="re0">$item</span>-&gt;<span class="me1">keywords</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span class="re0">$description</span>&nbsp; &nbsp; = <span class="re0">$item</span>-&gt;<span class="me1">description</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span class="re0">$sku</span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = <span class="re0">$item</span>-&gt;<span class="me1">sku</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span class="re0">$manufacturer</span>&nbsp; &nbsp;= <span class="re0">$item</span>-&gt;<span class="me1">manufacturer</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span class="re0">$manufacturerid</span>&nbsp;= <span class="re0">$item</span>-&gt;<span class="me1">manufacturerid</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span class="re0">$upc</span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = <span class="re0">$item</span>-&gt;<span class="me1">upc</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span class="re0">$currency</span>&nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; = <span class="re0">$item</span>-&gt;<span class="me1">currency</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span class="re0">$saleprice</span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = <span class="re0">$item</span>-&gt;<span class="me1">saleprice</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span class="re0">$price</span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = <span class="re0">$item</span>-&gt;<span class="me1">price</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span class="re0">$retailprice</span>&nbsp; &nbsp; = <span class="re0">$item</span>-&gt;<span class="me1">retailprice</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span class="re0">$buyurl</span>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = <span class="re0">$item</span>-&gt;<span class="me1">buyurl</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span class="re0">$impressionurl</span>&nbsp; = <span class="re0">$item</span>-&gt;<span class="me1">impressionurl</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span class="re0">$imageurl</span>&nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; = <span class="re0">$item</span>-&gt;<span class="me1">imageurl</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span class="re0">$advertisercategory</span>&nbsp; &nbsp; &nbsp;= <span class="re0">$item</span>-&gt;<span class="me1">advertisercategory</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span class="re0">$instock</span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = <span class="re0">$item</span>-&gt;<span class="me1">instock</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span class="re0">$condition</span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = <span class="re0">$item</span>-&gt;<span class="me1">condition</span>;<br />
<span class="br0">&#125;</span><br />
<span class="kw2">?&gt;</span><br />
&nbsp;</div>
<p>My version of MySQL is 5, if you&#8217;re running 5.1 or 6, you can use a sweet MySQL command called &#8220;LOAD XML LOCAL INFILE&#8221;. For example, you could run this and it would populate your database table very quickly.</p>
<div class="dean_ch" style="white-space: wrap;">
<span class="kw2">&lt;?php</span><br />
<span class="re0">$sql</span> = <span class="st0">&quot;LOAD XML LOCAL INFILE &#8217;1111111_11111_20090528.xml&#8217;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; INTO TABLE tblProductsTest<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ROWS IDENTIFIED BY &#8216; &#8216;&quot;</span>;<br />
<span class="kw1">if</span><span class="br0">&#40;</span>!<a href="http://www.php.net/mysql_query"><span class="kw3">mysql_query</span></a><span class="br0">&#40;</span><span class="re0">$sql</span>,<span class="re0">$connect</span><span class="br0">&#41;</span><span class="br0">&#41;</span><span class="br0">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <a href="http://www.php.net/echo"><span class="kw3">echo</span></a> <a href="http://www.php.net/mysql_error"><span class="kw3">mysql_error</span></a><span class="br0">&#40;</span><span class="br0">&#41;</span>.<span class="st0">&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &quot;</span>.<span class="re0">$sql</span>;<br />
<span class="br0">&#125;</span><br />
<span class="kw2">?&gt;</span><br />
&nbsp;</div>
<p>I think the ability to quickly make some product feeds is awesome. Now, I just need to find time to create some new store fronts and make some cash. If you find this post useful, please follow me on <a rel="nofollow" href="https://twitter.com/hanjicode" target="_blank">Twitter</a> and Digg this post!</p>
<h4>Incoming search terms:</h4><ul><li>cj xml feed</li><li>cj rss feed</li><li>commission junction xml deal</li><li>parse commission junction xml php</li><li>cj product feed directory ftp</li><li>how to parse cj feeds</li><li>how to insert xml into sql</li><li>how to display single produc using xml feeds in php</li><li>parse xml to sql database php script</li><li>get cj feed php</li></ul><div style='clear:both'></div>

<p>Related posts:<ol><li><a href='http://www.money-code.com/2008/01/problems-fetching-cj-product-feeds-with-phps-ftp-functionality/' rel='bookmark' title='Problems fetching CJ Product Feeds with PHP&#8217;s FTP functionality'>Problems fetching CJ Product Feeds with PHP&#8217;s FTP functionality</a></li>
<li><a href='http://www.money-code.com/2008/10/dynamic-xmlrss-feed-using-popshops/' rel='bookmark' title='Dynamic XML/RSS Feed using PopShops'>Dynamic XML/RSS Feed using PopShops</a></li>
<li><a href='http://www.money-code.com/2007/09/simple-script-for-connecting-to-commission-junctions-product-web-service-and-populating-a-local-database/' rel='bookmark' title='Simple script for connecting to Commission Junction&#8217;s Product Web Service and populating a local database'>Simple script for connecting to Commission Junction&#8217;s Product Web Service and populating a local database</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.money-code.com/2009/06/parsing-xml-cj-product-feeds/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>CJ now allows you to manage/create product catalogs!</title>
		<link>http://www.money-code.com/2009/05/cj-now-allows-you-to-managecreate-product-catalogs/</link>
		<comments>http://www.money-code.com/2009/05/cj-now-allows-you-to-managecreate-product-catalogs/#comments</comments>
		<pubDate>Fri, 29 May 2009 18:25:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Affiliate Marketing]]></category>
		<category><![CDATA[cj]]></category>
		<category><![CDATA[datafeed]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<p>CJ now allows you to manage/create product catalogs data feeds! This is great to be able to generate new product feeds for FTP downloads. I'm not sure if their policy for the one time $200 product feed is still there or not. Here is the announcement from CJ:</p>

<blockquote>"Product Catalog Feeds are now Self Serve, which means you can add, delete or edit your catalog data feeds through the account manager. Please read our FAQ."</blockquote>

<p>In the next few days/weeks, I'll put together a little parser script to add/update a database table. I have this in place in a few sites, but I'll review and update the code and post it when it's ready.</p>


Related posts:<ol><li><a href='http://www.money-code.com/2008/01/problems-fetching-cj-product-feeds-with-phps-ftp-functionality/' rel='bookmark' title='Problems fetching CJ Product Feeds with PHP&#8217;s FTP functionality'>Problems fetching CJ Product Feeds with PHP&#8217;s FTP functionality</a></li>
<li><a href='http://www.money-code.com/2009/06/parsing-xml-cj-product-feeds/' rel='bookmark' title='Parsing XML CJ Product Feeds'>Parsing XML CJ Product Feeds</a></li>
<li><a href='http://www.money-code.com/2007/09/simple-script-for-connecting-to-commission-junctions-product-web-service-and-populating-a-local-database/' rel='bookmark' title='Simple script for connecting to Commission Junction&#8217;s Product Web Service and populating a local database'>Simple script for connecting to Commission Junction&#8217;s Product Web Service and populating a local database</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.money-code.com%2F2009%2F05%2Fcj-now-allows-you-to-managecreate-product-catalogs%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.money-code.com%2F2009%2F05%2Fcj-now-allows-you-to-managecreate-product-catalogs%2F&amp;source=hanjicode&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>CJ now allows you to manage/create product catalogs data feeds! This is great to be able to generate new product feeds for FTP downloads. I&#8217;m not sure if their policy for the one time $200 product feed is still there or not. Here is the announcement from CJ:</p>
<blockquote><p>&#8220;Product Catalog Feeds are now Self Serve, which means you can add, delete or edit your catalog data feeds through the account manager. Please read our FAQ.&#8221;</p></blockquote>
<p>In the next few days/weeks, I&#8217;ll put together a little parser script to add/update a database table. I have this in place in a few sites, but I&#8217;ll review and update the code and post it when it&#8217;s ready.</p>
<h4>Incoming search terms:</h4><ul><li>create widget from cj product feed</li></ul><div style='clear:both'></div>

<p>Related posts:<ol><li><a href='http://www.money-code.com/2008/01/problems-fetching-cj-product-feeds-with-phps-ftp-functionality/' rel='bookmark' title='Problems fetching CJ Product Feeds with PHP&#8217;s FTP functionality'>Problems fetching CJ Product Feeds with PHP&#8217;s FTP functionality</a></li>
<li><a href='http://www.money-code.com/2009/06/parsing-xml-cj-product-feeds/' rel='bookmark' title='Parsing XML CJ Product Feeds'>Parsing XML CJ Product Feeds</a></li>
<li><a href='http://www.money-code.com/2007/09/simple-script-for-connecting-to-commission-junctions-product-web-service-and-populating-a-local-database/' rel='bookmark' title='Simple script for connecting to Commission Junction&#8217;s Product Web Service and populating a local database'>Simple script for connecting to Commission Junction&#8217;s Product Web Service and populating a local database</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.money-code.com/2009/05/cj-now-allows-you-to-managecreate-product-catalogs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>More sites or more quality?</title>
		<link>http://www.money-code.com/2009/05/more-sites-or-more-quality/</link>
		<comments>http://www.money-code.com/2009/05/more-sites-or-more-quality/#comments</comments>
		<pubDate>Fri, 22 May 2009 16:58:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Affiliate Marketing]]></category>
		<category><![CDATA[EPN]]></category>
		<category><![CDATA[cj]]></category>
		<category><![CDATA[storefronts]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Currently, my affiliate efforts seem to be plateauing and I've been looking at how to continue the growth in sales. I've been looking at various factors that can "boost" my affiliate network. Thoughts of exploring into new niche territory, optimizing PPC efforts, producing more sites and improving existing sites. I've had these thoughts multiple times in the past and I believe to continually think is important and healthy in affiliate marketing.

The most common dilemma I often face is deciding on creating more sites or to improve the existing sites I currently have. I do have a good bucket of affiliate sites now, and to increase the count seems to be burdensome, but I do realize the big players out there.. have tons and tons. I also know that when I work on existing sites, I do usually see an boost in sales related to those changes.




Related posts:<ol><li><a href='http://www.money-code.com/2009/05/ideas-to-improve-epn-sites/' rel='bookmark' title='Ideas to improve EPN sites'>Ideas to improve EPN sites</a></li>
<li><a href='http://www.money-code.com/2009/09/thinking-out-load-about-epn-quality-click-pricing-qcp/' rel='bookmark' title='Thinking out loud about EPN Quality Click Pricing (QCP)'>Thinking out loud about EPN Quality Click Pricing (QCP)</a></li>
<li><a href='http://www.money-code.com/2007/12/develop-different-types-of-sites-for-greater-affiliate-returns/' rel='bookmark' title='Develop different &#8220;types&#8221; of sites for greater affiliate returns'>Develop different &#8220;types&#8221; of sites for greater affiliate returns</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.money-code.com%2F2009%2F05%2Fmore-sites-or-more-quality%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.money-code.com%2F2009%2F05%2Fmore-sites-or-more-quality%2F&amp;source=hanjicode&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Currently, my affiliate efforts seem to be plateauing and I&#8217;ve been looking at how to continue the growth in sales. I&#8217;ve been looking at various factors that can &#8220;boost&#8221; my affiliate network. Thoughts of exploring into new niche territory, optimizing PPC efforts, producing more sites and improving existing sites. I&#8217;ve had these thoughts multiple times in the past and I believe to continually think is important and healthy in affiliate marketing.</p>
<p>The most common dilemma I often face is deciding on creating more sites or to improve the existing sites I currently have. I do have a good bucket of affiliate sites now, and to increase the count seems to be burdensome, but I do realize the big players out there.. have tons and tons. I also know that when I work on existing sites, I do usually see an boost in sales related to those changes.</p>
<p>Right now, I&#8217;m in the belief that I need to do BOTH. Creating new sites, but exploring new niches to find potential hot spots. Without creating new sites, it&#8217;s hard to tell if you&#8217;re missing a potential great niche. I also took inventory of &#8220;not-so-good&#8221; sites in my network. I&#8217;ve identified those domains and have a plan to get them to work/look similar to my more recent sites, or to add completely new functionality. This is similar to exploring new niches. I might offer a service or present products in a new way that can translate into higher sales.</p>
<p>I&#8217;ve said in the past many times, it&#8217;s important to test and experiment. If you do so, make sure you watch and track those sites&#8230; and most importantly UNDERSTAND what changes you did that led to increase dollars.</p>
<div style='clear:both'></div>

<p>Related posts:<ol><li><a href='http://www.money-code.com/2009/05/ideas-to-improve-epn-sites/' rel='bookmark' title='Ideas to improve EPN sites'>Ideas to improve EPN sites</a></li>
<li><a href='http://www.money-code.com/2009/09/thinking-out-load-about-epn-quality-click-pricing-qcp/' rel='bookmark' title='Thinking out loud about EPN Quality Click Pricing (QCP)'>Thinking out loud about EPN Quality Click Pricing (QCP)</a></li>
<li><a href='http://www.money-code.com/2007/12/develop-different-types-of-sites-for-greater-affiliate-returns/' rel='bookmark' title='Develop different &#8220;types&#8221; of sites for greater affiliate returns'>Develop different &#8220;types&#8221; of sites for greater affiliate returns</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.money-code.com/2009/05/more-sites-or-more-quality/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Clicks and sales down, time to evaluate and adjust and react.</title>
		<link>http://www.money-code.com/2009/05/clicks-and-sales-down-time-to-evaluate-and-adjust-and-react/</link>
		<comments>http://www.money-code.com/2009/05/clicks-and-sales-down-time-to-evaluate-and-adjust-and-react/#comments</comments>
		<pubDate>Sun, 03 May 2009 17:21:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Affiliate Marketing]]></category>
		<category><![CDATA[cj]]></category>
		<category><![CDATA[EPN]]></category>
		<category><![CDATA[research]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Starting in April, I noticed a significant dip in commissions, initially from EPN. Reviewing posts at the EPN forum, I started to see others with similiar observations and complaints. Coincidentally there was a reporting error (for a small range, commissions were double posted). Currently the sites and network that I have created has been incredibly steady. Earlier in the month I did not see a decrease in traffic or clicks, just a decrease in commissions.

As the month progressed, I started to see a dip in other areas. Google Adsense was showing a drop in clicks as well but earnings are still holding up? My Commission Junction stats were also showing similar results.  Immediately I thought it could have been due to Google slap, but checking Google, all of my sites are still indexed, and I'm still receiving organic traffic. Like wise, my paid YSM clicks were down as well. What does this mean?




Related posts:<ol><li><a href='http://www.money-code.com/2008/03/unusual-march-trends/' rel='bookmark' title='Unusual March Trends'>Unusual March Trends</a></li>
<li><a href='http://www.money-code.com/2008/05/epn-status/' rel='bookmark' title='ePN status'>ePN status</a></li>
<li><a href='http://www.money-code.com/2008/10/update-on-my-personal-30-day-challenge/' rel='bookmark' title='Update on my personal 30 day challenge'>Update on my personal 30 day challenge</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.money-code.com%2F2009%2F05%2Fclicks-and-sales-down-time-to-evaluate-and-adjust-and-react%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.money-code.com%2F2009%2F05%2Fclicks-and-sales-down-time-to-evaluate-and-adjust-and-react%2F&amp;source=hanjicode&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Starting in April, I noticed a significant dip in commissions, initially from EPN. Reviewing posts at the EPN forum, I started to see others with similiar observations and complaints. Coincidentally there was a reporting error (for a small range, commissions were double posted). Currently the sites and network that I have created has been incredibly steady. Earlier in the month I did not see a decrease in traffic or clicks, just a decrease in commissions.</p>
<p>As the month progressed, I started to see a dip in other areas. Google Adsense was showing a drop in clicks as well but earnings are still holding up? My Commission Junction stats were also showing similar results.  Immediately I thought it could have been due to Google slap, but checking Google, all of my sites are still indexed, and I&#8217;m still receiving organic traffic. Like wise, my paid YSM clicks were down as well. What does this mean?</p>
<p>During April of 2008, I experienced the worst month of my affliate career. I initially blamed it to the transition from CJ to EPN, but it&#8217;s odd that I&#8217;m seeing similar results 12 months later. It&#8217;s definitely not as bad as 2008, but it&#8217;s a very significant drop compared to March/2009.</p>
<p>Here are my theories, and I would love to hear yours if you have any.. or if you&#8217;re experiencing similar results.</p>
<p>- United States economy is finally hitting the affiliate marketting sector. Currently, all of my sites have been primarily targetting US traffic. People are making less money and are possibly losing their jobs. Internet spending is down. This could be the reason why my paid YSM clicks are mirroring my earnings dip. Oddly, my Google Adsense clicks are down, but the earnings are still in the averages. I&#8217;m thinking that people are compensating the lower click throughs by raising their cost per click&#8230; and because of that I&#8217;m making more or the same but with less clicks? I&#8217;m still digging into this one.</p>
<p>- The other theory, which I&#8217;m not leaning towards is the tax month. April 15th is the tax deadline, and often if you&#8217;re paying, you&#8217;ll wait to make that payment at the end. I&#8217;m not liking this theory too much since the clicks/traffic seems to be similar across so many of my niches.</p>
<p>I&#8217;ve identified a problem and a threat to my earnings. It&#8217;s time to react and compensate this issue. Possible solutions&#8230;</p>
<p>- Create more sites now, and take advantage of this knee jerk reaction to produce more sites. Find new productive niches?</p>
<p>- Find the highest performing sites and attempt to improve them. This is a bit sketchy, since I don&#8217;t want to negatively impact the performing sites. I don&#8217;t want to focus on the low performing sites, since I want my efforts to be financially productive during this weird phase. I would work on the low performers as a experiment when I have free time. I need to turn the ship around now.</p>
<p>- Adjust my PPC campaigns. I could be targetting the wrong customer base or I&#8217;m being buried by other PPC marketers. So I might need to gamble a bit more and pay for higher priced keywords to gain those sales and commissions.</p>
<p>The bottom line, it&#8217;s not a time to whine and complain. It&#8217;s time to see what the problem is and see if you can fix it.</p>
<p>Are you guys seeing similar issues with April (and now May)? Love to hear your thoughts, so please comment!</p>
<p>Thanks!<br />
hanji</p>
<h4>Incoming search terms:</h4><ul><li>epn sales down</li></ul><div style='clear:both'></div>

<p>Related posts:<ol><li><a href='http://www.money-code.com/2008/03/unusual-march-trends/' rel='bookmark' title='Unusual March Trends'>Unusual March Trends</a></li>
<li><a href='http://www.money-code.com/2008/05/epn-status/' rel='bookmark' title='ePN status'>ePN status</a></li>
<li><a href='http://www.money-code.com/2008/10/update-on-my-personal-30-day-challenge/' rel='bookmark' title='Update on my personal 30 day challenge'>Update on my personal 30 day challenge</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.money-code.com/2009/05/clicks-and-sales-down-time-to-evaluate-and-adjust-and-react/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>CJ &#8211; Sorry, your application was not approved</title>
		<link>http://www.money-code.com/2008/11/cj-sorry-your-application-was-not-approved/</link>
		<comments>http://www.money-code.com/2008/11/cj-sorry-your-application-was-not-approved/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 15:40:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Affiliate Marketing]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[cj]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[This is a very common thread topic at Digital Point. It happens quite often and can be concerning and frustrating, but I do have a tip for everyone. I too get these, and get them often. People at Digital Point will almost automatically ask where you are from. It appears that immediate declines are indicative of filter rules that are in place at CJ. These rules could be the number of earning bars within your account or the location you listed with your account. Manual approvals take longer, and can often lead to declines as well. Since it's a manual decline, it means that someone physically looked at your request and possibly visited a site or looked closely to your account.




Related posts:<ol><li><a href='http://www.money-code.com/2007/10/cj-quick-stat-email-script/' rel='bookmark' title='CJ Quick Stat Email Script'>CJ Quick Stat Email Script</a></li>
<li><a href='http://www.money-code.com/2008/10/dynamic-xmlrss-feed-using-popshops/' rel='bookmark' title='Dynamic XML/RSS Feed using PopShops'>Dynamic XML/RSS Feed using PopShops</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.money-code.com%2F2008%2F11%2Fcj-sorry-your-application-was-not-approved%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.money-code.com%2F2008%2F11%2Fcj-sorry-your-application-was-not-approved%2F&amp;source=hanjicode&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>This is a very common thread topic at Digital Point. It happens quite often and can be concerning and frustrating, but I do have a tip for everyone. I too get these, and get them often. People at Digital Point will almost automatically ask where you are from. It appears that immediate declines are indicative of filter rules that are in place at CJ. These rules could be the number of earning bars within your account or the location you listed with your account. Manual approvals take longer, and can often lead to declines as well. Since it&#8217;s a manual decline, it means that someone physically looked at your request and possibly visited a site or looked closely to your account.</p>
<p>Earlier this year, I received a notification that I was being dropped from a program. I replied to that email and asked the affiliate manager the reason why I was being dropped. He emailed back stating that they drop inactive publishers on occasion, and I was the only one to write back. Because of this, he said he would reactivate my account. This got me thinking. I started to see the position of the merchant. They probably receive thousands of publisher requests, and only a handful probably do any work for them. Could this be part of the &#8216;test&#8217; when dealing with manual approvals? I thought I would give it a try. So this year, I was declined by a few merchants that I really wanted to promote. Instead of giving up and complaining on a forum, I thought I would pursue it a bit more. Each one of these I replied back to the affiliate manager with a nice email. Basically, I would thank them for considering my application and requested that they give me another look. I also explain how I was planning to promote their products and what sites I would promote them on. I wanted to give them a &#8216;action plan&#8217; to show that I would be a proactive publisher. Sure enough, within a day or two, I would get a request to join the program.</p>
<p>The bottom line, if you&#8217;re really interested in the product or merchant, don&#8217;t give up and seek opportunities for acceptance. Remember, they want affiliates to promote their products or services, but they don&#8217;t want deadbeats. So if you get accepted, start promoting them!</p>
<p>I hope this helps with your CJ success.</p>
<div style='clear:both'></div>

<p>Related posts:<ol><li><a href='http://www.money-code.com/2007/10/cj-quick-stat-email-script/' rel='bookmark' title='CJ Quick Stat Email Script'>CJ Quick Stat Email Script</a></li>
<li><a href='http://www.money-code.com/2008/10/dynamic-xmlrss-feed-using-popshops/' rel='bookmark' title='Dynamic XML/RSS Feed using PopShops'>Dynamic XML/RSS Feed using PopShops</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.money-code.com/2008/11/cj-sorry-your-application-was-not-approved/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
